Shades of Quicksand #CE9983
Tints of Quicksand #CE9983
RGB
CMYK
RGB Variations
Color information
#CE9983 (or 0xCE9983) is known color: Quicksand. HEX triplet: CE, 99 and 83. RGB value is (206,153,131). Sum of RGB (Red+Green+Blue) = 206+153+131=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9983 is #31667C. Grayscale: #A6A6A6. Windows color (decimal): -3237501 or 8624590. OLE color: 8624590.
HSL color Cylindrical-coordinate representation of color #CE9983: hue angle of 17.6º 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 #CE9983 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 131 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.19 |
| HSL | 17.6º | 0.43% | 0.66% | - |
| HSV(B) | 17.6º | 0.36% | 0.81% | - |
| XYZ | 40.94 | 37.54 | 26.56 | - |
| YUV | 166.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 131 | 0 | 0.26 | 0.36 | 0.19 | 17.6 | 0.43 | 0.66 |
| Hex | CE | 99 | 83 | 0 | 1A | 24 | 13 | 12 | 2B | 42 |
| Octal | 316 | 231 | 203 | 0 | 32 | 44 | 23 | 22 | 53 | 102 |
| Binary | 11001110 | 10011001 | 10000011 | 0 | 11010 | 100100 | 10011 | 10010 | 101011 | 1000010 |
Color Harmonies of #CE9983
Complementary color
Monochromatic Colors of #CE9983
Black with #CE9983
Text Example
Text Example
White with #CE9983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9983; }
p { color: rgb(206,153,131); }
H1.HeaderClassName
{
color: #CE9983;
}
.AnyTagClassName
{
color: #CE9983;
}
</style>
background-color css
<style>
a { background-color: #CE9983; }
a { background-color: rgb(206,153,131); }
div.DivClassName
{
background-color: #CE9983;
}
.BgClassName
{
background-color: #CE9983;
}
</style>
border-color css
<style>
span { border-color: #CE9983; }
span { border-color: rgb(206,153,131); }
td.TdClassName
{
border-color: #CE9983;
}
.TagClassName
{
border-color: #CE9983;
}
</style>