Html Css Color HEX #CAA077 Cameo

📋 copy color: '#CAA077'

red 202 ◦ green 160 ◦ blue 119

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

Shades of Cameo #CAA077

Tints of Cameo #CAA077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.74%

R = 42%
G = 33.26%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAA077 (or 0xCAA077) is known color: Cameo. HEX triplet: CA, A0 and 77. RGB value is (202,160,119). Sum of RGB (Red+Green+Blue) = 202+160+119=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA077 is #355F88. Grayscale: #A8A8A8. Windows color (decimal): -3497865 or 7839946. OLE color: 7839946.

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

Color convert

RGB 202 160 119 -
CMYK 0 0.21 0.41 0.21
HSL 29.64º 0.44% 0.63% -
HSV(B) 29.64º 0.41% 0.79% -
XYZ 40.26 39.03 22.86 -
YUV 167.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 202 160 119 0 0.21 0.41 0.21 29.64 0.44 0.63
Hex CA A0 77 0 15 29 15 1E 2C 3F
Octal 312 240 167 0 25 51 25 36 54 77
Binary 11001010 10100000 1110111 0 10101 101001 10101 11110 101100 111111

Color Harmonies of #CAA077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA077

Black with #CAA077

Text Example


Text Example

White with #CAA077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA077; }

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

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

background-color css

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

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

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

border-color css

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

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

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