Shades of Quicksand #CAA08C
Tints of Quicksand #CAA08C
RGB
CMYK
RGB Variations
Color information
#CAA08C (or 0xCAA08C) is known color: 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
| RGB | 202 | 160 | 140 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.21 |
| HSL | 19.35º | 0.37% | 0.67% | - |
| HSV(B) | 19.35º | 0.31% | 0.79% | - |
| XYZ | 41.66 | 39.59 | 30.26 | - |
| YUV | 170.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 140 | 0 | 0.21 | 0.31 | 0.21 | 19.35 | 0.37 | 0.67 |
| Hex | CA | A0 | 8C | 0 | 15 | 1F | 15 | 13 | 25 | 43 |
| Octal | 312 | 240 | 214 | 0 | 25 | 37 | 25 | 23 | 45 | 103 |
| Binary | 11001010 | 10100000 | 10001100 | 0 | 10101 | 11111 | 10101 | 10011 | 100101 | 1000011 |
Color Harmonies of #CAA08C
Complementary color
Monochromatic Colors of #CAA08C
Black with #CAA08C
Text Example
Text Example
White with #CAA08C
Text Example
Text Example
HTML Codes & Css Web 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>