#CAA18E

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

Shades of Quicksand #CAA18E

Tints of Quicksand #CAA18E

Color information

#CAA18E (or 0xCAA18E) is unknown color: approx Quicksand. HEX triplet: CA, A1 and 8E. RGB value is (202,161,142). Sum of RGB (Red+Green+Blue) = 202+161+142=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA18E is #355E71. Grayscale: #ABABAB. Windows color (decimal): -3497586 or 9347530. OLE color: 9347530.

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

Color convert

RGB202161142-
CMYK00.200.300.21
HSL19º36.14%67.45%-
HSV(B)19º29.7%79.22%-
XYZ41.984031.1-
YUV171.09111.58150.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 142 (55.86% from 255) = 28.12%
R=40%
G=31.88%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216114200.200.300.211936.1467.45
HexCAA18E0141E15132443
Octal31224121602436252344103
Binary1100101010100001100011100101001111010101100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA18E; }

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

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

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

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

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

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

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

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