COLOR #CDA595

HEX: #CDA595 RGB: (205,165,149)

Color info

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

RGB color model

#CDA595 color RGB value is (205,165,149).

RGB: (205,165,149) (80%, 65%, 58%)

RGB channels and saturation

R 205 of 255 = 80%
G 165 of 255 = 65%
B 149 of 255 = 58%

205
165
149

R + G + B ~ 68%. #CDA595 is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 165 + 149 = 519 (100%)
R 205 of 519 ~ 39.5%
G 165 of 519 ~ 31.79%
B 149 of 519 ~ 28.71'%

%39.5
%31.79
%28.71

CMYK color model

#CDA595 color CMYK value is (0,20,27,20).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 27.32%
  • key color value is 19.61%

CMYK: (0,20,27,20)
C0M20Y27K20 (0%, 20%, 27%, 20%)
(0.00 / 0.20 / 0.27 / 0.20)

CMYK percentages

%0
%19.51
%27.32
%19.61

Codes

Color #CDA595 in popluar color models

CD A5 95
RGB 205 165 149
HSL 17° 35.90% 69.41%
HSB/HSV 17° 27.32% 80.39%
CMYK 0.00% 19.51% 27.32%
19.61%

Color #CDA595 in popluar number systems.

HEX CD A5 95
Decimal 205 165 149
Binary 11001101 10100101 10010101
Octal 315 245 225

Shades and tints

Shades of #CDA595

#CDA595
(205,165,149)
#BB9688
(187,150,136)
#A9877B
(169,135,123)
#97786E
(151,120,110)
#856961
(133,105,97)
#735A54
(115,90,84)
#614B47
(97,75,71)
#4F3C3A
(79,60,58)
#3D2D2D
(61,45,45)
#2B1E20
(43,30,32)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #CDA595

#CDA595
(205,165,149)
#D1AD9E
(209,173,158)
#D5B5A7
(213,181,167)
#D9BDB0
(217,189,176)
#DDC5B9
(221,197,185)
#E1CDC2
(225,205,194)
#E5D5CB
(229,213,203)
#E9DDD4
(233,221,212)
#EDE5DD
(237,229,221)
#F1EDE6
(241,237,230)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDA595 color. Also use rgb(205,165,149) instead hex code.

Text Font Color

.myTextColor { color: #CDA595; }

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

This text font color is #CDA595.

Background Color

.myBgColor { background-color: #CDA595; }

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

This div background color is #CDA595.

Border color

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

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

This div border color is #CDA595.

Opacity

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

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

Text with #CDA595 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 #CDA595;}

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

This text has shadow with #CDA595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDA595.

Preview

Color preview on black background

This text has color #CDA595 on black background.


Color preview on white background

This text has color #CDA595 on white background.


Black color preview on #CDA595 background

This text has black color on #CDA595 background.


White color preview on #CDA595 background

This text has white color on #CDA595 background.


Related colors

Complementary color

Complementary color for #hex is #325A6A.


I love getcolorcode.com

Triadic colors

1 #95CDA5 and #A595CD with #CDA595 are triadic colors.

2 #95A5CD and #A5CD95 with #CDA595 are triadic colors.