Shades of Quicksand #C9A08E
Tints of Quicksand #C9A08E
RGB
CMYK
RGB Variations
Color information
#C9A08E (or 0xC9A08E) is known color: Quicksand. HEX triplet: C9, A0 and 8E. RGB value is (201,160,142). Sum of RGB (Red+Green+Blue) = 201+160+142=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A08E is #365F71. Grayscale: #AAAAAA. Windows color (decimal): -3563378 or 9347273. OLE color: 9347273.
HSL color Cylindrical-coordinate representation of color #C9A08E: hue angle of 18.31º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9A08E is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 142 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.21 |
| HSL | 18.31º | 0.35% | 0.67% | - |
| HSV(B) | 18.31º | 0.29% | 0.79% | - |
| XYZ | 41.54 | 39.51 | 31.03 | - |
| YUV | 170.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 142 | 0 | 0.20 | 0.29 | 0.21 | 18.31 | 0.35 | 0.67 |
| Hex | C9 | A0 | 8E | 0 | 14 | 1D | 15 | 12 | 23 | 43 |
| Octal | 311 | 240 | 216 | 0 | 24 | 35 | 25 | 22 | 43 | 103 |
| Binary | 11001001 | 10100000 | 10001110 | 0 | 10100 | 11101 | 10101 | 10010 | 100011 | 1000011 |
Color Harmonies of #C9A08E
Complementary color
Monochromatic Colors of #C9A08E
Black with #C9A08E
Text Example
Text Example
White with #C9A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A08E; }
p { color: rgb(201,160,142); }
H1.HeaderClassName
{
color: #C9A08E;
}
.AnyTagClassName
{
color: #C9A08E;
}
</style>
background-color css
<style>
a { background-color: #C9A08E; }
a { background-color: rgb(201,160,142); }
div.DivClassName
{
background-color: #C9A08E;
}
.BgClassName
{
background-color: #C9A08E;
}
</style>
border-color css
<style>
span { border-color: #C9A08E; }
span { border-color: rgb(201,160,142); }
td.TdClassName
{
border-color: #C9A08E;
}
.TagClassName
{
border-color: #C9A08E;
}
</style>