Shades of Burning Sand #CE7A6C
Tints of Burning Sand #CE7A6C
RGB
CMYK
RGB Variations
Color information
#CE7A6C (or 0xCE7A6C) is known color: Burning Sand. HEX triplet: CE, 7A and 6C. RGB value is (206,122,108). Sum of RGB (Red+Green+Blue) = 206+122+108=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A6C is #318593. Grayscale: #919191. Windows color (decimal): -3245460 or 7109326. OLE color: 7109326.
HSL color Cylindrical-coordinate representation of color #CE7A6C: hue angle of 8.57º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE7A6C is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 108 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.19 |
| HSL | 8.57º | 0.5% | 0.62% | - |
| HSV(B) | 8.57º | 0.48% | 0.81% | - |
| XYZ | 35.12 | 28.12 | 17.76 | - |
| YUV | 145.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 108 | 0 | 0.41 | 0.48 | 0.19 | 8.57 | 0.5 | 0.62 |
| Hex | CE | 7A | 6C | 0 | 29 | 30 | 13 | 9 | 32 | 3E |
| Octal | 316 | 172 | 154 | 0 | 51 | 60 | 23 | 11 | 62 | 76 |
| Binary | 11001110 | 1111010 | 1101100 | 0 | 101001 | 110000 | 10011 | 1001 | 110010 | 111110 |
Color Harmonies of #CE7A6C
Complementary color
Monochromatic Colors of #CE7A6C
Black with #CE7A6C
Text Example
Text Example
White with #CE7A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A6C; }
p { color: rgb(206,122,108); }
H1.HeaderClassName
{
color: #CE7A6C;
}
.AnyTagClassName
{
color: #CE7A6C;
}
</style>
background-color css
<style>
a { background-color: #CE7A6C; }
a { background-color: rgb(206,122,108); }
div.DivClassName
{
background-color: #CE7A6C;
}
.BgClassName
{
background-color: #CE7A6C;
}
</style>
border-color css
<style>
span { border-color: #CE7A6C; }
span { border-color: rgb(206,122,108); }
td.TdClassName
{
border-color: #CE7A6C;
}
.TagClassName
{
border-color: #CE7A6C;
}
</style>