Shades of Meteor #C07128
Tints of Meteor #C07128
RGB
CMYK
RGB Variations
Color information
#C07128 (or 0xC07128) is known color: Meteor. HEX triplet: C0, 71 and 28. RGB value is (192,113,40). Sum of RGB (Red+Green+Blue) = 192+113+40=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C07128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07128 is #3F8ED7. Grayscale: #808080. Windows color (decimal): -4165336 or 2650560. OLE color: 2650560.
HSL color Cylindrical-coordinate representation of color #C07128: hue angle of 28.82º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C07128 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 40 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.25 |
| HSL | 28.82º | 0.66% | 0.45% | - |
| HSV(B) | 28.82º | 0.79% | 0.75% | - |
| XYZ | 28.03 | 23.17 | 5 | - |
| YUV | 128.3 | 78.17 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 40 | 0 | 0.41 | 0.79 | 0.25 | 28.82 | 0.66 | 0.45 |
| Hex | C0 | 71 | 28 | 0 | 29 | 4F | 19 | 1D | 42 | 2D |
| Octal | 300 | 161 | 50 | 0 | 51 | 117 | 31 | 35 | 102 | 55 |
| Binary | 11000000 | 1110001 | 101000 | 0 | 101001 | 1001111 | 11001 | 11101 | 1000010 | 101101 |
Color Harmonies of #C07128
Complementary color
Monochromatic Colors of #C07128
Black with #C07128
Text Example
Text Example
White with #C07128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07128; }
p { color: rgb(192,113,40); }
H1.HeaderClassName
{
color: #C07128;
}
.AnyTagClassName
{
color: #C07128;
}
</style>
background-color css
<style>
a { background-color: #C07128; }
a { background-color: rgb(192,113,40); }
div.DivClassName
{
background-color: #C07128;
}
.BgClassName
{
background-color: #C07128;
}
</style>
border-color css
<style>
span { border-color: #C07128; }
span { border-color: rgb(192,113,40); }
td.TdClassName
{
border-color: #C07128;
}
.TagClassName
{
border-color: #C07128;
}
</style>