Shades of Quicksand #CE9C8B
Tints of Quicksand #CE9C8B
RGB
CMYK
RGB Variations
Color information
#CE9C8B (or 0xCE9C8B) is known color: Quicksand. HEX triplet: CE, 9C and 8B. RGB value is (206,156,139). Sum of RGB (Red+Green+Blue) = 206+156+139=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9C8B is #316374. Grayscale: #A9A9A9. Windows color (decimal): -3236725 or 9149646. OLE color: 9149646.
HSL color Cylindrical-coordinate representation of color #CE9C8B: hue angle of 15.22º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE9C8B is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 139 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.19 |
| HSL | 15.22º | 0.41% | 0.68% | - |
| HSV(B) | 15.22º | 0.33% | 0.81% | - |
| XYZ | 42 | 38.76 | 29.69 | - |
| YUV | 169.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 139 | 0 | 0.24 | 0.33 | 0.19 | 15.22 | 0.41 | 0.68 |
| Hex | CE | 9C | 8B | 0 | 18 | 21 | 13 | F | 29 | 44 |
| Octal | 316 | 234 | 213 | 0 | 30 | 41 | 23 | 17 | 51 | 104 |
| Binary | 11001110 | 10011100 | 10001011 | 0 | 11000 | 100001 | 10011 | 1111 | 101001 | 1000100 |
Color Harmonies of #CE9C8B
Complementary color
Monochromatic Colors of #CE9C8B
Black with #CE9C8B
Text Example
Text Example
White with #CE9C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C8B; }
p { color: rgb(206,156,139); }
H1.HeaderClassName
{
color: #CE9C8B;
}
.AnyTagClassName
{
color: #CE9C8B;
}
</style>
background-color css
<style>
a { background-color: #CE9C8B; }
a { background-color: rgb(206,156,139); }
div.DivClassName
{
background-color: #CE9C8B;
}
.BgClassName
{
background-color: #CE9C8B;
}
</style>
border-color css
<style>
span { border-color: #CE9C8B; }
span { border-color: rgb(206,156,139); }
td.TdClassName
{
border-color: #CE9C8B;
}
.TagClassName
{
border-color: #CE9C8B;
}
</style>