Shades of Burning Sand #CE7E62
Tints of Burning Sand #CE7E62
RGB
CMYK
RGB Variations
Color information
#CE7E62 (or 0xCE7E62) is known color: Burning Sand. HEX triplet: CE, 7E and 62. RGB value is (206,126,98). Sum of RGB (Red+Green+Blue) = 206+126+98=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E62 is #31819D. Grayscale: #929292. Windows color (decimal): -3244446 or 6454990. OLE color: 6454990.
HSL color Cylindrical-coordinate representation of color #CE7E62: hue angle of 15.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE7E62 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 98 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.19 |
| HSL | 15.56º | 0.52% | 0.6% | - |
| HSV(B) | 15.56º | 0.52% | 0.81% | - |
| XYZ | 35.12 | 28.93 | 15.29 | - |
| YUV | 146.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 98 | 0 | 0.39 | 0.52 | 0.19 | 15.56 | 0.52 | 0.6 |
| Hex | CE | 7E | 62 | 0 | 27 | 34 | 13 | 10 | 34 | 3C |
| Octal | 316 | 176 | 142 | 0 | 47 | 64 | 23 | 20 | 64 | 74 |
| Binary | 11001110 | 1111110 | 1100010 | 0 | 100111 | 110100 | 10011 | 10000 | 110100 | 111100 |
Color Harmonies of #CE7E62
Complementary color
Monochromatic Colors of #CE7E62
Black with #CE7E62
Text Example
Text Example
White with #CE7E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E62; }
p { color: rgb(206,126,98); }
H1.HeaderClassName
{
color: #CE7E62;
}
.AnyTagClassName
{
color: #CE7E62;
}
</style>
background-color css
<style>
a { background-color: #CE7E62; }
a { background-color: rgb(206,126,98); }
div.DivClassName
{
background-color: #CE7E62;
}
.BgClassName
{
background-color: #CE7E62;
}
</style>
border-color css
<style>
span { border-color: #CE7E62; }
span { border-color: rgb(206,126,98); }
td.TdClassName
{
border-color: #CE7E62;
}
.TagClassName
{
border-color: #CE7E62;
}
</style>