Shades of Burning Sand #C07E5D
Tints of Burning Sand #C07E5D
RGB
CMYK
RGB Variations
Color information
#C07E5D (or 0xC07E5D) is known color: Burning Sand. HEX triplet: C0, 7E and 5D. RGB value is (192,126,93). Sum of RGB (Red+Green+Blue) = 192+126+93=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E5D is #3F81A2. Grayscale: #8E8E8E. Windows color (decimal): -4161955 or 6127296. OLE color: 6127296.
HSL color Cylindrical-coordinate representation of color #C07E5D: hue angle of 20º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C07E5D is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 93 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.25 |
| HSL | 20º | 0.44% | 0.56% | - |
| HSV(B) | 20º | 0.52% | 0.75% | - |
| XYZ | 31.17 | 26.92 | 13.91 | - |
| YUV | 141.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 93 | 0 | 0.34 | 0.52 | 0.25 | 20 | 0.44 | 0.56 |
| Hex | C0 | 7E | 5D | 0 | 22 | 34 | 19 | 14 | 2C | 38 |
| Octal | 300 | 176 | 135 | 0 | 42 | 64 | 31 | 24 | 54 | 70 |
| Binary | 11000000 | 1111110 | 1011101 | 0 | 100010 | 110100 | 11001 | 10100 | 101100 | 111000 |
Color Harmonies of #C07E5D
Complementary color
Monochromatic Colors of #C07E5D
Black with #C07E5D
Text Example
Text Example
White with #C07E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E5D; }
p { color: rgb(192,126,93); }
H1.HeaderClassName
{
color: #C07E5D;
}
.AnyTagClassName
{
color: #C07E5D;
}
</style>
background-color css
<style>
a { background-color: #C07E5D; }
a { background-color: rgb(192,126,93); }
div.DivClassName
{
background-color: #C07E5D;
}
.BgClassName
{
background-color: #C07E5D;
}
</style>
border-color css
<style>
span { border-color: #C07E5D; }
span { border-color: rgb(192,126,93); }
td.TdClassName
{
border-color: #C07E5D;
}
.TagClassName
{
border-color: #C07E5D;
}
</style>