Shades of Quicksand #CE9989
Tints of Quicksand #CE9989
RGB
CMYK
RGB Variations
Color information
#CE9989 (or 0xCE9989) is known color: Quicksand. HEX triplet: CE, 99 and 89. RGB value is (206,153,137). Sum of RGB (Red+Green+Blue) = 206+153+137=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9989 is #316676. Grayscale: #A7A7A7. Windows color (decimal): -3237495 or 9017806. OLE color: 9017806.
HSL color Cylindrical-coordinate representation of color #CE9989: hue angle of 13.91º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE9989 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 137 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.19 |
| HSL | 13.91º | 0.41% | 0.67% | - |
| HSV(B) | 13.91º | 0.33% | 0.81% | - |
| XYZ | 41.36 | 37.71 | 28.77 | - |
| YUV | 167.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 137 | 0 | 0.26 | 0.33 | 0.19 | 13.91 | 0.41 | 0.67 |
| Hex | CE | 99 | 89 | 0 | 1A | 21 | 13 | E | 29 | 43 |
| Octal | 316 | 231 | 211 | 0 | 32 | 41 | 23 | 16 | 51 | 103 |
| Binary | 11001110 | 10011001 | 10001001 | 0 | 11010 | 100001 | 10011 | 1110 | 101001 | 1000011 |
Color Harmonies of #CE9989
Complementary color
Monochromatic Colors of #CE9989
Black with #CE9989
Text Example
Text Example
White with #CE9989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9989; }
p { color: rgb(206,153,137); }
H1.HeaderClassName
{
color: #CE9989;
}
.AnyTagClassName
{
color: #CE9989;
}
</style>
background-color css
<style>
a { background-color: #CE9989; }
a { background-color: rgb(206,153,137); }
div.DivClassName
{
background-color: #CE9989;
}
.BgClassName
{
background-color: #CE9989;
}
</style>
border-color css
<style>
span { border-color: #CE9989; }
span { border-color: rgb(206,153,137); }
td.TdClassName
{
border-color: #CE9989;
}
.TagClassName
{
border-color: #CE9989;
}
</style>