COLOR #CC9087

HEX: #CC9087 RGB: (204,144,135)

Color info

#CC9087 contains mainly red color. Web safe color of #CC9087 is #CC9999 (or #C99).

RGB color model

#CC9087 color RGB value is (204,144,135).

RGB: (204,144,135) (80%, 56%, 53%)

RGB channels and saturation

R 204 of 255 = 80%
G 144 of 255 = 56%
B 135 of 255 = 53%

204
144
135

R + G + B ~ 63%. #CC9087 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 144 + 135 = 483 (100%)
R 204 of 483 ~ 42.24%
G 144 of 483 ~ 29.81%
B 135 of 483 ~ 27.95'%

%42.24
%29.81
%27.95

CMYK color model

#CC9087 color CMYK value is (0,29,34,20).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 33.82%
  • key color value is 20.00%

CMYK: (0,29,34,20)
C0M29Y34K20 (0%, 29%, 34%, 20%)
(0.00 / 0.29 / 0.34 / 0.20)

CMYK percentages

%0
%29.41
%33.82
%20

Codes

Color #CC9087 in popluar color models

CC 90 87
RGB 204 144 135
HSL 40.35% 66.47%
HSB/HSV 33.82% 80.00%
CMYK 0.00% 29.41% 33.82%
20.00%

Color #CC9087 in popluar number systems.

HEX CC 90 87
Decimal 204 144 135
Binary 11001100 10010000 10000111
Octal 314 220 207

Shades and tints

Shades of #CC9087

#CC9087
(204,144,135)
#BA837B
(186,131,123)
#A8766F
(168,118,111)
#966963
(150,105,99)
#845C57
(132,92,87)
#724F4B
(114,79,75)
#60423F
(96,66,63)
#4E3533
(78,53,51)
#3C2827
(60,40,39)
#2A1B1B
(42,27,27)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #CC9087

#CC9087
(204,144,135)
#D09A91
(208,154,145)
#D4A49B
(212,164,155)
#D8AEA5
(216,174,165)
#DCB8AF
(220,184,175)
#E0C2B9
(224,194,185)
#E4CCC3
(228,204,195)
#E8D6CD
(232,214,205)
#ECE0D7
(236,224,215)
#F0EAE1
(240,234,225)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9087 color. Also use rgb(204,144,135) instead hex code.

Text Font Color

.myTextColor { color: #CC9087; }

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

This text font color is #CC9087.

Background Color

.myBgColor { background-color: #CC9087; }

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

This div background color is #CC9087.

Border color

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

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

This div border color is #CC9087.

Opacity

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

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

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

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

This text has shadow with #CC9087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9087.

Preview

Color preview on black background

This text has color #CC9087 on black background.


Color preview on white background

This text has color #CC9087 on white background.


Black color preview on #CC9087 background

This text has black color on #CC9087 background.


White color preview on #CC9087 background

This text has white color on #CC9087 background.


Related colors

Complementary color

Complementary color for #hex is #336F78.


I love getcolorcode.com

Triadic colors

1 #87CC90 and #9087CC with #CC9087 are triadic colors.

2 #8790CC and #90CC87 with #CC9087 are triadic colors.