Shades of Meteor #C07029
Tints of Meteor #C07029
RGB
CMYK
RGB Variations
Color information
#C07029 (or 0xC07029) is known color: Meteor. HEX triplet: C0, 70 and 29. RGB value is (192,112,41). Sum of RGB (Red+Green+Blue) = 192+112+41=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C07029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07029 is #3F8FD6. Grayscale: #808080. Windows color (decimal): -4165591 or 2715840. OLE color: 2715840.
HSL color Cylindrical-coordinate representation of color #C07029: hue angle of 28.21º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C07029 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 41 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.25 |
| HSL | 28.21º | 0.65% | 0.46% | - |
| HSV(B) | 28.21º | 0.79% | 0.75% | - |
| XYZ | 27.93 | 22.95 | 5.06 | - |
| YUV | 127.83 | 79 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 41 | 0 | 0.42 | 0.79 | 0.25 | 28.21 | 0.65 | 0.46 |
| Hex | C0 | 70 | 29 | 0 | 2A | 4F | 19 | 1C | 41 | 2E |
| Octal | 300 | 160 | 51 | 0 | 52 | 117 | 31 | 34 | 101 | 56 |
| Binary | 11000000 | 1110000 | 101001 | 0 | 101010 | 1001111 | 11001 | 11100 | 1000001 | 101110 |
Color Harmonies of #C07029
Complementary color
Monochromatic Colors of #C07029
Black with #C07029
Text Example
Text Example
White with #C07029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07029; }
p { color: rgb(192,112,41); }
H1.HeaderClassName
{
color: #C07029;
}
.AnyTagClassName
{
color: #C07029;
}
</style>
background-color css
<style>
a { background-color: #C07029; }
a { background-color: rgb(192,112,41); }
div.DivClassName
{
background-color: #C07029;
}
.BgClassName
{
background-color: #C07029;
}
</style>
border-color css
<style>
span { border-color: #C07029; }
span { border-color: rgb(192,112,41); }
td.TdClassName
{
border-color: #C07029;
}
.TagClassName
{
border-color: #C07029;
}
</style>