#CAA277

Color #CAA277 Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #CAA277

Tints of Cameo #CAA277

Color information

#CAA277 (or 0xCAA277) is unknown color: approx Cameo. HEX triplet: CA, A2 and 77. RGB value is (202,162,119). Sum of RGB (Red+Green+Blue) = 202+162+119=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA277 is #355D88. Grayscale: #A9A9A9. Windows color (decimal): -3497353 or 7840458. OLE color: 7840458.

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

Color convert

RGB202162119-
CMYK00.200.410.21
HSL31.08º43.92%62.94%-
HSV(B)31.08º41.09%79.22%-
XYZ40.6139.7322.98-
YUV169.0699.75151.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 119 (46.88% from 255) = 24.64%
R=41.82%
G=33.54%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216211900.200.410.2131.0843.9262.94
HexCAA27701429151f2c3f
Octal3122421670245125375477
Binary110010101010001011101110101001010011010111111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA277; }

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

 H1.HeaderClassName
 {
   color: #CAA277;
 }
 .AnyTagClassName
 {
   color: #CAA277;
 }
</style>
background-color css

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

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

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

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

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

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