Shades of Meteor #C07031
Tints of Meteor #C07031
RGB
CMYK
RGB Variations
Color information
#C07031 (or 0xC07031) is known color: Meteor. HEX triplet: C0, 70 and 31. RGB value is (192,112,49). Sum of RGB (Red+Green+Blue) = 192+112+49=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C07031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07031 is #3F8FCE. Grayscale: #818181. Windows color (decimal): -4165583 or 3240128. OLE color: 3240128.
HSL color Cylindrical-coordinate representation of color #C07031: hue angle of 26.43º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C07031 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 49 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.25 |
| HSL | 26.43º | 0.59% | 0.47% | - |
| HSV(B) | 26.43º | 0.74% | 0.75% | - |
| XYZ | 28.09 | 23.02 | 5.87 | - |
| YUV | 128.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 49 | 0 | 0.42 | 0.74 | 0.25 | 26.43 | 0.59 | 0.47 |
| Hex | C0 | 70 | 31 | 0 | 2A | 4A | 19 | 1A | 3B | 2F |
| Octal | 300 | 160 | 61 | 0 | 52 | 112 | 31 | 32 | 73 | 57 |
| Binary | 11000000 | 1110000 | 110001 | 0 | 101010 | 1001010 | 11001 | 11010 | 111011 | 101111 |
Color Harmonies of #C07031
Complementary color
Monochromatic Colors of #C07031
Black with #C07031
Text Example
Text Example
White with #C07031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07031; }
p { color: rgb(192,112,49); }
H1.HeaderClassName
{
color: #C07031;
}
.AnyTagClassName
{
color: #C07031;
}
</style>
background-color css
<style>
a { background-color: #C07031; }
a { background-color: rgb(192,112,49); }
div.DivClassName
{
background-color: #C07031;
}
.BgClassName
{
background-color: #C07031;
}
</style>
border-color css
<style>
span { border-color: #C07031; }
span { border-color: rgb(192,112,49); }
td.TdClassName
{
border-color: #C07031;
}
.TagClassName
{
border-color: #C07031;
}
</style>