Shades of Quicksand #C99B91
Tints of Quicksand #C99B91
RGB
CMYK
RGB Variations
Color information
#C99B91 (or 0xC99B91) is known color: Quicksand. HEX triplet: C9, 9B and 91. RGB value is (201,155,145). Sum of RGB (Red+Green+Blue) = 201+155+145=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99B91 is #36646E. Grayscale: #A7A7A7. Windows color (decimal): -3564655 or 9542601. OLE color: 9542601.
HSL color Cylindrical-coordinate representation of color #C99B91: hue angle of 10.71º 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 #C99B91 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 145 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.21 |
| HSL | 10.71º | 0.34% | 0.68% | - |
| HSV(B) | 10.71º | 0.28% | 0.79% | - |
| XYZ | 40.92 | 37.9 | 31.95 | - |
| YUV | 167.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 145 | 0 | 0.23 | 0.28 | 0.21 | 10.71 | 0.34 | 0.68 |
| Hex | C9 | 9B | 91 | 0 | 17 | 1C | 15 | B | 22 | 44 |
| Octal | 311 | 233 | 221 | 0 | 27 | 34 | 25 | 13 | 42 | 104 |
| Binary | 11001001 | 10011011 | 10010001 | 0 | 10111 | 11100 | 10101 | 1011 | 100010 | 1000100 |
Color Harmonies of #C99B91
Complementary color
Monochromatic Colors of #C99B91
Black with #C99B91
Text Example
Text Example
White with #C99B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B91; }
p { color: rgb(201,155,145); }
H1.HeaderClassName
{
color: #C99B91;
}
.AnyTagClassName
{
color: #C99B91;
}
</style>
background-color css
<style>
a { background-color: #C99B91; }
a { background-color: rgb(201,155,145); }
div.DivClassName
{
background-color: #C99B91;
}
.BgClassName
{
background-color: #C99B91;
}
</style>
border-color css
<style>
span { border-color: #C99B91; }
span { border-color: rgb(201,155,145); }
td.TdClassName
{
border-color: #C99B91;
}
.TagClassName
{
border-color: #C99B91;
}
</style>