Shades of Burning Sand #C07F58
Tints of Burning Sand #C07F58
RGB
CMYK
RGB Variations
Color information
#C07F58 (or 0xC07F58) is known color: Burning Sand. HEX triplet: C0, 7F and 58. RGB value is (192,127,88). Sum of RGB (Red+Green+Blue) = 192+127+88=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F58 is #3F80A7. Grayscale: #8E8E8E. Windows color (decimal): -4161704 or 5799872. OLE color: 5799872.
HSL color Cylindrical-coordinate representation of color #C07F58: hue angle of 22.5º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C07F58 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 88 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.25 |
| HSL | 22.5º | 0.45% | 0.55% | - |
| HSV(B) | 22.5º | 0.54% | 0.75% | - |
| XYZ | 31.09 | 27.09 | 12.82 | - |
| YUV | 141.99 | 97.53 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 88 | 0 | 0.34 | 0.54 | 0.25 | 22.5 | 0.45 | 0.55 |
| Hex | C0 | 7F | 58 | 0 | 22 | 36 | 19 | 16 | 2D | 37 |
| Octal | 300 | 177 | 130 | 0 | 42 | 66 | 31 | 26 | 55 | 67 |
| Binary | 11000000 | 1111111 | 1011000 | 0 | 100010 | 110110 | 11001 | 10110 | 101101 | 110111 |
Color Harmonies of #C07F58
Complementary color
Monochromatic Colors of #C07F58
Black with #C07F58
Text Example
Text Example
White with #C07F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F58; }
p { color: rgb(192,127,88); }
H1.HeaderClassName
{
color: #C07F58;
}
.AnyTagClassName
{
color: #C07F58;
}
</style>
background-color css
<style>
a { background-color: #C07F58; }
a { background-color: rgb(192,127,88); }
div.DivClassName
{
background-color: #C07F58;
}
.BgClassName
{
background-color: #C07F58;
}
</style>
border-color css
<style>
span { border-color: #C07F58; }
span { border-color: rgb(192,127,88); }
td.TdClassName
{
border-color: #C07F58;
}
.TagClassName
{
border-color: #C07F58;
}
</style>