Shades of Burning Sand #C07F56
Tints of Burning Sand #C07F56
RGB
CMYK
RGB Variations
Color information
#C07F56 (or 0xC07F56) is known color: Burning Sand. HEX triplet: C0, 7F and 56. RGB value is (192,127,86). Sum of RGB (Red+Green+Blue) = 192+127+86=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F56 is #3F80A9. Grayscale: #8D8D8D. Windows color (decimal): -4161706 or 5668800. OLE color: 5668800.
HSL color Cylindrical-coordinate representation of color #C07F56: hue angle of 23.21º degrees, saturation: 0.46, 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 #C07F56 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 86 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.25 |
| HSL | 23.21º | 0.46% | 0.55% | - |
| HSV(B) | 23.21º | 0.55% | 0.75% | - |
| XYZ | 31.01 | 27.06 | 12.39 | - |
| YUV | 141.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 86 | 0 | 0.34 | 0.55 | 0.25 | 23.21 | 0.46 | 0.55 |
| Hex | C0 | 7F | 56 | 0 | 22 | 37 | 19 | 17 | 2E | 37 |
| Octal | 300 | 177 | 126 | 0 | 42 | 67 | 31 | 27 | 56 | 67 |
| Binary | 11000000 | 1111111 | 1010110 | 0 | 100010 | 110111 | 11001 | 10111 | 101110 | 110111 |
Color Harmonies of #C07F56
Complementary color
Monochromatic Colors of #C07F56
Black with #C07F56
Text Example
Text Example
White with #C07F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F56; }
p { color: rgb(192,127,86); }
H1.HeaderClassName
{
color: #C07F56;
}
.AnyTagClassName
{
color: #C07F56;
}
</style>
background-color css
<style>
a { background-color: #C07F56; }
a { background-color: rgb(192,127,86); }
div.DivClassName
{
background-color: #C07F56;
}
.BgClassName
{
background-color: #C07F56;
}
</style>
border-color css
<style>
span { border-color: #C07F56; }
span { border-color: rgb(192,127,86); }
td.TdClassName
{
border-color: #C07F56;
}
.TagClassName
{
border-color: #C07F56;
}
</style>