Shades of Burning Sand #C07D5F
Tints of Burning Sand #C07D5F
RGB
CMYK
RGB Variations
Color information
#C07D5F (or 0xC07D5F) is known color: Burning Sand. HEX triplet: C0, 7D and 5F. RGB value is (192,125,95). Sum of RGB (Red+Green+Blue) = 192+125+95=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D5F is #3F82A0. Grayscale: #8D8D8D. Windows color (decimal): -4162209 or 6258112. OLE color: 6258112.
HSL color Cylindrical-coordinate representation of color #C07D5F: hue angle of 18.56º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C07D5F is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 95 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.25 |
| HSL | 18.56º | 0.43% | 0.56% | - |
| HSV(B) | 18.56º | 0.51% | 0.75% | - |
| XYZ | 31.14 | 26.7 | 14.34 | - |
| YUV | 141.61 | 101.7 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 95 | 0 | 0.35 | 0.51 | 0.25 | 18.56 | 0.43 | 0.56 |
| Hex | C0 | 7D | 5F | 0 | 23 | 33 | 19 | 13 | 2B | 38 |
| Octal | 300 | 175 | 137 | 0 | 43 | 63 | 31 | 23 | 53 | 70 |
| Binary | 11000000 | 1111101 | 1011111 | 0 | 100011 | 110011 | 11001 | 10011 | 101011 | 111000 |
Color Harmonies of #C07D5F
Complementary color
Monochromatic Colors of #C07D5F
Black with #C07D5F
Text Example
Text Example
White with #C07D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D5F; }
p { color: rgb(192,125,95); }
H1.HeaderClassName
{
color: #C07D5F;
}
.AnyTagClassName
{
color: #C07D5F;
}
</style>
background-color css
<style>
a { background-color: #C07D5F; }
a { background-color: rgb(192,125,95); }
div.DivClassName
{
background-color: #C07D5F;
}
.BgClassName
{
background-color: #C07D5F;
}
</style>
border-color css
<style>
span { border-color: #C07D5F; }
span { border-color: rgb(192,125,95); }
td.TdClassName
{
border-color: #C07D5F;
}
.TagClassName
{
border-color: #C07D5F;
}
</style>