Shades of Meteor #C0712F
Tints of Meteor #C0712F
RGB
CMYK
RGB Variations
Color information
#C0712F (or 0xC0712F) is known color: Meteor. HEX triplet: C0, 71 and 2F. RGB value is (192,113,47). Sum of RGB (Red+Green+Blue) = 192+113+47=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0712F is #3F8ED0. Grayscale: #818181. Windows color (decimal): -4165329 or 3109312. OLE color: 3109312.
HSL color Cylindrical-coordinate representation of color #C0712F: hue angle of 27.31º 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 #C0712F is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 47 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.25 |
| HSL | 27.31º | 0.61% | 0.47% | - |
| HSV(B) | 27.31º | 0.76% | 0.75% | - |
| XYZ | 28.16 | 23.22 | 5.69 | - |
| YUV | 129.1 | 81.67 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 47 | 0 | 0.41 | 0.76 | 0.25 | 27.31 | 0.61 | 0.47 |
| Hex | C0 | 71 | 2F | 0 | 29 | 4C | 19 | 1B | 3D | 2F |
| Octal | 300 | 161 | 57 | 0 | 51 | 114 | 31 | 33 | 75 | 57 |
| Binary | 11000000 | 1110001 | 101111 | 0 | 101001 | 1001100 | 11001 | 11011 | 111101 | 101111 |
Color Harmonies of #C0712F
Complementary color
Monochromatic Colors of #C0712F
Black with #C0712F
Text Example
Text Example
White with #C0712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0712F; }
p { color: rgb(192,113,47); }
H1.HeaderClassName
{
color: #C0712F;
}
.AnyTagClassName
{
color: #C0712F;
}
</style>
background-color css
<style>
a { background-color: #C0712F; }
a { background-color: rgb(192,113,47); }
div.DivClassName
{
background-color: #C0712F;
}
.BgClassName
{
background-color: #C0712F;
}
</style>
border-color css
<style>
span { border-color: #C0712F; }
span { border-color: rgb(192,113,47); }
td.TdClassName
{
border-color: #C0712F;
}
.TagClassName
{
border-color: #C0712F;
}
</style>