Shades of Quicksand #C99788
Tints of Quicksand #C99788
RGB
CMYK
RGB Variations
Color information
#C99788 (or 0xC99788) is known color: Quicksand. HEX triplet: C9, 97 and 88. RGB value is (201,151,136). Sum of RGB (Red+Green+Blue) = 201+151+136=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C99788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99788 is #366877. Grayscale: #A4A4A4. Windows color (decimal): -3565688 or 8951753. OLE color: 8951753.
HSL color Cylindrical-coordinate representation of color #C99788: hue angle of 13.85º 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 #C99788 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 136 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.21 |
| HSL | 13.85º | 0.38% | 0.66% | - |
| HSV(B) | 13.85º | 0.32% | 0.79% | - |
| XYZ | 39.6 | 36.33 | 28.22 | - |
| YUV | 164.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 136 | 0 | 0.25 | 0.32 | 0.21 | 13.85 | 0.38 | 0.66 |
| Hex | C9 | 97 | 88 | 0 | 19 | 20 | 15 | E | 26 | 42 |
| Octal | 311 | 227 | 210 | 0 | 31 | 40 | 25 | 16 | 46 | 102 |
| Binary | 11001001 | 10010111 | 10001000 | 0 | 11001 | 100000 | 10101 | 1110 | 100110 | 1000010 |
Color Harmonies of #C99788
Complementary color
Monochromatic Colors of #C99788
Black with #C99788
Text Example
Text Example
White with #C99788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99788; }
p { color: rgb(201,151,136); }
H1.HeaderClassName
{
color: #C99788;
}
.AnyTagClassName
{
color: #C99788;
}
</style>
background-color css
<style>
a { background-color: #C99788; }
a { background-color: rgb(201,151,136); }
div.DivClassName
{
background-color: #C99788;
}
.BgClassName
{
background-color: #C99788;
}
</style>
border-color css
<style>
span { border-color: #C99788; }
span { border-color: rgb(201,151,136); }
td.TdClassName
{
border-color: #C99788;
}
.TagClassName
{
border-color: #C99788;
}
</style>