Shades of Burning Sand #C07D5A
Tints of Burning Sand #C07D5A
RGB
CMYK
RGB Variations
Color information
#C07D5A (or 0xC07D5A) is known color: Burning Sand. HEX triplet: C0, 7D and 5A. RGB value is (192,125,90). Sum of RGB (Red+Green+Blue) = 192+125+90=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D5A is #3F82A5. Grayscale: #8D8D8D. Windows color (decimal): -4162214 or 5930432. OLE color: 5930432.
HSL color Cylindrical-coordinate representation of color #C07D5A: hue angle of 20.59º 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 #C07D5A is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 90 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.25 |
| HSL | 20.59º | 0.45% | 0.55% | - |
| HSV(B) | 20.59º | 0.53% | 0.75% | - |
| XYZ | 30.92 | 26.61 | 13.18 | - |
| YUV | 141.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 90 | 0 | 0.35 | 0.53 | 0.25 | 20.59 | 0.45 | 0.55 |
| Hex | C0 | 7D | 5A | 0 | 23 | 35 | 19 | 15 | 2D | 37 |
| Octal | 300 | 175 | 132 | 0 | 43 | 65 | 31 | 25 | 55 | 67 |
| Binary | 11000000 | 1111101 | 1011010 | 0 | 100011 | 110101 | 11001 | 10101 | 101101 | 110111 |
Color Harmonies of #C07D5A
Complementary color
Monochromatic Colors of #C07D5A
Black with #C07D5A
Text Example
Text Example
White with #C07D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D5A; }
p { color: rgb(192,125,90); }
H1.HeaderClassName
{
color: #C07D5A;
}
.AnyTagClassName
{
color: #C07D5A;
}
</style>
background-color css
<style>
a { background-color: #C07D5A; }
a { background-color: rgb(192,125,90); }
div.DivClassName
{
background-color: #C07D5A;
}
.BgClassName
{
background-color: #C07D5A;
}
</style>
border-color css
<style>
span { border-color: #C07D5A; }
span { border-color: rgb(192,125,90); }
td.TdClassName
{
border-color: #C07D5A;
}
.TagClassName
{
border-color: #C07D5A;
}
</style>