Shades of Quicksand #CE9A89
Tints of Quicksand #CE9A89
RGB
CMYK
RGB Variations
Color information
#CE9A89 (or 0xCE9A89) is known color: Quicksand. HEX triplet: CE, 9A and 89. RGB value is (206,154,137). Sum of RGB (Red+Green+Blue) = 206+154+137=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9A89 is #316576. Grayscale: #A7A7A7. Windows color (decimal): -3237239 or 9018062. OLE color: 9018062.
HSL color Cylindrical-coordinate representation of color #CE9A89: hue angle of 14.78º 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 #CE9A89 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 137 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.19 |
| HSL | 14.78º | 0.41% | 0.67% | - |
| HSV(B) | 14.78º | 0.33% | 0.81% | - |
| XYZ | 41.52 | 38.04 | 28.82 | - |
| YUV | 167.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 137 | 0 | 0.25 | 0.33 | 0.19 | 14.78 | 0.41 | 0.67 |
| Hex | CE | 9A | 89 | 0 | 19 | 21 | 13 | F | 29 | 43 |
| Octal | 316 | 232 | 211 | 0 | 31 | 41 | 23 | 17 | 51 | 103 |
| Binary | 11001110 | 10011010 | 10001001 | 0 | 11001 | 100001 | 10011 | 1111 | 101001 | 1000011 |
Color Harmonies of #CE9A89
Complementary color
Monochromatic Colors of #CE9A89
Black with #CE9A89
Text Example
Text Example
White with #CE9A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A89; }
p { color: rgb(206,154,137); }
H1.HeaderClassName
{
color: #CE9A89;
}
.AnyTagClassName
{
color: #CE9A89;
}
</style>
background-color css
<style>
a { background-color: #CE9A89; }
a { background-color: rgb(206,154,137); }
div.DivClassName
{
background-color: #CE9A89;
}
.BgClassName
{
background-color: #CE9A89;
}
</style>
border-color css
<style>
span { border-color: #CE9A89; }
span { border-color: rgb(206,154,137); }
td.TdClassName
{
border-color: #CE9A89;
}
.TagClassName
{
border-color: #CE9A89;
}
</style>