#CAA08A

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

Shades of Cameo #CAA08A

Tints of Cameo #CAA08A

Color information

#CAA08A (or 0xCAA08A) is unknown color: approx Cameo. HEX triplet: CA, A0 and 8A. RGB value is (202,160,138). Sum of RGB (Red+Green+Blue) = 202+160+138=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA08A is #355F75. Grayscale: #AAAAAA. Windows color (decimal): -3497846 or 9085130. OLE color: 9085130.

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

Color convert

RGB202160138-
CMYK00.210.320.21
HSL20.63º37.65%66.67%-
HSV(B)20.63º31.68%79.22%-
XYZ41.5239.5329.49-
YUV170.05109.91150.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=40.4%
G=32%
B=27.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216013800.210.320.2120.6337.6566.67
HexCAA08A0152015152643
Octal31224021202540252546103
Binary11001010101000001000101001010110000010101101011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA08A; }

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

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

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

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

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

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

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

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