Shades of Quicksand #CE9585
Tints of Quicksand #CE9585
RGB
CMYK
RGB Variations
Color information
#CE9585 (or 0xCE9585) is known color: Quicksand. HEX triplet: CE, 95 and 85. RGB value is (206,149,133). Sum of RGB (Red+Green+Blue) = 206+149+133=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9585 is #316A7A. Grayscale: #A4A4A4. Windows color (decimal): -3238523 or 8754638. OLE color: 8754638.
HSL color Cylindrical-coordinate representation of color #CE9585: hue angle of 13.15º 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 #CE9585 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 133 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.19 |
| HSL | 13.15º | 0.43% | 0.66% | - |
| HSV(B) | 13.15º | 0.35% | 0.81% | - |
| XYZ | 40.43 | 36.31 | 27.07 | - |
| YUV | 164.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 133 | 0 | 0.28 | 0.35 | 0.19 | 13.15 | 0.43 | 0.66 |
| Hex | CE | 95 | 85 | 0 | 1C | 23 | 13 | D | 2B | 42 |
| Octal | 316 | 225 | 205 | 0 | 34 | 43 | 23 | 15 | 53 | 102 |
| Binary | 11001110 | 10010101 | 10000101 | 0 | 11100 | 100011 | 10011 | 1101 | 101011 | 1000010 |
Color Harmonies of #CE9585
Complementary color
Monochromatic Colors of #CE9585
Black with #CE9585
Text Example
Text Example
White with #CE9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9585; }
p { color: rgb(206,149,133); }
H1.HeaderClassName
{
color: #CE9585;
}
.AnyTagClassName
{
color: #CE9585;
}
</style>
background-color css
<style>
a { background-color: #CE9585; }
a { background-color: rgb(206,149,133); }
div.DivClassName
{
background-color: #CE9585;
}
.BgClassName
{
background-color: #CE9585;
}
</style>
border-color css
<style>
span { border-color: #CE9585; }
span { border-color: rgb(206,149,133); }
td.TdClassName
{
border-color: #CE9585;
}
.TagClassName
{
border-color: #CE9585;
}
</style>