Shades of Meteor #C0712E
Tints of Meteor #C0712E
RGB
CMYK
RGB Variations
Color information
#C0712E (or 0xC0712E) is known color: Meteor. HEX triplet: C0, 71 and 2E. RGB value is (192,113,46). Sum of RGB (Red+Green+Blue) = 192+113+46=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0712E is #3F8ED1. Grayscale: #818181. Windows color (decimal): -4165330 or 3043776. OLE color: 3043776.
HSL color Cylindrical-coordinate representation of color #C0712E: hue angle of 27.53º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0712E is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 46 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.25 |
| HSL | 27.53º | 0.61% | 0.47% | - |
| HSV(B) | 27.53º | 0.76% | 0.75% | - |
| XYZ | 28.14 | 23.21 | 5.58 | - |
| YUV | 128.98 | 81.17 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 46 | 0 | 0.41 | 0.76 | 0.25 | 27.53 | 0.61 | 0.47 |
| Hex | C0 | 71 | 2E | 0 | 29 | 4C | 19 | 1C | 3D | 2F |
| Octal | 300 | 161 | 56 | 0 | 51 | 114 | 31 | 34 | 75 | 57 |
| Binary | 11000000 | 1110001 | 101110 | 0 | 101001 | 1001100 | 11001 | 11100 | 111101 | 101111 |
Color Harmonies of #C0712E
Complementary color
Monochromatic Colors of #C0712E
Black with #C0712E
Text Example
Text Example
White with #C0712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0712E; }
p { color: rgb(192,113,46); }
H1.HeaderClassName
{
color: #C0712E;
}
.AnyTagClassName
{
color: #C0712E;
}
</style>
background-color css
<style>
a { background-color: #C0712E; }
a { background-color: rgb(192,113,46); }
div.DivClassName
{
background-color: #C0712E;
}
.BgClassName
{
background-color: #C0712E;
}
</style>
border-color css
<style>
span { border-color: #C0712E; }
span { border-color: rgb(192,113,46); }
td.TdClassName
{
border-color: #C0712E;
}
.TagClassName
{
border-color: #C0712E;
}
</style>