Shades of Quicksand #CE9C87
Tints of Quicksand #CE9C87
RGB
CMYK
RGB Variations
Color information
#CE9C87 (or 0xCE9C87) is known color: Quicksand. HEX triplet: CE, 9C and 87. RGB value is (206,156,135). Sum of RGB (Red+Green+Blue) = 206+156+135=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9C87 is #316378. Grayscale: #A8A8A8. Windows color (decimal): -3236729 or 8887502. OLE color: 8887502.
HSL color Cylindrical-coordinate representation of color #CE9C87: hue angle of 17.75º 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 #CE9C87 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 135 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.19 |
| HSL | 17.75º | 0.42% | 0.67% | - |
| HSV(B) | 17.75º | 0.34% | 0.81% | - |
| XYZ | 41.72 | 38.65 | 28.18 | - |
| YUV | 168.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 135 | 0 | 0.24 | 0.34 | 0.19 | 17.75 | 0.42 | 0.67 |
| Hex | CE | 9C | 87 | 0 | 18 | 22 | 13 | 12 | 2A | 43 |
| Octal | 316 | 234 | 207 | 0 | 30 | 42 | 23 | 22 | 52 | 103 |
| Binary | 11001110 | 10011100 | 10000111 | 0 | 11000 | 100010 | 10011 | 10010 | 101010 | 1000011 |
Color Harmonies of #CE9C87
Complementary color
Monochromatic Colors of #CE9C87
Black with #CE9C87
Text Example
Text Example
White with #CE9C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C87; }
p { color: rgb(206,156,135); }
H1.HeaderClassName
{
color: #CE9C87;
}
.AnyTagClassName
{
color: #CE9C87;
}
</style>
background-color css
<style>
a { background-color: #CE9C87; }
a { background-color: rgb(206,156,135); }
div.DivClassName
{
background-color: #CE9C87;
}
.BgClassName
{
background-color: #CE9C87;
}
</style>
border-color css
<style>
span { border-color: #CE9C87; }
span { border-color: rgb(206,156,135); }
td.TdClassName
{
border-color: #CE9C87;
}
.TagClassName
{
border-color: #CE9C87;
}
</style>