Shades of Quicksand #C99888
Tints of Quicksand #C99888
RGB
CMYK
RGB Variations
Color information
#C99888 (or 0xC99888) is known color: Quicksand. HEX triplet: C9, 98 and 88. RGB value is (201,152,136). Sum of RGB (Red+Green+Blue) = 201+152+136=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C99888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99888 is #366777. Grayscale: #A4A4A4. Windows color (decimal): -3565432 or 8952009. OLE color: 8952009.
HSL color Cylindrical-coordinate representation of color #C99888: hue angle of 14.77º degrees, saturation: 0.38, 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 #C99888 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 136 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.21 |
| HSL | 14.77º | 0.38% | 0.66% | - |
| HSV(B) | 14.77º | 0.32% | 0.79% | - |
| XYZ | 39.76 | 36.65 | 28.27 | - |
| YUV | 164.83 | 111.73 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 136 | 0 | 0.24 | 0.32 | 0.21 | 14.77 | 0.38 | 0.66 |
| Hex | C9 | 98 | 88 | 0 | 18 | 20 | 15 | F | 26 | 42 |
| Octal | 311 | 230 | 210 | 0 | 30 | 40 | 25 | 17 | 46 | 102 |
| Binary | 11001001 | 10011000 | 10001000 | 0 | 11000 | 100000 | 10101 | 1111 | 100110 | 1000010 |
Color Harmonies of #C99888
Complementary color
Monochromatic Colors of #C99888
Black with #C99888
Text Example
Text Example
White with #C99888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99888; }
p { color: rgb(201,152,136); }
H1.HeaderClassName
{
color: #C99888;
}
.AnyTagClassName
{
color: #C99888;
}
</style>
background-color css
<style>
a { background-color: #C99888; }
a { background-color: rgb(201,152,136); }
div.DivClassName
{
background-color: #C99888;
}
.BgClassName
{
background-color: #C99888;
}
</style>
border-color css
<style>
span { border-color: #C99888; }
span { border-color: rgb(201,152,136); }
td.TdClassName
{
border-color: #C99888;
}
.TagClassName
{
border-color: #C99888;
}
</style>