Shades of Quicksand #CE9984
Tints of Quicksand #CE9984
RGB
CMYK
RGB Variations
Color information
#CE9984 (or 0xCE9984) is known color: Quicksand. HEX triplet: CE, 99 and 84. RGB value is (206,153,132). Sum of RGB (Red+Green+Blue) = 206+153+132=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9984 is #31667B. Grayscale: #A6A6A6. Windows color (decimal): -3237500 or 8690126. OLE color: 8690126.
HSL color Cylindrical-coordinate representation of color #CE9984: hue angle of 17.03º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE9984 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 132 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.19 |
| HSL | 17.03º | 0.43% | 0.66% | - |
| HSV(B) | 17.03º | 0.36% | 0.81% | - |
| XYZ | 41.01 | 37.57 | 26.92 | - |
| YUV | 166.45 | 108.56 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 132 | 0 | 0.26 | 0.36 | 0.19 | 17.03 | 0.43 | 0.66 |
| Hex | CE | 99 | 84 | 0 | 1A | 24 | 13 | 11 | 2B | 42 |
| Octal | 316 | 231 | 204 | 0 | 32 | 44 | 23 | 21 | 53 | 102 |
| Binary | 11001110 | 10011001 | 10000100 | 0 | 11010 | 100100 | 10011 | 10001 | 101011 | 1000010 |
Color Harmonies of #CE9984
Complementary color
Monochromatic Colors of #CE9984
Black with #CE9984
Text Example
Text Example
White with #CE9984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9984; }
p { color: rgb(206,153,132); }
H1.HeaderClassName
{
color: #CE9984;
}
.AnyTagClassName
{
color: #CE9984;
}
</style>
background-color css
<style>
a { background-color: #CE9984; }
a { background-color: rgb(206,153,132); }
div.DivClassName
{
background-color: #CE9984;
}
.BgClassName
{
background-color: #CE9984;
}
</style>
border-color css
<style>
span { border-color: #CE9984; }
span { border-color: rgb(206,153,132); }
td.TdClassName
{
border-color: #CE9984;
}
.TagClassName
{
border-color: #CE9984;
}
</style>