Shades of Meteor #C07229
Tints of Meteor #C07229
RGB
CMYK
RGB Variations
Color information
#C07229 (or 0xC07229) is known color: Meteor. HEX triplet: C0, 72 and 29. RGB value is (192,114,41). Sum of RGB (Red+Green+Blue) = 192+114+41=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C07229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07229 is #3F8DD6. Grayscale: #818181. Windows color (decimal): -4165079 or 2716352. OLE color: 2716352.
HSL color Cylindrical-coordinate representation of color #C07229: hue angle of 29.01º 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 #C07229 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 41 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.25 |
| HSL | 29.01º | 0.65% | 0.46% | - |
| HSV(B) | 29.01º | 0.79% | 0.75% | - |
| XYZ | 28.16 | 23.4 | 5.13 | - |
| YUV | 129 | 78.34 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 41 | 0 | 0.41 | 0.79 | 0.25 | 29.01 | 0.65 | 0.46 |
| Hex | C0 | 72 | 29 | 0 | 29 | 4F | 19 | 1D | 41 | 2E |
| Octal | 300 | 162 | 51 | 0 | 51 | 117 | 31 | 35 | 101 | 56 |
| Binary | 11000000 | 1110010 | 101001 | 0 | 101001 | 1001111 | 11001 | 11101 | 1000001 | 101110 |
Color Harmonies of #C07229
Complementary color
Monochromatic Colors of #C07229
Black with #C07229
Text Example
Text Example
White with #C07229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07229; }
p { color: rgb(192,114,41); }
H1.HeaderClassName
{
color: #C07229;
}
.AnyTagClassName
{
color: #C07229;
}
</style>
background-color css
<style>
a { background-color: #C07229; }
a { background-color: rgb(192,114,41); }
div.DivClassName
{
background-color: #C07229;
}
.BgClassName
{
background-color: #C07229;
}
</style>
border-color css
<style>
span { border-color: #C07229; }
span { border-color: rgb(192,114,41); }
td.TdClassName
{
border-color: #C07229;
}
.TagClassName
{
border-color: #C07229;
}
</style>