Shades of Quicksand #C99887
Tints of Quicksand #C99887
RGB
CMYK
RGB Variations
Color information
#C99887 (or 0xC99887) is known color: Quicksand. HEX triplet: C9, 98 and 87. RGB value is (201,152,135). Sum of RGB (Red+Green+Blue) = 201+152+135=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C99887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99887 is #366778. Grayscale: #A4A4A4. Windows color (decimal): -3565433 or 8886473. OLE color: 8886473.
HSL color Cylindrical-coordinate representation of color #C99887: hue angle of 15.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C99887 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 135 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.21 |
| HSL | 15.45º | 0.38% | 0.66% | - |
| HSV(B) | 15.45º | 0.33% | 0.79% | - |
| XYZ | 39.69 | 36.62 | 27.9 | - |
| YUV | 164.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 135 | 0 | 0.24 | 0.33 | 0.21 | 15.45 | 0.38 | 0.66 |
| Hex | C9 | 98 | 87 | 0 | 18 | 21 | 15 | F | 26 | 42 |
| Octal | 311 | 230 | 207 | 0 | 30 | 41 | 25 | 17 | 46 | 102 |
| Binary | 11001001 | 10011000 | 10000111 | 0 | 11000 | 100001 | 10101 | 1111 | 100110 | 1000010 |
Color Harmonies of #C99887
Complementary color
Monochromatic Colors of #C99887
Black with #C99887
Text Example
Text Example
White with #C99887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99887; }
p { color: rgb(201,152,135); }
H1.HeaderClassName
{
color: #C99887;
}
.AnyTagClassName
{
color: #C99887;
}
</style>
background-color css
<style>
a { background-color: #C99887; }
a { background-color: rgb(201,152,135); }
div.DivClassName
{
background-color: #C99887;
}
.BgClassName
{
background-color: #C99887;
}
</style>
border-color css
<style>
span { border-color: #C99887; }
span { border-color: rgb(201,152,135); }
td.TdClassName
{
border-color: #C99887;
}
.TagClassName
{
border-color: #C99887;
}
</style>