#CAA07E

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

Shades of Cameo #CAA07E

Tints of Cameo #CAA07E

Color information

#CAA07E (or 0xCAA07E) is unknown color: approx Cameo. HEX triplet: CA, A0 and 7E. RGB value is (202,160,126). Sum of RGB (Red+Green+Blue) = 202+160+126=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA07E is #355F81. Grayscale: #A8A8A8. Windows color (decimal): -3497858 or 8298698. OLE color: 8298698.

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

Color convert

RGB202160126-
CMYK00.210.380.21
HSL26.84º41.76%64.31%-
HSV(B)26.84º37.62%79.22%-
XYZ40.6939.225.16-
YUV168.68103.91151.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 126 (49.61% from 255) = 25.82%
R=41.39%
G=32.79%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216012600.210.380.2126.8441.7664.31
HexCAA07E01526151b2a40
Octal31224017602546253352100
Binary1100101010100000111111001010110011010101110111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA07E; }

 p { color: rgb(202,160,126); }

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

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

 a { background-color: rgb(202,160,126); }

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

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

 span { border-color: rgb(202,160,126); }

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