Shades of Meteor #C0712C
Tints of Meteor #C0712C
RGB
CMYK
RGB Variations
Color information
#C0712C (or 0xC0712C) is known color: Meteor. HEX triplet: C0, 71 and 2C. RGB value is (192,113,44). Sum of RGB (Red+Green+Blue) = 192+113+44=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0712C is #3F8ED3. Grayscale: #818181. Windows color (decimal): -4165332 or 2912704. OLE color: 2912704.
HSL color Cylindrical-coordinate representation of color #C0712C: hue angle of 27.97º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0712C is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 44 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.25 |
| HSL | 27.97º | 0.63% | 0.46% | - |
| HSV(B) | 27.97º | 0.77% | 0.75% | - |
| XYZ | 28.1 | 23.2 | 5.38 | - |
| YUV | 128.76 | 80.17 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 44 | 0 | 0.41 | 0.77 | 0.25 | 27.97 | 0.63 | 0.46 |
| Hex | C0 | 71 | 2C | 0 | 29 | 4D | 19 | 1C | 3F | 2E |
| Octal | 300 | 161 | 54 | 0 | 51 | 115 | 31 | 34 | 77 | 56 |
| Binary | 11000000 | 1110001 | 101100 | 0 | 101001 | 1001101 | 11001 | 11100 | 111111 | 101110 |
Color Harmonies of #C0712C
Complementary color
Monochromatic Colors of #C0712C
Black with #C0712C
Text Example
Text Example
White with #C0712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0712C; }
p { color: rgb(192,113,44); }
H1.HeaderClassName
{
color: #C0712C;
}
.AnyTagClassName
{
color: #C0712C;
}
</style>
background-color css
<style>
a { background-color: #C0712C; }
a { background-color: rgb(192,113,44); }
div.DivClassName
{
background-color: #C0712C;
}
.BgClassName
{
background-color: #C0712C;
}
</style>
border-color css
<style>
span { border-color: #C0712C; }
span { border-color: rgb(192,113,44); }
td.TdClassName
{
border-color: #C0712C;
}
.TagClassName
{
border-color: #C0712C;
}
</style>