Shades of Burning Sand #CE7D6A
Tints of Burning Sand #CE7D6A
RGB
CMYK
RGB Variations
Color information
#CE7D6A (or 0xCE7D6A) is known color: Burning Sand. HEX triplet: CE, 7D and 6A. RGB value is (206,125,106). Sum of RGB (Red+Green+Blue) = 206+125+106=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D6A is #318295. Grayscale: #939393. Windows color (decimal): -3244694 or 6979022. OLE color: 6979022.
HSL color Cylindrical-coordinate representation of color #CE7D6A: hue angle of 11.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE7D6A is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 106 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.19 |
| HSL | 11.4º | 0.51% | 0.61% | - |
| HSV(B) | 11.4º | 0.49% | 0.81% | - |
| XYZ | 35.39 | 28.83 | 17.34 | - |
| YUV | 147.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 106 | 0 | 0.39 | 0.49 | 0.19 | 11.4 | 0.51 | 0.61 |
| Hex | CE | 7D | 6A | 0 | 27 | 31 | 13 | B | 33 | 3D |
| Octal | 316 | 175 | 152 | 0 | 47 | 61 | 23 | 13 | 63 | 75 |
| Binary | 11001110 | 1111101 | 1101010 | 0 | 100111 | 110001 | 10011 | 1011 | 110011 | 111101 |
Color Harmonies of #CE7D6A
Complementary color
Monochromatic Colors of #CE7D6A
Black with #CE7D6A
Text Example
Text Example
White with #CE7D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D6A; }
p { color: rgb(206,125,106); }
H1.HeaderClassName
{
color: #CE7D6A;
}
.AnyTagClassName
{
color: #CE7D6A;
}
</style>
background-color css
<style>
a { background-color: #CE7D6A; }
a { background-color: rgb(206,125,106); }
div.DivClassName
{
background-color: #CE7D6A;
}
.BgClassName
{
background-color: #CE7D6A;
}
</style>
border-color css
<style>
span { border-color: #CE7D6A; }
span { border-color: rgb(206,125,106); }
td.TdClassName
{
border-color: #CE7D6A;
}
.TagClassName
{
border-color: #CE7D6A;
}
</style>