Shades of Quicksand #C99881
Tints of Quicksand #C99881
RGB
CMYK
RGB Variations
Color information
#C99881 (or 0xC99881) is known color: Quicksand. HEX triplet: C9, 98 and 81. RGB value is (201,152,129). Sum of RGB (Red+Green+Blue) = 201+152+129=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C99881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99881 is #36677E. Grayscale: #A4A4A4. Windows color (decimal): -3565439 or 8493257. OLE color: 8493257.
HSL color Cylindrical-coordinate representation of color #C99881: hue angle of 19.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C99881 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 129 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.21 |
| HSL | 19.17º | 0.4% | 0.65% | - |
| HSV(B) | 19.17º | 0.36% | 0.79% | - |
| XYZ | 39.28 | 36.46 | 25.74 | - |
| YUV | 164.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 129 | 0 | 0.24 | 0.36 | 0.21 | 19.17 | 0.4 | 0.65 |
| Hex | C9 | 98 | 81 | 0 | 18 | 24 | 15 | 13 | 28 | 41 |
| Octal | 311 | 230 | 201 | 0 | 30 | 44 | 25 | 23 | 50 | 101 |
| Binary | 11001001 | 10011000 | 10000001 | 0 | 11000 | 100100 | 10101 | 10011 | 101000 | 1000001 |
Color Harmonies of #C99881
Complementary color
Monochromatic Colors of #C99881
Black with #C99881
Text Example
Text Example
White with #C99881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99881; }
p { color: rgb(201,152,129); }
H1.HeaderClassName
{
color: #C99881;
}
.AnyTagClassName
{
color: #C99881;
}
</style>
background-color css
<style>
a { background-color: #C99881; }
a { background-color: rgb(201,152,129); }
div.DivClassName
{
background-color: #C99881;
}
.BgClassName
{
background-color: #C99881;
}
</style>
border-color css
<style>
span { border-color: #C99881; }
span { border-color: rgb(201,152,129); }
td.TdClassName
{
border-color: #C99881;
}
.TagClassName
{
border-color: #C99881;
}
</style>