Shades of Quicksand #C9A18D
Tints of Quicksand #C9A18D
RGB
CMYK
RGB Variations
Color information
#C9A18D (or 0xC9A18D) is known color: Quicksand. HEX triplet: C9, A1 and 8D. RGB value is (201,161,141). Sum of RGB (Red+Green+Blue) = 201+161+141=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A18D is #365E72. Grayscale: #AAAAAA. Windows color (decimal): -3563123 or 9281993. OLE color: 9281993.
HSL color Cylindrical-coordinate representation of color #C9A18D: hue angle of 20º 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 #C9A18D is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 141 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.21 |
| HSL | 20º | 0.36% | 0.67% | - |
| HSV(B) | 20º | 0.3% | 0.79% | - |
| XYZ | 41.64 | 39.83 | 30.69 | - |
| YUV | 170.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 141 | 0 | 0.20 | 0.30 | 0.21 | 20 | 0.36 | 0.67 |
| Hex | C9 | A1 | 8D | 0 | 14 | 1E | 15 | 14 | 24 | 43 |
| Octal | 311 | 241 | 215 | 0 | 24 | 36 | 25 | 24 | 44 | 103 |
| Binary | 11001001 | 10100001 | 10001101 | 0 | 10100 | 11110 | 10101 | 10100 | 100100 | 1000011 |
Color Harmonies of #C9A18D
Complementary color
Monochromatic Colors of #C9A18D
Black with #C9A18D
Text Example
Text Example
White with #C9A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A18D; }
p { color: rgb(201,161,141); }
H1.HeaderClassName
{
color: #C9A18D;
}
.AnyTagClassName
{
color: #C9A18D;
}
</style>
background-color css
<style>
a { background-color: #C9A18D; }
a { background-color: rgb(201,161,141); }
div.DivClassName
{
background-color: #C9A18D;
}
.BgClassName
{
background-color: #C9A18D;
}
</style>
border-color css
<style>
span { border-color: #C9A18D; }
span { border-color: rgb(201,161,141); }
td.TdClassName
{
border-color: #C9A18D;
}
.TagClassName
{
border-color: #C9A18D;
}
</style>