Shades of Quicksand #C99981
Tints of Quicksand #C99981
RGB
CMYK
RGB Variations
Color information
#C99981 (or 0xC99981) is known color: Quicksand. HEX triplet: C9, 99 and 81. RGB value is (201,153,129). Sum of RGB (Red+Green+Blue) = 201+153+129=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C99981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99981 is #36667E. Grayscale: #A4A4A4. Windows color (decimal): -3565183 or 8493513. OLE color: 8493513.
HSL color Cylindrical-coordinate representation of color #C99981: hue angle of 20º 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 #C99981 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 129 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.21 |
| HSL | 20º | 0.4% | 0.65% | - |
| HSV(B) | 20º | 0.36% | 0.79% | - |
| XYZ | 39.44 | 36.78 | 25.79 | - |
| YUV | 164.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 129 | 0 | 0.24 | 0.36 | 0.21 | 20 | 0.4 | 0.65 |
| Hex | C9 | 99 | 81 | 0 | 18 | 24 | 15 | 14 | 28 | 41 |
| Octal | 311 | 231 | 201 | 0 | 30 | 44 | 25 | 24 | 50 | 101 |
| Binary | 11001001 | 10011001 | 10000001 | 0 | 11000 | 100100 | 10101 | 10100 | 101000 | 1000001 |
Color Harmonies of #C99981
Complementary color
Monochromatic Colors of #C99981
Black with #C99981
Text Example
Text Example
White with #C99981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99981; }
p { color: rgb(201,153,129); }
H1.HeaderClassName
{
color: #C99981;
}
.AnyTagClassName
{
color: #C99981;
}
</style>
background-color css
<style>
a { background-color: #C99981; }
a { background-color: rgb(201,153,129); }
div.DivClassName
{
background-color: #C99981;
}
.BgClassName
{
background-color: #C99981;
}
</style>
border-color css
<style>
span { border-color: #C99981; }
span { border-color: rgb(201,153,129); }
td.TdClassName
{
border-color: #C99981;
}
.TagClassName
{
border-color: #C99981;
}
</style>