Shades of Meteor #C0742D
Tints of Meteor #C0742D
RGB
CMYK
RGB Variations
Color information
#C0742D (or 0xC0742D) is known color: Meteor. HEX triplet: C0, 74 and 2D. RGB value is (192,116,45). Sum of RGB (Red+Green+Blue) = 192+116+45=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0742D is #3F8BD2. Grayscale: #828282. Windows color (decimal): -4164563 or 2979008. OLE color: 2979008.
HSL color Cylindrical-coordinate representation of color #C0742D: hue angle of 28.98º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0742D is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 45 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.25 |
| HSL | 28.98º | 0.62% | 0.46% | - |
| HSV(B) | 28.98º | 0.77% | 0.75% | - |
| XYZ | 28.46 | 23.89 | 5.59 | - |
| YUV | 130.63 | 79.68 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 45 | 0 | 0.40 | 0.77 | 0.25 | 28.98 | 0.62 | 0.46 |
| Hex | C0 | 74 | 2D | 0 | 28 | 4D | 19 | 1D | 3E | 2E |
| Octal | 300 | 164 | 55 | 0 | 50 | 115 | 31 | 35 | 76 | 56 |
| Binary | 11000000 | 1110100 | 101101 | 0 | 101000 | 1001101 | 11001 | 11101 | 111110 | 101110 |
Color Harmonies of #C0742D
Complementary color
Monochromatic Colors of #C0742D
Black with #C0742D
Text Example
Text Example
White with #C0742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0742D; }
p { color: rgb(192,116,45); }
H1.HeaderClassName
{
color: #C0742D;
}
.AnyTagClassName
{
color: #C0742D;
}
</style>
background-color css
<style>
a { background-color: #C0742D; }
a { background-color: rgb(192,116,45); }
div.DivClassName
{
background-color: #C0742D;
}
.BgClassName
{
background-color: #C0742D;
}
</style>
border-color css
<style>
span { border-color: #C0742D; }
span { border-color: rgb(192,116,45); }
td.TdClassName
{
border-color: #C0742D;
}
.TagClassName
{
border-color: #C0742D;
}
</style>