Shades of Meteor #C5742B
Tints of Meteor #C5742B
RGB
CMYK
RGB Variations
Color information
#C5742B (or 0xC5742B) is known color: Meteor. HEX triplet: C5, 74 and 2B. RGB value is (197,116,43). Sum of RGB (Red+Green+Blue) = 197+116+43=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5742B is #3A8BD4. Grayscale: #848484. Windows color (decimal): -3836885 or 2847941. OLE color: 2847941.
HSL color Cylindrical-coordinate representation of color #C5742B: hue angle of 28.44º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5742B is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 43 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.23 |
| HSL | 28.44º | 0.64% | 0.47% | - |
| HSV(B) | 28.44º | 0.78% | 0.77% | - |
| XYZ | 29.71 | 24.54 | 5.46 | - |
| YUV | 131.9 | 77.84 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 43 | 0 | 0.41 | 0.78 | 0.23 | 28.44 | 0.64 | 0.47 |
| Hex | C5 | 74 | 2B | 0 | 29 | 4E | 17 | 1C | 40 | 2F |
| Octal | 305 | 164 | 53 | 0 | 51 | 116 | 27 | 34 | 100 | 57 |
| Binary | 11000101 | 1110100 | 101011 | 0 | 101001 | 1001110 | 10111 | 11100 | 1000000 | 101111 |
Color Harmonies of #C5742B
Complementary color
Monochromatic Colors of #C5742B
Black with #C5742B
Text Example
Text Example
White with #C5742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5742B; }
p { color: rgb(197,116,43); }
H1.HeaderClassName
{
color: #C5742B;
}
.AnyTagClassName
{
color: #C5742B;
}
</style>
background-color css
<style>
a { background-color: #C5742B; }
a { background-color: rgb(197,116,43); }
div.DivClassName
{
background-color: #C5742B;
}
.BgClassName
{
background-color: #C5742B;
}
</style>
border-color css
<style>
span { border-color: #C5742B; }
span { border-color: rgb(197,116,43); }
td.TdClassName
{
border-color: #C5742B;
}
.TagClassName
{
border-color: #C5742B;
}
</style>