Shades of Meteor #C0702C
Tints of Meteor #C0702C
RGB
CMYK
RGB Variations
Color information
#C0702C (or 0xC0702C) is known color: Meteor. HEX triplet: C0, 70 and 2C. RGB value is (192,112,44). Sum of RGB (Red+Green+Blue) = 192+112+44=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0702C is #3F8FD3. Grayscale: #808080. Windows color (decimal): -4165588 or 2912448. OLE color: 2912448.
HSL color Cylindrical-coordinate representation of color #C0702C: hue angle of 27.57º 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 #C0702C is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 44 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.25 |
| HSL | 27.57º | 0.63% | 0.46% | - |
| HSV(B) | 27.57º | 0.77% | 0.75% | - |
| XYZ | 27.99 | 22.98 | 5.34 | - |
| YUV | 128.17 | 80.5 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 44 | 0 | 0.42 | 0.77 | 0.25 | 27.57 | 0.63 | 0.46 |
| Hex | C0 | 70 | 2C | 0 | 2A | 4D | 19 | 1C | 3F | 2E |
| Octal | 300 | 160 | 54 | 0 | 52 | 115 | 31 | 34 | 77 | 56 |
| Binary | 11000000 | 1110000 | 101100 | 0 | 101010 | 1001101 | 11001 | 11100 | 111111 | 101110 |
Color Harmonies of #C0702C
Complementary color
Monochromatic Colors of #C0702C
Black with #C0702C
Text Example
Text Example
White with #C0702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0702C; }
p { color: rgb(192,112,44); }
H1.HeaderClassName
{
color: #C0702C;
}
.AnyTagClassName
{
color: #C0702C;
}
</style>
background-color css
<style>
a { background-color: #C0702C; }
a { background-color: rgb(192,112,44); }
div.DivClassName
{
background-color: #C0702C;
}
.BgClassName
{
background-color: #C0702C;
}
</style>
border-color css
<style>
span { border-color: #C0702C; }
span { border-color: rgb(192,112,44); }
td.TdClassName
{
border-color: #C0702C;
}
.TagClassName
{
border-color: #C0702C;
}
</style>