#CAA57C

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

Shades of Cameo #CAA57C

Tints of Cameo #CAA57C

Color information

#CAA57C (or 0xCAA57C) is unknown color: approx Cameo. HEX triplet: CA, A5 and 7C. RGB value is (202,165,124). Sum of RGB (Red+Green+Blue) = 202+165+124=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA57C is #355A83. Grayscale: #ABABAB. Windows color (decimal): -3496580 or 8168906. OLE color: 8168906.

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

Color convert

RGB202165124-
CMYK00.180.390.21
HSL31.54º42.39%63.92%-
HSV(B)31.54º38.61%79.22%-
XYZ41.4540.9224.78-
YUV171.39101.26149.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=41.14%
G=33.60%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216512400.180.390.2131.5442.3963.92
HexCAA57C0122715202a40
Octal31224517402247254052100
Binary11001010101001011111100010010100111101011000001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA57C; }

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

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

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

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

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

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

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

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