Shades of Burning Sand #C07D57
Tints of Burning Sand #C07D57
RGB
CMYK
RGB Variations
Color information
#C07D57 (or 0xC07D57) is known color: Burning Sand. HEX triplet: C0, 7D and 57. RGB value is (192,125,87). Sum of RGB (Red+Green+Blue) = 192+125+87=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D57 is #3F82A8. Grayscale: #8C8C8C. Windows color (decimal): -4162217 or 5733824. OLE color: 5733824.
HSL color Cylindrical-coordinate representation of color #C07D57: hue angle of 21.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C07D57 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 87 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.25 |
| HSL | 21.71º | 0.45% | 0.55% | - |
| HSV(B) | 21.71º | 0.55% | 0.75% | - |
| XYZ | 30.79 | 26.56 | 12.52 | - |
| YUV | 140.7 | 97.7 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 87 | 0 | 0.35 | 0.55 | 0.25 | 21.71 | 0.45 | 0.55 |
| Hex | C0 | 7D | 57 | 0 | 23 | 37 | 19 | 16 | 2D | 37 |
| Octal | 300 | 175 | 127 | 0 | 43 | 67 | 31 | 26 | 55 | 67 |
| Binary | 11000000 | 1111101 | 1010111 | 0 | 100011 | 110111 | 11001 | 10110 | 101101 | 110111 |
Color Harmonies of #C07D57
Complementary color
Monochromatic Colors of #C07D57
Black with #C07D57
Text Example
Text Example
White with #C07D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D57; }
p { color: rgb(192,125,87); }
H1.HeaderClassName
{
color: #C07D57;
}
.AnyTagClassName
{
color: #C07D57;
}
</style>
background-color css
<style>
a { background-color: #C07D57; }
a { background-color: rgb(192,125,87); }
div.DivClassName
{
background-color: #C07D57;
}
.BgClassName
{
background-color: #C07D57;
}
</style>
border-color css
<style>
span { border-color: #C07D57; }
span { border-color: rgb(192,125,87); }
td.TdClassName
{
border-color: #C07D57;
}
.TagClassName
{
border-color: #C07D57;
}
</style>