Shades of Quicksand #CE958B
Tints of Quicksand #CE958B
RGB
CMYK
RGB Variations
Color information
#CE958B (or 0xCE958B) is known color: Quicksand. HEX triplet: CE, 95 and 8B. RGB value is (206,149,139). Sum of RGB (Red+Green+Blue) = 206+149+139=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE958B is #316A74. Grayscale: #A4A4A4. Windows color (decimal): -3238517 or 9147854. OLE color: 9147854.
HSL color Cylindrical-coordinate representation of color #CE958B: hue angle of 8.96º 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 #CE958B is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 139 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.19 |
| HSL | 8.96º | 0.41% | 0.68% | - |
| HSV(B) | 8.96º | 0.33% | 0.81% | - |
| XYZ | 40.86 | 36.48 | 29.31 | - |
| YUV | 164.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 139 | 0 | 0.28 | 0.33 | 0.19 | 8.96 | 0.41 | 0.68 |
| Hex | CE | 95 | 8B | 0 | 1C | 21 | 13 | 9 | 29 | 44 |
| Octal | 316 | 225 | 213 | 0 | 34 | 41 | 23 | 11 | 51 | 104 |
| Binary | 11001110 | 10010101 | 10001011 | 0 | 11100 | 100001 | 10011 | 1001 | 101001 | 1000100 |
Color Harmonies of #CE958B
Complementary color
Monochromatic Colors of #CE958B
Black with #CE958B
Text Example
Text Example
White with #CE958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE958B; }
p { color: rgb(206,149,139); }
H1.HeaderClassName
{
color: #CE958B;
}
.AnyTagClassName
{
color: #CE958B;
}
</style>
background-color css
<style>
a { background-color: #CE958B; }
a { background-color: rgb(206,149,139); }
div.DivClassName
{
background-color: #CE958B;
}
.BgClassName
{
background-color: #CE958B;
}
</style>
border-color css
<style>
span { border-color: #CE958B; }
span { border-color: rgb(206,149,139); }
td.TdClassName
{
border-color: #CE958B;
}
.TagClassName
{
border-color: #CE958B;
}
</style>