COLOR #CD959A

HEX: #CD959A RGB: (205,149,154)

Color info

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

RGB color model

#CD959A color RGB value is (205,149,154).

RGB: (205,149,154) (80%, 58%, 60%)

RGB channels and saturation

R 205 of 255 = 80%
G 149 of 255 = 58%
B 154 of 255 = 60%

205
149
154

R + G + B ~ 66%. #CD959A is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 149 + 154 = 508 (100%)
R 205 of 508 ~ 40.35%
G 149 of 508 ~ 29.33%
B 154 of 508 ~ 30.31'%

%40.35
%29.33
%30.31

CMYK color model

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

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

CMYK: (0,27,25,20)
C0M27Y25K20 (0%, 27%, 25%, 20%)
(0.00 / 0.27 / 0.25 / 0.20)

CMYK percentages

%0
%27.32
%24.88
%19.61

Codes

Color #CD959A in popluar color models

CD 95 9A
RGB 205 149 154
HSL 355° 35.90% 69.41%
HSB/HSV 355° 27.32% 80.39%
CMYK 0.00% 27.32% 24.88%
19.61%

Color #CD959A in popluar number systems.

HEX CD 95 9A
Decimal 205 149 154
Binary 11001101 10010101 10011010
Octal 315 225 232

Shades and tints

Shades of #CD959A

#CD959A
(205,149,154)
#BB888C
(187,136,140)
#A97B7E
(169,123,126)
#976E70
(151,110,112)
#856162
(133,97,98)
#735454
(115,84,84)
#614746
(97,71,70)
#4F3A38
(79,58,56)
#3D2D2A
(61,45,42)
#2B201C
(43,32,28)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #CD959A

#CD959A
(205,149,154)
#D19EA3
(209,158,163)
#D5A7AC
(213,167,172)
#D9B0B5
(217,176,181)
#DDB9BE
(221,185,190)
#E1C2C7
(225,194,199)
#E5CBD0
(229,203,208)
#E9D4D9
(233,212,217)
#EDDDE2
(237,221,226)
#F1E6EB
(241,230,235)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD959A; }

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

This text font color is #CD959A.

Background Color

.myBgColor { background-color: #CD959A; }

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

This div background color is #CD959A.

Border color

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

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

This div border color is #CD959A.

Opacity

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

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

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

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

This text has shadow with #CD959A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CD959A.

Preview

Color preview on black background

This text has color #CD959A on black background.


Color preview on white background

This text has color #CD959A on white background.


Black color preview on #CD959A background

This text has black color on #CD959A background.


White color preview on #CD959A background

This text has white color on #CD959A background.


Related colors

Complementary color

Complementary color for #hex is #326A65.


I love getcolorcode.com

Triadic colors

1 #9ACD95 and #959ACD with #CD959A are triadic colors.

2 #9A95CD and #95CD9A with #CD959A are triadic colors.