Shades of Quicksand #CE9C88
Tints of Quicksand #CE9C88
RGB
CMYK
RGB Variations
Color information
#CE9C88 (or 0xCE9C88) is known color: Quicksand. HEX triplet: CE, 9C and 88. RGB value is (206,156,136). Sum of RGB (Red+Green+Blue) = 206+156+136=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9C88 is #316377. Grayscale: #A8A8A8. Windows color (decimal): -3236728 or 8953038. OLE color: 8953038.
HSL color Cylindrical-coordinate representation of color #CE9C88: hue angle of 17.14º 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 #CE9C88 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 136 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.19 |
| HSL | 17.14º | 0.42% | 0.67% | - |
| HSV(B) | 17.14º | 0.34% | 0.81% | - |
| XYZ | 41.79 | 38.68 | 28.56 | - |
| YUV | 168.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 136 | 0 | 0.24 | 0.34 | 0.19 | 17.14 | 0.42 | 0.67 |
| Hex | CE | 9C | 88 | 0 | 18 | 22 | 13 | 11 | 2A | 43 |
| Octal | 316 | 234 | 210 | 0 | 30 | 42 | 23 | 21 | 52 | 103 |
| Binary | 11001110 | 10011100 | 10001000 | 0 | 11000 | 100010 | 10011 | 10001 | 101010 | 1000011 |
Color Harmonies of #CE9C88
Complementary color
Monochromatic Colors of #CE9C88
Black with #CE9C88
Text Example
Text Example
White with #CE9C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C88; }
p { color: rgb(206,156,136); }
H1.HeaderClassName
{
color: #CE9C88;
}
.AnyTagClassName
{
color: #CE9C88;
}
</style>
background-color css
<style>
a { background-color: #CE9C88; }
a { background-color: rgb(206,156,136); }
div.DivClassName
{
background-color: #CE9C88;
}
.BgClassName
{
background-color: #CE9C88;
}
</style>
border-color css
<style>
span { border-color: #CE9C88; }
span { border-color: rgb(206,156,136); }
td.TdClassName
{
border-color: #CE9C88;
}
.TagClassName
{
border-color: #CE9C88;
}
</style>