Shades of Quicksand #CE9888
Tints of Quicksand #CE9888
RGB
CMYK
RGB Variations
Color information
#CE9888 (or 0xCE9888) is known color: Quicksand. HEX triplet: CE, 98 and 88. RGB value is (206,152,136). Sum of RGB (Red+Green+Blue) = 206+152+136=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9888 is #316777. Grayscale: #A6A6A6. Windows color (decimal): -3237752 or 8952014. OLE color: 8952014.
HSL color Cylindrical-coordinate representation of color #CE9888: hue angle of 13.71º 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 #CE9888 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 136 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.19 |
| HSL | 13.71º | 0.42% | 0.67% | - |
| HSV(B) | 13.71º | 0.34% | 0.81% | - |
| XYZ | 41.13 | 37.36 | 28.34 | - |
| YUV | 166.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 136 | 0 | 0.26 | 0.34 | 0.19 | 13.71 | 0.42 | 0.67 |
| Hex | CE | 98 | 88 | 0 | 1A | 22 | 13 | E | 2A | 43 |
| Octal | 316 | 230 | 210 | 0 | 32 | 42 | 23 | 16 | 52 | 103 |
| Binary | 11001110 | 10011000 | 10001000 | 0 | 11010 | 100010 | 10011 | 1110 | 101010 | 1000011 |
Color Harmonies of #CE9888
Complementary color
Monochromatic Colors of #CE9888
Black with #CE9888
Text Example
Text Example
White with #CE9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9888; }
p { color: rgb(206,152,136); }
H1.HeaderClassName
{
color: #CE9888;
}
.AnyTagClassName
{
color: #CE9888;
}
</style>
background-color css
<style>
a { background-color: #CE9888; }
a { background-color: rgb(206,152,136); }
div.DivClassName
{
background-color: #CE9888;
}
.BgClassName
{
background-color: #CE9888;
}
</style>
border-color css
<style>
span { border-color: #CE9888; }
span { border-color: rgb(206,152,136); }
td.TdClassName
{
border-color: #CE9888;
}
.TagClassName
{
border-color: #CE9888;
}
</style>