#CAA47C

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

Shades of Cameo #CAA47C

Tints of Cameo #CAA47C

Color information

#CAA47C (or 0xCAA47C) is unknown color: approx Cameo. HEX triplet: CA, A4 and 7C. RGB value is (202,164,124). Sum of RGB (Red+Green+Blue) = 202+164+124=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA47C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA47C is #355B83. Grayscale: #ABABAB. Windows color (decimal): -3496836 or 8168650. OLE color: 8168650.

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

Color convert

RGB202164124-
CMYK00.190.390.21
HSL30.77º42.39%63.92%-
HSV(B)30.77º38.61%79.22%-
XYZ41.2740.5624.72-
YUV170.8101.59150.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 164 (64.45% from 255) = 33.47%
BLUE value IS 124 (48.83% from 255) = 25.31%
R=41.22%
G=33.47%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216412400.190.390.2130.7742.3963.92
HexCAA47C01327151f2a40
Octal31224417402347253752100
Binary1100101010100100111110001001110011110101111111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA47C; }

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

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

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

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

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

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

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

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