Html Css Color HEX #CAA078 Cameo

📋 copy color: '#CAA078'

red 202 ◦ green 160 ◦ blue 120

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

Shades of Cameo #CAA078

Tints of Cameo #CAA078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.9%

R = 41.91%
G = 33.2%
B = 24.9%

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

#CAA078 (or 0xCAA078) is known color: Cameo. HEX triplet: CA, A0 and 78. RGB value is (202,160,120). Sum of RGB (Red+Green+Blue) = 202+160+120=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA078 is #355F87. Grayscale: #A8A8A8. Windows color (decimal): -3497864 or 7905482. OLE color: 7905482.

HSL color Cylindrical-coordinate representation of color #CAA078: hue angle of 29.27º 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 #CAA078 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 160 120 -
CMYK 0 0.21 0.41 0.21
HSL 29.27º 0.44% 0.63% -
HSV(B) 29.27º 0.41% 0.79% -
XYZ 40.32 39.05 23.18 -
YUV 168 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 202 160 120 0 0.21 0.41 0.21 29.27 0.44 0.63
Hex CA A0 78 0 15 29 15 1D 2C 3F
Octal 312 240 170 0 25 51 25 35 54 77
Binary 11001010 10100000 1111000 0 10101 101001 10101 11101 101100 111111

Color Harmonies of #CAA078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA078

Black with #CAA078

Text Example


Text Example

White with #CAA078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA078; }

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

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

background-color css

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

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

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

border-color css

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

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

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