Shades of Burning Sand #C07D63
Tints of Burning Sand #C07D63
RGB
CMYK
RGB Variations
Color information
#C07D63 (or 0xC07D63) is known color: Burning Sand. HEX triplet: C0, 7D and 63. RGB value is (192,125,99). Sum of RGB (Red+Green+Blue) = 192+125+99=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D63 is #3F829C. Grayscale: #8E8E8E. Windows color (decimal): -4162205 or 6520256. OLE color: 6520256.
HSL color Cylindrical-coordinate representation of color #C07D63: hue angle of 16.77º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07D63 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 99 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.25 |
| HSL | 16.77º | 0.42% | 0.57% | - |
| HSV(B) | 16.77º | 0.48% | 0.75% | - |
| XYZ | 31.32 | 26.77 | 15.32 | - |
| YUV | 142.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 99 | 0 | 0.35 | 0.48 | 0.25 | 16.77 | 0.42 | 0.57 |
| Hex | C0 | 7D | 63 | 0 | 23 | 30 | 19 | 11 | 2A | 39 |
| Octal | 300 | 175 | 143 | 0 | 43 | 60 | 31 | 21 | 52 | 71 |
| Binary | 11000000 | 1111101 | 1100011 | 0 | 100011 | 110000 | 11001 | 10001 | 101010 | 111001 |
Color Harmonies of #C07D63
Complementary color
Monochromatic Colors of #C07D63
Black with #C07D63
Text Example
Text Example
White with #C07D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D63; }
p { color: rgb(192,125,99); }
H1.HeaderClassName
{
color: #C07D63;
}
.AnyTagClassName
{
color: #C07D63;
}
</style>
background-color css
<style>
a { background-color: #C07D63; }
a { background-color: rgb(192,125,99); }
div.DivClassName
{
background-color: #C07D63;
}
.BgClassName
{
background-color: #C07D63;
}
</style>
border-color css
<style>
span { border-color: #C07D63; }
span { border-color: rgb(192,125,99); }
td.TdClassName
{
border-color: #C07D63;
}
.TagClassName
{
border-color: #C07D63;
}
</style>