Html Css Color HEX #CC9E87 Cameo

📋 copy color: '#CC9E87'

red 204 ◦ green 158 ◦ blue 135

#CC9E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cameo #CC9E87

Tints of Cameo #CC9E87

RGB

 RED value IS 204 (80.08% from 255) = 41.05%

 GREEN value IS 158 (62.11% from 255) = 31.79%

 BLUE value IS 135 (53.13% from 255) = 27.16%

R = 41.05%
G = 31.79%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC9E87 (or 0xCC9E87) is known color: Cameo. HEX triplet: CC, 9E and 87. RGB value is (204,158,135). Sum of RGB (Red+Green+Blue) = 204+158+135=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9E87 is #336178. Grayscale: #A9A9A9. Windows color (decimal): -3367289 or 8888012. OLE color: 8888012.

HSL color Cylindrical-coordinate representation of color #CC9E87: hue angle of 20º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC9E87 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 158 135 -
CMYK 0 0.23 0.34 0.2
HSL 20º 0.4% 0.66% -
HSV(B) 20º 0.34% 0.8% -
XYZ 41.5 39.04 28.27 -
YUV 169.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 204 158 135 0 0.23 0.34 0.2 20 0.4 0.66
Hex CC 9E 87 0 17 22 14 14 28 42
Octal 314 236 207 0 27 42 24 24 50 102
Binary 11001100 10011110 10000111 0 10111 100010 10100 10100 101000 1000010

Color Harmonies of #CC9E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E87

Black with #CC9E87

Text Example


Text Example

White with #CC9E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E87; }

 p { color: rgb(204,158,135); }

 H1.HeaderClassName
 {
   color: #CC9E87;
 }
 .AnyTagClassName
 {
   color: #CC9E87;
 }
</style>

background-color css

<style>
 a { background-color: #CC9E87; }

 a { background-color: rgb(204,158,135); }

 div.DivClassName
 {
   background-color: #CC9E87;
 }
 .BgClassName
 {
   background-color: #CC9E87;
 }
</style>

border-color css

<style>
 span { border-color: #CC9E87; }

 span { border-color: rgb(204,158,135); }

 td.TdClassName
 {
   border-color: #CC9E87;
 }
 .TagClassName
 {
   border-color: #CC9E87;
 }
</style>