Html Css Color HEX #CCA087 Cameo

📋 copy color: '#CCA087'

red 204 ◦ green 160 ◦ blue 135

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

Shades of Cameo #CCA087

Tints of Cameo #CCA087

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.06%

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

R = 40.88%
G = 32.06%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCA087 (or 0xCCA087) is known color: Cameo. HEX triplet: CC, A0 and 87. RGB value is (204,160,135). Sum of RGB (Red+Green+Blue) = 204+160+135=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA087 is #335F78. Grayscale: #AAAAAA. Windows color (decimal): -3366777 or 8888524. OLE color: 8888524.

HSL color Cylindrical-coordinate representation of color #CCA087: hue angle of 21.74º 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 #CCA087 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 135 -
CMYK 0 0.22 0.34 0.2
HSL 21.74º 0.4% 0.66% -
HSV(B) 21.74º 0.34% 0.8% -
XYZ 41.85 39.73 28.38 -
YUV 170.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 204 160 135 0 0.22 0.34 0.2 21.74 0.4 0.66
Hex CC A0 87 0 16 22 14 16 28 42
Octal 314 240 207 0 26 42 24 26 50 102
Binary 11001100 10100000 10000111 0 10110 100010 10100 10110 101000 1000010

Color Harmonies of #CCA087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA087

Black with #CCA087

Text Example


Text Example

White with #CCA087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA087; }

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

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

background-color css

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

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

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

border-color css

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

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

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