Shades of Quicksand #CE9788
Tints of Quicksand #CE9788
RGB
CMYK
RGB Variations
Color information
#CE9788 (or 0xCE9788) is known color: Quicksand. HEX triplet: CE, 97 and 88. RGB value is (206,151,136). Sum of RGB (Red+Green+Blue) = 206+151+136=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9788 is #316877. Grayscale: #A5A5A5. Windows color (decimal): -3238008 or 8951758. OLE color: 8951758.
HSL color Cylindrical-coordinate representation of color #CE9788: hue angle of 12.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9788 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 136 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.19 |
| HSL | 12.86º | 0.42% | 0.67% | - |
| HSV(B) | 12.86º | 0.34% | 0.81% | - |
| XYZ | 40.96 | 37.03 | 28.28 | - |
| YUV | 165.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 136 | 0 | 0.27 | 0.34 | 0.19 | 12.86 | 0.42 | 0.67 |
| Hex | CE | 97 | 88 | 0 | 1B | 22 | 13 | D | 2A | 43 |
| Octal | 316 | 227 | 210 | 0 | 33 | 42 | 23 | 15 | 52 | 103 |
| Binary | 11001110 | 10010111 | 10001000 | 0 | 11011 | 100010 | 10011 | 1101 | 101010 | 1000011 |
Color Harmonies of #CE9788
Complementary color
Monochromatic Colors of #CE9788
Black with #CE9788
Text Example
Text Example
White with #CE9788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9788; }
p { color: rgb(206,151,136); }
H1.HeaderClassName
{
color: #CE9788;
}
.AnyTagClassName
{
color: #CE9788;
}
</style>
background-color css
<style>
a { background-color: #CE9788; }
a { background-color: rgb(206,151,136); }
div.DivClassName
{
background-color: #CE9788;
}
.BgClassName
{
background-color: #CE9788;
}
</style>
border-color css
<style>
span { border-color: #CE9788; }
span { border-color: rgb(206,151,136); }
td.TdClassName
{
border-color: #CE9788;
}
.TagClassName
{
border-color: #CE9788;
}
</style>