COLOR #C39CA5

HEX: #C39CA5 RGB: (195,156,165)

Color info

#C39CA5 contains red, green and blue colors in about the same proportion. Web safe color of #C39CA5 is #CC9999 (or #C99).

RGB color model

#C39CA5 color RGB value is (195,156,165).

RGB: (195,156,165) (76%, 61%, 65%)

RGB channels and saturation

R 195 of 255 = 76%
G 156 of 255 = 61%
B 165 of 255 = 65%

195
156
165

R + G + B ~ 67%. #C39CA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 156 + 165 = 516 (100%)
R 195 of 516 ~ 37.79%
G 156 of 516 ~ 30.23%
B 165 of 516 ~ 31.98'%

%37.79
%30.23
%31.98

CMYK color model

#C39CA5 color CMYK value is (0,20,15,24).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 15.38%
  • key color value is 23.53%
CMYK: (0,20,15,24) C0M20Y15K24 (0%,20%,15%,24%) (0.00/0.20/0.15/0.24) 

CMYK percentages

%0
%20
%15.38
%23.53

Codes

Color #C39CA5 in popluar color models

C3 9C A5
RGB 195 156 165
HSL 346° 24.53% 68.82%
HSB/HSV 346° 20.00% 76.47%
CMYK 0.00% 20.00% 15.38%
23.53%

Color #C39CA5 in popluar number systems.

HEX C3 9C A5
Decimal 195 156 165
Binary 11000011 10011100 10100101
Octal 303 234 245

Shades and tints

Shades of #C39CA5

#C39CA5
(195,156,165)
#B28E96
(178,142,150)
#A18087
(161,128,135)
#907278
(144,114,120)
#7F6469
(127,100,105)
#6E565A
(110,86,90)
#5D484B
(93,72,75)
#4C3A3C
(76,58,60)
#3B2C2D
(59,44,45)
#2A1E1E
(42,30,30)
#19100F
(25,16,15)
#000000
(0,0,0)

Tints of #C39CA5

#C39CA5
(195,156,165)
#C8A5AD
(200,165,173)
#CDAEB5
(205,174,181)
#D2B7BD
(210,183,189)
#D7C0C5
(215,192,197)
#DCC9CD
(220,201,205)
#E1D2D5
(225,210,213)
#E6DBDD
(230,219,221)
#EBE4E5
(235,228,229)
#F0EDED
(240,237,237)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39CA5 color. Also use rgb(195,156,165) instead hex code.

Text Font Color

.myTextColor { color: #C39CA5; }

<p style="color:#C39CA5">This sample text font color is #C39CA5.</p>

This text font color is #C39CA5.

Background Color

.myBgColor { background-color: #C39CA5; }

<div style="background-color:#C39CA5">Inner text</div>

This div background color is #C39CA5.

Border color

.myBorderColor { border: 1px solid #C39CA5; }

<div style="border:3px solid #C39CA5">Div</div>

This div border color is #C39CA5.

Opacity

.myOpacity80 { color: #C39CA5; opacity: 0.8; }

<p style="color:#C39CA5;opacity:0.8;">80%</p>

Text with #C39CA5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C39CA5;}

<p style="text-shadow: 3px 3px 1px #C39CA5">Text here.</p>

This text has shadow with #C39CA5 color.


.textShadow {text-shadow: 3px 3px 1px #C39CA5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C39CA5, 5px 5px 20px red">Text here.</p>

This text has shadow with #C39CA5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C39CA5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C39CA5, Direction=45, Strength=4)">Text</p>

This text has shadow with #C39CA5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C39CA5;
-webkit-box-shadow: 1px 1px 3px 2px #C39CA5;
box-shadow: 1px 1px 3px 2px #C39CA5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C39CA5; -webkit-box-shadow: 1px 1px 3px 2px #C39CA5; box-shadow:1px 1px 3px 2px #C39CA5;">
Div content here
</div>

This div box has shadow with color #C39CA5.

Preview

Color preview on black background

This text has color #C39CA5 on black background.


Color preview on white background

This text has color #C39CA5 on white background.


Black color preview on #C39CA5 background

This text has black color on #C39CA5 background.


White color preview on #C39CA5 background

This text has white color on #C39CA5 background.


Related colors

Complementary color

Complementary color for #hex is #3C635A.


I love getcolorcode.com

Triadic colors

1 #A5C39C and #9CA5C3 with #C39CA5 are triadic colors.

2 #A59CC3 and #9CC3A5 with #C39CA5 are triadic colors.