#CAA577

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

Shades of Cameo #CAA577

Tints of Cameo #CAA577

Color information

#CAA577 (or 0xCAA577) is unknown color: approx Cameo. HEX triplet: CA, A5 and 77. RGB value is (202,165,119). Sum of RGB (Red+Green+Blue) = 202+165+119=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA577 is #355A88. Grayscale: #ABABAB. Windows color (decimal): -3496585 or 7841226. OLE color: 7841226.

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

Color convert

RGB202165119-
CMYK00.180.410.21
HSL33.25º43.92%62.94%-
HSV(B)33.25º41.09%79.22%-
XYZ41.1440.823.16-
YUV170.8298.76150.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=41.56%
G=33.95%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216511900.180.410.2133.2543.9262.94
HexCAA5770122915212c3f
Octal3122451670225125415477
Binary1100101010100101111011101001010100110101100001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA577; }

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

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

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

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

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

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

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

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