Shades of Quicksand #C99E91
Tints of Quicksand #C99E91
RGB
CMYK
RGB Variations
Color information
#C99E91 (or 0xC99E91) is known color: Quicksand. HEX triplet: C9, 9E and 91. RGB value is (201,158,145). Sum of RGB (Red+Green+Blue) = 201+158+145=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99E91 is #36616E. Grayscale: #A9A9A9. Windows color (decimal): -3563887 or 9543369. OLE color: 9543369.
HSL color Cylindrical-coordinate representation of color #C99E91: hue angle of 13.93º 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 #C99E91 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 145 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.21 |
| HSL | 13.93º | 0.34% | 0.68% | - |
| HSV(B) | 13.93º | 0.28% | 0.79% | - |
| XYZ | 41.43 | 38.92 | 32.12 | - |
| YUV | 169.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 145 | 0 | 0.21 | 0.28 | 0.21 | 13.93 | 0.34 | 0.68 |
| Hex | C9 | 9E | 91 | 0 | 15 | 1C | 15 | E | 22 | 44 |
| Octal | 311 | 236 | 221 | 0 | 25 | 34 | 25 | 16 | 42 | 104 |
| Binary | 11001001 | 10011110 | 10010001 | 0 | 10101 | 11100 | 10101 | 1110 | 100010 | 1000100 |
Color Harmonies of #C99E91
Complementary color
Monochromatic Colors of #C99E91
Black with #C99E91
Text Example
Text Example
White with #C99E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E91; }
p { color: rgb(201,158,145); }
H1.HeaderClassName
{
color: #C99E91;
}
.AnyTagClassName
{
color: #C99E91;
}
</style>
background-color css
<style>
a { background-color: #C99E91; }
a { background-color: rgb(201,158,145); }
div.DivClassName
{
background-color: #C99E91;
}
.BgClassName
{
background-color: #C99E91;
}
</style>
border-color css
<style>
span { border-color: #C99E91; }
span { border-color: rgb(201,158,145); }
td.TdClassName
{
border-color: #C99E91;
}
.TagClassName
{
border-color: #C99E91;
}
</style>