Shades of Quicksand #CE9A8B
Tints of Quicksand #CE9A8B
RGB
CMYK
RGB Variations
Color information
#CE9A8B (or 0xCE9A8B) is known color: Quicksand. HEX triplet: CE, 9A and 8B. RGB value is (206,154,139). Sum of RGB (Red+Green+Blue) = 206+154+139=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9A8B is #316574. Grayscale: #A7A7A7. Windows color (decimal): -3237237 or 9149134. OLE color: 9149134.
HSL color Cylindrical-coordinate representation of color #CE9A8B: hue angle of 13.43º 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 #CE9A8B is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 139 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.19 |
| HSL | 13.43º | 0.41% | 0.68% | - |
| HSV(B) | 13.43º | 0.33% | 0.81% | - |
| XYZ | 41.67 | 38.1 | 29.58 | - |
| YUV | 167.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 139 | 0 | 0.25 | 0.33 | 0.19 | 13.43 | 0.41 | 0.68 |
| Hex | CE | 9A | 8B | 0 | 19 | 21 | 13 | D | 29 | 44 |
| Octal | 316 | 232 | 213 | 0 | 31 | 41 | 23 | 15 | 51 | 104 |
| Binary | 11001110 | 10011010 | 10001011 | 0 | 11001 | 100001 | 10011 | 1101 | 101001 | 1000100 |
Color Harmonies of #CE9A8B
Complementary color
Monochromatic Colors of #CE9A8B
Black with #CE9A8B
Text Example
Text Example
White with #CE9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A8B; }
p { color: rgb(206,154,139); }
H1.HeaderClassName
{
color: #CE9A8B;
}
.AnyTagClassName
{
color: #CE9A8B;
}
</style>
background-color css
<style>
a { background-color: #CE9A8B; }
a { background-color: rgb(206,154,139); }
div.DivClassName
{
background-color: #CE9A8B;
}
.BgClassName
{
background-color: #CE9A8B;
}
</style>
border-color css
<style>
span { border-color: #CE9A8B; }
span { border-color: rgb(206,154,139); }
td.TdClassName
{
border-color: #CE9A8B;
}
.TagClassName
{
border-color: #CE9A8B;
}
</style>