Shades of Quicksand #CAA08D
Tints of Quicksand #CAA08D
RGB
CMYK
RGB Variations
Color information
#CAA08D (or 0xCAA08D) is known color: Quicksand. HEX triplet: CA, A0 and 8D. RGB value is (202,160,141). Sum of RGB (Red+Green+Blue) = 202+160+141=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA08D is #355F72. Grayscale: #AAAAAA. Windows color (decimal): -3497843 or 9281738. OLE color: 9281738.
HSL color Cylindrical-coordinate representation of color #CAA08D: hue angle of 18.69º degrees, saturation: 0.37, 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 #CAA08D is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 141 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.21 |
| HSL | 18.69º | 0.37% | 0.67% | - |
| HSV(B) | 18.69º | 0.3% | 0.79% | - |
| XYZ | 41.74 | 39.62 | 30.65 | - |
| YUV | 170.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 141 | 0 | 0.21 | 0.30 | 0.21 | 18.69 | 0.37 | 0.67 |
| Hex | CA | A0 | 8D | 0 | 15 | 1E | 15 | 13 | 25 | 43 |
| Octal | 312 | 240 | 215 | 0 | 25 | 36 | 25 | 23 | 45 | 103 |
| Binary | 11001010 | 10100000 | 10001101 | 0 | 10101 | 11110 | 10101 | 10011 | 100101 | 1000011 |
Color Harmonies of #CAA08D
Complementary color
Monochromatic Colors of #CAA08D
Black with #CAA08D
Text Example
Text Example
White with #CAA08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA08D; }
p { color: rgb(202,160,141); }
H1.HeaderClassName
{
color: #CAA08D;
}
.AnyTagClassName
{
color: #CAA08D;
}
</style>
background-color css
<style>
a { background-color: #CAA08D; }
a { background-color: rgb(202,160,141); }
div.DivClassName
{
background-color: #CAA08D;
}
.BgClassName
{
background-color: #CAA08D;
}
</style>
border-color css
<style>
span { border-color: #CAA08D; }
span { border-color: rgb(202,160,141); }
td.TdClassName
{
border-color: #CAA08D;
}
.TagClassName
{
border-color: #CAA08D;
}
</style>