Shades of Quicksand #C99C88
Tints of Quicksand #C99C88
RGB
CMYK
RGB Variations
Color information
#C99C88 (or 0xC99C88) is known color: Quicksand. HEX triplet: C9, 9C and 88. RGB value is (201,156,136). Sum of RGB (Red+Green+Blue) = 201+156+136=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99C88 is #366377. Grayscale: #A7A7A7. Windows color (decimal): -3564408 or 8953033. OLE color: 8953033.
HSL color Cylindrical-coordinate representation of color #C99C88: hue angle of 18.46º 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 #C99C88 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 136 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.21 |
| HSL | 18.46º | 0.38% | 0.66% | - |
| HSV(B) | 18.46º | 0.32% | 0.79% | - |
| XYZ | 40.42 | 37.97 | 28.49 | - |
| YUV | 167.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 136 | 0 | 0.22 | 0.32 | 0.21 | 18.46 | 0.38 | 0.66 |
| Hex | C9 | 9C | 88 | 0 | 16 | 20 | 15 | 12 | 26 | 42 |
| Octal | 311 | 234 | 210 | 0 | 26 | 40 | 25 | 22 | 46 | 102 |
| Binary | 11001001 | 10011100 | 10001000 | 0 | 10110 | 100000 | 10101 | 10010 | 100110 | 1000010 |
Color Harmonies of #C99C88
Complementary color
Monochromatic Colors of #C99C88
Black with #C99C88
Text Example
Text Example
White with #C99C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C88; }
p { color: rgb(201,156,136); }
H1.HeaderClassName
{
color: #C99C88;
}
.AnyTagClassName
{
color: #C99C88;
}
</style>
background-color css
<style>
a { background-color: #C99C88; }
a { background-color: rgb(201,156,136); }
div.DivClassName
{
background-color: #C99C88;
}
.BgClassName
{
background-color: #C99C88;
}
</style>
border-color css
<style>
span { border-color: #C99C88; }
span { border-color: rgb(201,156,136); }
td.TdClassName
{
border-color: #C99C88;
}
.TagClassName
{
border-color: #C99C88;
}
</style>