Shades of Quicksand #CE9482
Tints of Quicksand #CE9482
RGB
CMYK
RGB Variations
Color information
#CE9482 (or 0xCE9482) is known color: Quicksand. HEX triplet: CE, 94 and 82. RGB value is (206,148,130). Sum of RGB (Red+Green+Blue) = 206+148+130=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9482 is #316B7D. Grayscale: #A3A3A3. Windows color (decimal): -3238782 or 8557774. OLE color: 8557774.
HSL color Cylindrical-coordinate representation of color #CE9482: hue angle of 14.21º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE9482 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 130 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.19 |
| HSL | 14.21º | 0.44% | 0.66% | - |
| HSV(B) | 14.21º | 0.37% | 0.81% | - |
| XYZ | 40.07 | 35.91 | 25.94 | - |
| YUV | 163.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 130 | 0 | 0.28 | 0.37 | 0.19 | 14.21 | 0.44 | 0.66 |
| Hex | CE | 94 | 82 | 0 | 1C | 25 | 13 | E | 2C | 42 |
| Octal | 316 | 224 | 202 | 0 | 34 | 45 | 23 | 16 | 54 | 102 |
| Binary | 11001110 | 10010100 | 10000010 | 0 | 11100 | 100101 | 10011 | 1110 | 101100 | 1000010 |
Color Harmonies of #CE9482
Complementary color
Monochromatic Colors of #CE9482
Black with #CE9482
Text Example
Text Example
White with #CE9482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9482; }
p { color: rgb(206,148,130); }
H1.HeaderClassName
{
color: #CE9482;
}
.AnyTagClassName
{
color: #CE9482;
}
</style>
background-color css
<style>
a { background-color: #CE9482; }
a { background-color: rgb(206,148,130); }
div.DivClassName
{
background-color: #CE9482;
}
.BgClassName
{
background-color: #CE9482;
}
</style>
border-color css
<style>
span { border-color: #CE9482; }
span { border-color: rgb(206,148,130); }
td.TdClassName
{
border-color: #CE9482;
}
.TagClassName
{
border-color: #CE9482;
}
</style>