Shades of Meteor #C5742E
Tints of Meteor #C5742E
RGB
CMYK
RGB Variations
Color information
#C5742E (or 0xC5742E) is known color: Meteor. HEX triplet: C5, 74 and 2E. RGB value is (197,116,46). Sum of RGB (Red+Green+Blue) = 197+116+46=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5742E is #3A8BD1. Grayscale: #848484. Windows color (decimal): -3836882 or 3044549. OLE color: 3044549.
HSL color Cylindrical-coordinate representation of color #C5742E: hue angle of 27.81º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5742E is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 46 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.23 |
| HSL | 27.81º | 0.62% | 0.48% | - |
| HSV(B) | 27.81º | 0.77% | 0.77% | - |
| XYZ | 29.76 | 24.56 | 5.76 | - |
| YUV | 132.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 46 | 0 | 0.41 | 0.77 | 0.23 | 27.81 | 0.62 | 0.48 |
| Hex | C5 | 74 | 2E | 0 | 29 | 4D | 17 | 1C | 3E | 30 |
| Octal | 305 | 164 | 56 | 0 | 51 | 115 | 27 | 34 | 76 | 60 |
| Binary | 11000101 | 1110100 | 101110 | 0 | 101001 | 1001101 | 10111 | 11100 | 111110 | 110000 |
Color Harmonies of #C5742E
Complementary color
Monochromatic Colors of #C5742E
Black with #C5742E
Text Example
Text Example
White with #C5742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5742E; }
p { color: rgb(197,116,46); }
H1.HeaderClassName
{
color: #C5742E;
}
.AnyTagClassName
{
color: #C5742E;
}
</style>
background-color css
<style>
a { background-color: #C5742E; }
a { background-color: rgb(197,116,46); }
div.DivClassName
{
background-color: #C5742E;
}
.BgClassName
{
background-color: #C5742E;
}
</style>
border-color css
<style>
span { border-color: #C5742E; }
span { border-color: rgb(197,116,46); }
td.TdClassName
{
border-color: #C5742E;
}
.TagClassName
{
border-color: #C5742E;
}
</style>