Shades of Burning Sand #C07E5A
Tints of Burning Sand #C07E5A
RGB
CMYK
RGB Variations
Color information
#C07E5A (or 0xC07E5A) is known color: Burning Sand. HEX triplet: C0, 7E and 5A. RGB value is (192,126,90). Sum of RGB (Red+Green+Blue) = 192+126+90=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E5A is #3F81A5. Grayscale: #8D8D8D. Windows color (decimal): -4161958 or 5930688. OLE color: 5930688.
HSL color Cylindrical-coordinate representation of color #C07E5A: hue angle of 21.18º degrees, saturation: 0.45, 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 #C07E5A is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 90 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.25 |
| HSL | 21.18º | 0.45% | 0.55% | - |
| HSV(B) | 21.18º | 0.53% | 0.75% | - |
| XYZ | 31.04 | 26.87 | 13.22 | - |
| YUV | 141.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 90 | 0 | 0.34 | 0.53 | 0.25 | 21.18 | 0.45 | 0.55 |
| Hex | C0 | 7E | 5A | 0 | 22 | 35 | 19 | 15 | 2D | 37 |
| Octal | 300 | 176 | 132 | 0 | 42 | 65 | 31 | 25 | 55 | 67 |
| Binary | 11000000 | 1111110 | 1011010 | 0 | 100010 | 110101 | 11001 | 10101 | 101101 | 110111 |
Color Harmonies of #C07E5A
Complementary color
Monochromatic Colors of #C07E5A
Black with #C07E5A
Text Example
Text Example
White with #C07E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E5A; }
p { color: rgb(192,126,90); }
H1.HeaderClassName
{
color: #C07E5A;
}
.AnyTagClassName
{
color: #C07E5A;
}
</style>
background-color css
<style>
a { background-color: #C07E5A; }
a { background-color: rgb(192,126,90); }
div.DivClassName
{
background-color: #C07E5A;
}
.BgClassName
{
background-color: #C07E5A;
}
</style>
border-color css
<style>
span { border-color: #C07E5A; }
span { border-color: rgb(192,126,90); }
td.TdClassName
{
border-color: #C07E5A;
}
.TagClassName
{
border-color: #C07E5A;
}
</style>