Shades of Quicksand #CE978D
Tints of Quicksand #CE978D
RGB
CMYK
RGB Variations
Color information
#CE978D (or 0xCE978D) is known color: Quicksand. HEX triplet: CE, 97 and 8D. RGB value is (206,151,141). Sum of RGB (Red+Green+Blue) = 206+151+141=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE978D is #316872. Grayscale: #A6A6A6. Windows color (decimal): -3238003 or 9279438. OLE color: 9279438.
HSL color Cylindrical-coordinate representation of color #CE978D: hue angle of 9.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE978D is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 141 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.19 |
| HSL | 9.23º | 0.4% | 0.68% | - |
| HSV(B) | 9.23º | 0.32% | 0.81% | - |
| XYZ | 41.33 | 37.18 | 30.2 | - |
| YUV | 166.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 141 | 0 | 0.27 | 0.32 | 0.19 | 9.23 | 0.4 | 0.68 |
| Hex | CE | 97 | 8D | 0 | 1B | 20 | 13 | 9 | 28 | 44 |
| Octal | 316 | 227 | 215 | 0 | 33 | 40 | 23 | 11 | 50 | 104 |
| Binary | 11001110 | 10010111 | 10001101 | 0 | 11011 | 100000 | 10011 | 1001 | 101000 | 1000100 |
Color Harmonies of #CE978D
Complementary color
Monochromatic Colors of #CE978D
Black with #CE978D
Text Example
Text Example
White with #CE978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE978D; }
p { color: rgb(206,151,141); }
H1.HeaderClassName
{
color: #CE978D;
}
.AnyTagClassName
{
color: #CE978D;
}
</style>
background-color css
<style>
a { background-color: #CE978D; }
a { background-color: rgb(206,151,141); }
div.DivClassName
{
background-color: #CE978D;
}
.BgClassName
{
background-color: #CE978D;
}
</style>
border-color css
<style>
span { border-color: #CE978D; }
span { border-color: rgb(206,151,141); }
td.TdClassName
{
border-color: #CE978D;
}
.TagClassName
{
border-color: #CE978D;
}
</style>