#CAA18C

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

Shades of Cameo #CAA18C

Tints of Cameo #CAA18C

Color information

#CAA18C (or 0xCAA18C) is unknown color: approx Cameo. HEX triplet: CA, A1 and 8C. RGB value is (202,161,140). Sum of RGB (Red+Green+Blue) = 202+161+140=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA18C is #355E73. Grayscale: #AAAAAA. Windows color (decimal): -3497588 or 9216458. OLE color: 9216458.

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

Color convert

RGB202161140-
CMYK00.200.310.21
HSL20.32º36.9%67.06%-
HSV(B)20.32º30.69%79.22%-
XYZ41.8439.9430.32-
YUV170.86110.58150.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=40.16%
G=32.01%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216114000.200.310.2120.3236.967.06
HexCAA18C0141F15142543
Octal31224121402437252445103
Binary1100101010100001100011000101001111110101101001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA18C; }

 p { color: rgb(202,161,140); }

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

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

 a { background-color: rgb(202,161,140); }

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

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

 span { border-color: rgb(202,161,140); }

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