COLOR #CD9575

HEX: #CD9575
RGB: (205,149,117)

Color info

#CD9575 contains mainly red and green colors. Web safe color of #CD9575 is #CC9966 (or #C96).

RGB color model

#CD9575 color RGB value is (205,149,117).

  • red value is 205;
  • green value is 149;
  • blue value is 117.
RGB:
(205,149,117)
(80%,58%,46%)

RGB channels and saturation

R 205 of 255 = 80%
G 149 of 255 = 58%
B 117 of 255 = 46%

205
149
117

R + G + B ~ 61%. #CD9575 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 149 + 117 = 471 (100%)
R 205 of 471 ~ 43.52%
G 149 of 471 ~ 31.63%
B 117 of 471 ~ 24.84%

%43.52
%31.63
%24.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.32%
  • yellow value is 42.93%
  • key color value is 19.61%
CMYK:
(0,27,43,20)
C0M27Y43K20 
(0%,27%,43%,20%)
(0.00/0.27/0.43/0.20)	

CMYK percentages

%0
%27.32
%42.93
%19.61

Codes

Color #CD9575 in popluar color models

CD9575
RGB205149117
HSL22°46.81%63.14%
HSB/HSV22°42.93%80.39%
CMYK0.00%27.32%42.93%
19.61%

Color #CD9575 in popluar number systems.

HEXCD9575
Decimal205149117
Binary11001101100101011110101
Octal315225165

Shades and tints

Shades of #CD9575

#CD9575
(205,149,117)
#BB886B
(187,136,107)
#A97B61
(169,123,97)
#976E57
(151,110,87)
#85614D
(133,97,77)
#735443
(115,84,67)
#614739
(97,71,57)
#4F3A2F
(79,58,47)
#3D2D25
(61,45,37)
#2B201B
(43,32,27)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #CD9575

#CD9575
(205,149,117)
#D19E81
(209,158,129)
#D5A78D
(213,167,141)
#D9B099
(217,176,153)
#DDB9A5
(221,185,165)
#E1C2B1
(225,194,177)
#E5CBBD
(229,203,189)
#E9D4C9
(233,212,201)
#EDDDD5
(237,221,213)
#F1E6E1
(241,230,225)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD9575; }

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

This text font color is #CD9575.


Background Color

.myBgColor { background-color: #CD9575; }

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

This div background color is #CD9575.


Border color

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

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

This div border color is #CD9575.


Opacity

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

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

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

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

This text has shadow with #CD9575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD9575 on black background.


Color preview on white background

This text has color #CD9575 on white background.



Black color preview on #CD9575 background

This text has black color on #CD9575 background.


White color preview on #CD9575 background

This text has white color on #CD9575 background.