Shades of Meteor #C07030
Tints of Meteor #C07030
RGB
CMYK
RGB Variations
Color information
#C07030 (or 0xC07030) is known color: Meteor. HEX triplet: C0, 70 and 30. RGB value is (192,112,48). Sum of RGB (Red+Green+Blue) = 192+112+48=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C07030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07030 is #3F8FCF. Grayscale: #808080. Windows color (decimal): -4165584 or 3174592. OLE color: 3174592.
HSL color Cylindrical-coordinate representation of color #C07030: hue angle of 26.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C07030 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 48 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.25 |
| HSL | 26.67º | 0.6% | 0.47% | - |
| HSV(B) | 26.67º | 0.75% | 0.75% | - |
| XYZ | 28.07 | 23.01 | 5.76 | - |
| YUV | 128.62 | 82.5 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 48 | 0 | 0.42 | 0.75 | 0.25 | 26.67 | 0.6 | 0.47 |
| Hex | C0 | 70 | 30 | 0 | 2A | 4B | 19 | 1B | 3C | 2F |
| Octal | 300 | 160 | 60 | 0 | 52 | 113 | 31 | 33 | 74 | 57 |
| Binary | 11000000 | 1110000 | 110000 | 0 | 101010 | 1001011 | 11001 | 11011 | 111100 | 101111 |
Color Harmonies of #C07030
Complementary color
Monochromatic Colors of #C07030
Black with #C07030
Text Example
Text Example
White with #C07030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07030; }
p { color: rgb(192,112,48); }
H1.HeaderClassName
{
color: #C07030;
}
.AnyTagClassName
{
color: #C07030;
}
</style>
background-color css
<style>
a { background-color: #C07030; }
a { background-color: rgb(192,112,48); }
div.DivClassName
{
background-color: #C07030;
}
.BgClassName
{
background-color: #C07030;
}
</style>
border-color css
<style>
span { border-color: #C07030; }
span { border-color: rgb(192,112,48); }
td.TdClassName
{
border-color: #C07030;
}
.TagClassName
{
border-color: #C07030;
}
</style>