#CAA57D

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

Shades of Cameo #CAA57D

Tints of Cameo #CAA57D

Color information

#CAA57D (or 0xCAA57D) is unknown color: approx Cameo. HEX triplet: CA, A5 and 7D. RGB value is (202,165,125). Sum of RGB (Red+Green+Blue) = 202+165+125=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA57D is #355A82. Grayscale: #ABABAB. Windows color (decimal): -3496579 or 8234442. OLE color: 8234442.

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

Color convert

RGB202165125-
CMYK00.180.380.21
HSL31.17º42.08%64.12%-
HSV(B)31.17º38.12%79.22%-
XYZ41.5140.9525.12-
YUV171.5101.76149.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=41.06%
G=33.54%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216512500.180.380.2131.1742.0864.12
HexCAA57D01226151f2a40
Octal31224517502246253752100
Binary1100101010100101111110101001010011010101111111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA57D; }

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

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

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

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

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

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

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

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