Shades of Meteor #C07028
Tints of Meteor #C07028
RGB
CMYK
RGB Variations
Color information
#C07028 (or 0xC07028) is known color: Meteor. HEX triplet: C0, 70 and 28. RGB value is (192,112,40). Sum of RGB (Red+Green+Blue) = 192+112+40=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C07028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07028 is #3F8FD7. Grayscale: #808080. Windows color (decimal): -4165592 or 2650304. OLE color: 2650304.
HSL color Cylindrical-coordinate representation of color #C07028: hue angle of 28.42º 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 #C07028 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 40 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.25 |
| HSL | 28.42º | 0.66% | 0.45% | - |
| HSV(B) | 28.42º | 0.79% | 0.75% | - |
| XYZ | 27.92 | 22.95 | 4.97 | - |
| YUV | 127.71 | 78.5 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 40 | 0 | 0.42 | 0.79 | 0.25 | 28.42 | 0.66 | 0.45 |
| Hex | C0 | 70 | 28 | 0 | 2A | 4F | 19 | 1C | 42 | 2D |
| Octal | 300 | 160 | 50 | 0 | 52 | 117 | 31 | 34 | 102 | 55 |
| Binary | 11000000 | 1110000 | 101000 | 0 | 101010 | 1001111 | 11001 | 11100 | 1000010 | 101101 |
Color Harmonies of #C07028
Complementary color
Monochromatic Colors of #C07028
Black with #C07028
Text Example
Text Example
White with #C07028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07028; }
p { color: rgb(192,112,40); }
H1.HeaderClassName
{
color: #C07028;
}
.AnyTagClassName
{
color: #C07028;
}
</style>
background-color css
<style>
a { background-color: #C07028; }
a { background-color: rgb(192,112,40); }
div.DivClassName
{
background-color: #C07028;
}
.BgClassName
{
background-color: #C07028;
}
</style>
border-color css
<style>
span { border-color: #C07028; }
span { border-color: rgb(192,112,40); }
td.TdClassName
{
border-color: #C07028;
}
.TagClassName
{
border-color: #C07028;
}
</style>