Html Css Color HEX #CAA087 Cameo

📋 copy color: '#CAA087'

red 202 ◦ green 160 ◦ blue 135

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

Shades of Cameo #CAA087

Tints of Cameo #CAA087

RGB

 RED value IS 202 (79.3% from 255) = 40.64%

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

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

R = 40.64%
G = 32.19%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CAA087 (or 0xCAA087) is known color: Cameo. HEX triplet: CA, A0 and 87. RGB value is (202,160,135). Sum of RGB (Red+Green+Blue) = 202+160+135=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA087 is #355F78. Grayscale: #A9A9A9. Windows color (decimal): -3497849 or 8888522. OLE color: 8888522.

HSL color Cylindrical-coordinate representation of color #CAA087: hue angle of 22.39º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAA087 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 160 135 -
CMYK 0 0.21 0.33 0.21
HSL 22.39º 0.39% 0.66% -
HSV(B) 22.39º 0.33% 0.79% -
XYZ 41.3 39.45 28.36 -
YUV 169.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 202 160 135 0 0.21 0.33 0.21 22.39 0.39 0.66
Hex CA A0 87 0 15 21 15 16 27 42
Octal 312 240 207 0 25 41 25 26 47 102
Binary 11001010 10100000 10000111 0 10101 100001 10101 10110 100111 1000010

Color Harmonies of #CAA087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA087

Black with #CAA087

Text Example


Text Example

White with #CAA087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA087; }

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

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

background-color css

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

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

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

border-color css

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

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

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