Shades of Quicksand #C99D88
Tints of Quicksand #C99D88
RGB
CMYK
RGB Variations
Color information
#C99D88 (or 0xC99D88) is known color: Quicksand. HEX triplet: C9, 9D and 88. RGB value is (201,157,136). Sum of RGB (Red+Green+Blue) = 201+157+136=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99D88 is #366277. Grayscale: #A7A7A7. Windows color (decimal): -3564152 or 8953289. OLE color: 8953289.
HSL color Cylindrical-coordinate representation of color #C99D88: hue angle of 19.38º 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 #C99D88 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 136 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.21 |
| HSL | 19.38º | 0.38% | 0.66% | - |
| HSV(B) | 19.38º | 0.32% | 0.79% | - |
| XYZ | 40.59 | 38.31 | 28.55 | - |
| YUV | 167.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 136 | 0 | 0.22 | 0.32 | 0.21 | 19.38 | 0.38 | 0.66 |
| Hex | C9 | 9D | 88 | 0 | 16 | 20 | 15 | 13 | 26 | 42 |
| Octal | 311 | 235 | 210 | 0 | 26 | 40 | 25 | 23 | 46 | 102 |
| Binary | 11001001 | 10011101 | 10001000 | 0 | 10110 | 100000 | 10101 | 10011 | 100110 | 1000010 |
Color Harmonies of #C99D88
Complementary color
Monochromatic Colors of #C99D88
Black with #C99D88
Text Example
Text Example
White with #C99D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D88; }
p { color: rgb(201,157,136); }
H1.HeaderClassName
{
color: #C99D88;
}
.AnyTagClassName
{
color: #C99D88;
}
</style>
background-color css
<style>
a { background-color: #C99D88; }
a { background-color: rgb(201,157,136); }
div.DivClassName
{
background-color: #C99D88;
}
.BgClassName
{
background-color: #C99D88;
}
</style>
border-color css
<style>
span { border-color: #C99D88; }
span { border-color: rgb(201,157,136); }
td.TdClassName
{
border-color: #C99D88;
}
.TagClassName
{
border-color: #C99D88;
}
</style>