#CAA18A

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

Shades of Cameo #CAA18A

Tints of Cameo #CAA18A

Color information

#CAA18A (or 0xCAA18A) is unknown color: approx Cameo. HEX triplet: CA, A1 and 8A. RGB value is (202,161,138). Sum of RGB (Red+Green+Blue) = 202+161+138=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA18A is #355E75. Grayscale: #AAAAAA. Windows color (decimal): -3497590 or 9085386. OLE color: 9085386.

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

Color convert

RGB202161138-
CMYK00.200.320.21
HSL21.56º37.65%66.67%-
HSV(B)21.56º31.68%79.22%-
XYZ41.6939.8829.55-
YUV170.64109.58150.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=40.32%
G=32.14%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216113800.200.320.2121.5637.6566.67
HexCAA18A0142015162643
Octal31224121202440252646103
Binary11001010101000011000101001010010000010101101101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA18A; }

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

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

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

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

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

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

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

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