Shades of Quicksand #CE9889
Tints of Quicksand #CE9889
RGB
CMYK
RGB Variations
Color information
#CE9889 (or 0xCE9889) is known color: Quicksand. HEX triplet: CE, 98 and 89. RGB value is (206,152,137). Sum of RGB (Red+Green+Blue) = 206+152+137=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9889 is #316776. Grayscale: #A6A6A6. Windows color (decimal): -3237751 or 9017550. OLE color: 9017550.
HSL color Cylindrical-coordinate representation of color #CE9889: hue angle of 13.04º 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 #CE9889 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 137 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.19 |
| HSL | 13.04º | 0.41% | 0.67% | - |
| HSV(B) | 13.04º | 0.33% | 0.81% | - |
| XYZ | 41.2 | 37.38 | 28.71 | - |
| YUV | 166.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 137 | 0 | 0.26 | 0.33 | 0.19 | 13.04 | 0.41 | 0.67 |
| Hex | CE | 98 | 89 | 0 | 1A | 21 | 13 | D | 29 | 43 |
| Octal | 316 | 230 | 211 | 0 | 32 | 41 | 23 | 15 | 51 | 103 |
| Binary | 11001110 | 10011000 | 10001001 | 0 | 11010 | 100001 | 10011 | 1101 | 101001 | 1000011 |
Color Harmonies of #CE9889
Complementary color
Monochromatic Colors of #CE9889
Black with #CE9889
Text Example
Text Example
White with #CE9889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9889; }
p { color: rgb(206,152,137); }
H1.HeaderClassName
{
color: #CE9889;
}
.AnyTagClassName
{
color: #CE9889;
}
</style>
background-color css
<style>
a { background-color: #CE9889; }
a { background-color: rgb(206,152,137); }
div.DivClassName
{
background-color: #CE9889;
}
.BgClassName
{
background-color: #CE9889;
}
</style>
border-color css
<style>
span { border-color: #CE9889; }
span { border-color: rgb(206,152,137); }
td.TdClassName
{
border-color: #CE9889;
}
.TagClassName
{
border-color: #CE9889;
}
</style>