Shades of Quicksand #CE9985
Tints of Quicksand #CE9985
RGB
CMYK
RGB Variations
Color information
#CE9985 (or 0xCE9985) is known color: Quicksand. HEX triplet: CE, 99 and 85. RGB value is (206,153,133). Sum of RGB (Red+Green+Blue) = 206+153+133=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9985 is #31667A. Grayscale: #A6A6A6. Windows color (decimal): -3237499 or 8755662. OLE color: 8755662.
HSL color Cylindrical-coordinate representation of color #CE9985: hue angle of 16.44º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE9985 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 133 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.19 |
| HSL | 16.44º | 0.43% | 0.66% | - |
| HSV(B) | 16.44º | 0.35% | 0.81% | - |
| XYZ | 41.08 | 37.6 | 27.28 | - |
| YUV | 166.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 133 | 0 | 0.26 | 0.35 | 0.19 | 16.44 | 0.43 | 0.66 |
| Hex | CE | 99 | 85 | 0 | 1A | 23 | 13 | 10 | 2B | 42 |
| Octal | 316 | 231 | 205 | 0 | 32 | 43 | 23 | 20 | 53 | 102 |
| Binary | 11001110 | 10011001 | 10000101 | 0 | 11010 | 100011 | 10011 | 10000 | 101011 | 1000010 |
Color Harmonies of #CE9985
Complementary color
Monochromatic Colors of #CE9985
Black with #CE9985
Text Example
Text Example
White with #CE9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9985; }
p { color: rgb(206,153,133); }
H1.HeaderClassName
{
color: #CE9985;
}
.AnyTagClassName
{
color: #CE9985;
}
</style>
background-color css
<style>
a { background-color: #CE9985; }
a { background-color: rgb(206,153,133); }
div.DivClassName
{
background-color: #CE9985;
}
.BgClassName
{
background-color: #CE9985;
}
</style>
border-color css
<style>
span { border-color: #CE9985; }
span { border-color: rgb(206,153,133); }
td.TdClassName
{
border-color: #CE9985;
}
.TagClassName
{
border-color: #CE9985;
}
</style>