Shades of Meteor #C07930
Tints of Meteor #C07930
RGB
CMYK
RGB Variations
Color information
#C07930 (or 0xC07930) is known color: Meteor. HEX triplet: C0, 79 and 30. RGB value is (192,121,48). Sum of RGB (Red+Green+Blue) = 192+121+48=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C07930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07930 is #3F86CF. Grayscale: #868686. Windows color (decimal): -4163280 or 3176896. OLE color: 3176896.
HSL color Cylindrical-coordinate representation of color #C07930: hue angle of 30.42º 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 #C07930 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 48 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.25 |
| HSL | 30.42º | 0.6% | 0.47% | - |
| HSV(B) | 30.42º | 0.75% | 0.75% | - |
| XYZ | 29.11 | 25.09 | 6.11 | - |
| YUV | 133.91 | 79.52 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 48 | 0 | 0.37 | 0.75 | 0.25 | 30.42 | 0.6 | 0.47 |
| Hex | C0 | 79 | 30 | 0 | 25 | 4B | 19 | 1E | 3C | 2F |
| Octal | 300 | 171 | 60 | 0 | 45 | 113 | 31 | 36 | 74 | 57 |
| Binary | 11000000 | 1111001 | 110000 | 0 | 100101 | 1001011 | 11001 | 11110 | 111100 | 101111 |
Color Harmonies of #C07930
Complementary color
Monochromatic Colors of #C07930
Black with #C07930
Text Example
Text Example
White with #C07930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07930; }
p { color: rgb(192,121,48); }
H1.HeaderClassName
{
color: #C07930;
}
.AnyTagClassName
{
color: #C07930;
}
</style>
background-color css
<style>
a { background-color: #C07930; }
a { background-color: rgb(192,121,48); }
div.DivClassName
{
background-color: #C07930;
}
.BgClassName
{
background-color: #C07930;
}
</style>
border-color css
<style>
span { border-color: #C07930; }
span { border-color: rgb(192,121,48); }
td.TdClassName
{
border-color: #C07930;
}
.TagClassName
{
border-color: #C07930;
}
</style>