Shades of Burning Sand #CE7B5D
Tints of Burning Sand #CE7B5D
RGB
CMYK
RGB Variations
Color information
#CE7B5D (or 0xCE7B5D) is known color: Burning Sand. HEX triplet: CE, 7B and 5D. RGB value is (206,123,93). Sum of RGB (Red+Green+Blue) = 206+123+93=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B5D is #3184A2. Grayscale: #909090. Windows color (decimal): -3245219 or 6126542. OLE color: 6126542.
HSL color Cylindrical-coordinate representation of color #CE7B5D: hue angle of 15.93º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE7B5D is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 93 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.19 |
| HSL | 15.93º | 0.54% | 0.59% | - |
| HSV(B) | 15.93º | 0.55% | 0.81% | - |
| XYZ | 34.51 | 28.08 | 13.96 | - |
| YUV | 144.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 93 | 0 | 0.40 | 0.55 | 0.19 | 15.93 | 0.54 | 0.59 |
| Hex | CE | 7B | 5D | 0 | 28 | 37 | 13 | 10 | 36 | 3B |
| Octal | 316 | 173 | 135 | 0 | 50 | 67 | 23 | 20 | 66 | 73 |
| Binary | 11001110 | 1111011 | 1011101 | 0 | 101000 | 110111 | 10011 | 10000 | 110110 | 111011 |
Color Harmonies of #CE7B5D
Complementary color
Monochromatic Colors of #CE7B5D
Black with #CE7B5D
Text Example
Text Example
White with #CE7B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B5D; }
p { color: rgb(206,123,93); }
H1.HeaderClassName
{
color: #CE7B5D;
}
.AnyTagClassName
{
color: #CE7B5D;
}
</style>
background-color css
<style>
a { background-color: #CE7B5D; }
a { background-color: rgb(206,123,93); }
div.DivClassName
{
background-color: #CE7B5D;
}
.BgClassName
{
background-color: #CE7B5D;
}
</style>
border-color css
<style>
span { border-color: #CE7B5D; }
span { border-color: rgb(206,123,93); }
td.TdClassName
{
border-color: #CE7B5D;
}
.TagClassName
{
border-color: #CE7B5D;
}
</style>