#CAA08C

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

Shades of Quicksand #CAA08C

Tints of Quicksand #CAA08C

Color information

#CAA08C (or 0xCAA08C) is unknown color: approx Quicksand. HEX triplet: CA, A0 and 8C. RGB value is (202,160,140). Sum of RGB (Red+Green+Blue) = 202+160+140=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA08C is #355F73. Grayscale: #AAAAAA. Windows color (decimal): -3497844 or 9216202. OLE color: 9216202.

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

Color convert

RGB202160140-
CMYK00.210.310.21
HSL19.35º36.9%67.06%-
HSV(B)19.35º30.69%79.22%-
XYZ41.6639.5930.26-
YUV170.28110.91150.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=40.24%
G=31.87%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216014000.210.310.2119.3536.967.06
HexCAA08C0151F15132543
Octal31224021402537252345103
Binary1100101010100000100011000101011111110101100111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA08C; }

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

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

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

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

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

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

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

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