Shades of Quicksand #C99889
Tints of Quicksand #C99889
RGB
CMYK
RGB Variations
Color information
#C99889 (or 0xC99889) is known color: Quicksand. HEX triplet: C9, 98 and 89. RGB value is (201,152,137). Sum of RGB (Red+Green+Blue) = 201+152+137=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C99889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99889 is #366776. Grayscale: #A5A5A5. Windows color (decimal): -3565431 or 9017545. OLE color: 9017545.
HSL color Cylindrical-coordinate representation of color #C99889: hue angle of 14.06º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C99889 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 137 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.21 |
| HSL | 14.06º | 0.37% | 0.66% | - |
| HSV(B) | 14.06º | 0.32% | 0.79% | - |
| XYZ | 39.83 | 36.68 | 28.65 | - |
| YUV | 164.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 137 | 0 | 0.24 | 0.32 | 0.21 | 14.06 | 0.37 | 0.66 |
| Hex | C9 | 98 | 89 | 0 | 18 | 20 | 15 | E | 25 | 42 |
| Octal | 311 | 230 | 211 | 0 | 30 | 40 | 25 | 16 | 45 | 102 |
| Binary | 11001001 | 10011000 | 10001001 | 0 | 11000 | 100000 | 10101 | 1110 | 100101 | 1000010 |
Color Harmonies of #C99889
Complementary color
Monochromatic Colors of #C99889
Black with #C99889
Text Example
Text Example
White with #C99889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99889; }
p { color: rgb(201,152,137); }
H1.HeaderClassName
{
color: #C99889;
}
.AnyTagClassName
{
color: #C99889;
}
</style>
background-color css
<style>
a { background-color: #C99889; }
a { background-color: rgb(201,152,137); }
div.DivClassName
{
background-color: #C99889;
}
.BgClassName
{
background-color: #C99889;
}
</style>
border-color css
<style>
span { border-color: #C99889; }
span { border-color: rgb(201,152,137); }
td.TdClassName
{
border-color: #C99889;
}
.TagClassName
{
border-color: #C99889;
}
</style>