Shades of Burning Sand #C07E5B
Tints of Burning Sand #C07E5B
RGB
CMYK
RGB Variations
Color information
#C07E5B (or 0xC07E5B) is known color: Burning Sand. HEX triplet: C0, 7E and 5B. RGB value is (192,126,91). Sum of RGB (Red+Green+Blue) = 192+126+91=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E5B is #3F81A4. Grayscale: #8D8D8D. Windows color (decimal): -4161957 or 5996224. OLE color: 5996224.
HSL color Cylindrical-coordinate representation of color #C07E5B: hue angle of 20.79º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C07E5B is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 91 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.25 |
| HSL | 20.79º | 0.44% | 0.55% | - |
| HSV(B) | 20.79º | 0.53% | 0.75% | - |
| XYZ | 31.09 | 26.88 | 13.45 | - |
| YUV | 141.74 | 99.37 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 91 | 0 | 0.34 | 0.53 | 0.25 | 20.79 | 0.44 | 0.55 |
| Hex | C0 | 7E | 5B | 0 | 22 | 35 | 19 | 15 | 2C | 37 |
| Octal | 300 | 176 | 133 | 0 | 42 | 65 | 31 | 25 | 54 | 67 |
| Binary | 11000000 | 1111110 | 1011011 | 0 | 100010 | 110101 | 11001 | 10101 | 101100 | 110111 |
Color Harmonies of #C07E5B
Complementary color
Monochromatic Colors of #C07E5B
Black with #C07E5B
Text Example
Text Example
White with #C07E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E5B; }
p { color: rgb(192,126,91); }
H1.HeaderClassName
{
color: #C07E5B;
}
.AnyTagClassName
{
color: #C07E5B;
}
</style>
background-color css
<style>
a { background-color: #C07E5B; }
a { background-color: rgb(192,126,91); }
div.DivClassName
{
background-color: #C07E5B;
}
.BgClassName
{
background-color: #C07E5B;
}
</style>
border-color css
<style>
span { border-color: #C07E5B; }
span { border-color: rgb(192,126,91); }
td.TdClassName
{
border-color: #C07E5B;
}
.TagClassName
{
border-color: #C07E5B;
}
</style>