Shades of Quicksand #C99C91
Tints of Quicksand #C99C91
RGB
CMYK
RGB Variations
Color information
#C99C91 (or 0xC99C91) is known color: Quicksand. HEX triplet: C9, 9C and 91. RGB value is (201,156,145). Sum of RGB (Red+Green+Blue) = 201+156+145=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99C91 is #36636E. Grayscale: #A8A8A8. Windows color (decimal): -3564399 or 9542857. OLE color: 9542857.
HSL color Cylindrical-coordinate representation of color #C99C91: hue angle of 11.79º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99C91 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 145 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.21 |
| HSL | 11.79º | 0.34% | 0.68% | - |
| HSV(B) | 11.79º | 0.28% | 0.79% | - |
| XYZ | 41.09 | 38.24 | 32 | - |
| YUV | 168.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 145 | 0 | 0.22 | 0.28 | 0.21 | 11.79 | 0.34 | 0.68 |
| Hex | C9 | 9C | 91 | 0 | 16 | 1C | 15 | C | 22 | 44 |
| Octal | 311 | 234 | 221 | 0 | 26 | 34 | 25 | 14 | 42 | 104 |
| Binary | 11001001 | 10011100 | 10010001 | 0 | 10110 | 11100 | 10101 | 1100 | 100010 | 1000100 |
Color Harmonies of #C99C91
Complementary color
Monochromatic Colors of #C99C91
Black with #C99C91
Text Example
Text Example
White with #C99C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C91; }
p { color: rgb(201,156,145); }
H1.HeaderClassName
{
color: #C99C91;
}
.AnyTagClassName
{
color: #C99C91;
}
</style>
background-color css
<style>
a { background-color: #C99C91; }
a { background-color: rgb(201,156,145); }
div.DivClassName
{
background-color: #C99C91;
}
.BgClassName
{
background-color: #C99C91;
}
</style>
border-color css
<style>
span { border-color: #C99C91; }
span { border-color: rgb(201,156,145); }
td.TdClassName
{
border-color: #C99C91;
}
.TagClassName
{
border-color: #C99C91;
}
</style>