#CAA07C

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

Shades of Cameo #CAA07C

Tints of Cameo #CAA07C

Color information

#CAA07C (or 0xCAA07C) is unknown color: approx Cameo. HEX triplet: CA, A0 and 7C. RGB value is (202,160,124). Sum of RGB (Red+Green+Blue) = 202+160+124=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA07C is #355F83. Grayscale: #A8A8A8. Windows color (decimal): -3497860 or 8167626. OLE color: 8167626.

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

Color convert

RGB202160124-
CMYK00.210.390.21
HSL27.69º42.39%63.92%-
HSV(B)27.69º38.61%79.22%-
XYZ40.5739.1524.49-
YUV168.45102.91151.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 124 (48.83% from 255) = 25.51%
R=41.56%
G=32.92%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216012400.210.390.2127.6942.3963.92
HexCAA07C01527151c2a40
Octal31224017402547253452100
Binary1100101010100000111110001010110011110101111001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA07C; }

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

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

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

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

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

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

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

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