Shades of Meteor #C0702F
Tints of Meteor #C0702F
RGB
CMYK
RGB Variations
Color information
#C0702F (or 0xC0702F) is known color: Meteor. HEX triplet: C0, 70 and 2F. RGB value is (192,112,47). Sum of RGB (Red+Green+Blue) = 192+112+47=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0702F is #3F8FD0. Grayscale: #808080. Windows color (decimal): -4165585 or 3109056. OLE color: 3109056.
HSL color Cylindrical-coordinate representation of color #C0702F: hue angle of 26.9º 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 #C0702F is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 47 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.25 |
| HSL | 26.9º | 0.61% | 0.47% | - |
| HSV(B) | 26.9º | 0.76% | 0.75% | - |
| XYZ | 28.05 | 23 | 5.65 | - |
| YUV | 128.51 | 82 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 47 | 0 | 0.42 | 0.76 | 0.25 | 26.9 | 0.61 | 0.47 |
| Hex | C0 | 70 | 2F | 0 | 2A | 4C | 19 | 1B | 3D | 2F |
| Octal | 300 | 160 | 57 | 0 | 52 | 114 | 31 | 33 | 75 | 57 |
| Binary | 11000000 | 1110000 | 101111 | 0 | 101010 | 1001100 | 11001 | 11011 | 111101 | 101111 |
Color Harmonies of #C0702F
Complementary color
Monochromatic Colors of #C0702F
Black with #C0702F
Text Example
Text Example
White with #C0702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0702F; }
p { color: rgb(192,112,47); }
H1.HeaderClassName
{
color: #C0702F;
}
.AnyTagClassName
{
color: #C0702F;
}
</style>
background-color css
<style>
a { background-color: #C0702F; }
a { background-color: rgb(192,112,47); }
div.DivClassName
{
background-color: #C0702F;
}
.BgClassName
{
background-color: #C0702F;
}
</style>
border-color css
<style>
span { border-color: #C0702F; }
span { border-color: rgb(192,112,47); }
td.TdClassName
{
border-color: #C0702F;
}
.TagClassName
{
border-color: #C0702F;
}
</style>