Shades of Meteor #C5702E
Tints of Meteor #C5702E
RGB
CMYK
RGB Variations
Color information
#C5702E (or 0xC5702E) is known color: Meteor. HEX triplet: C5, 70 and 2E. RGB value is (197,112,46). Sum of RGB (Red+Green+Blue) = 197+112+46=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5702E is #3A8FD1. Grayscale: #828282. Windows color (decimal): -3837906 or 3043525. OLE color: 3043525.
HSL color Cylindrical-coordinate representation of color #C5702E: hue angle of 26.23º 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 #C5702E is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 46 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.23 |
| HSL | 26.23º | 0.62% | 0.48% | - |
| HSV(B) | 26.23º | 0.77% | 0.77% | - |
| XYZ | 29.31 | 23.66 | 5.61 | - |
| YUV | 129.89 | 80.66 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 46 | 0 | 0.43 | 0.77 | 0.23 | 26.23 | 0.62 | 0.48 |
| Hex | C5 | 70 | 2E | 0 | 2B | 4D | 17 | 1A | 3E | 30 |
| Octal | 305 | 160 | 56 | 0 | 53 | 115 | 27 | 32 | 76 | 60 |
| Binary | 11000101 | 1110000 | 101110 | 0 | 101011 | 1001101 | 10111 | 11010 | 111110 | 110000 |
Color Harmonies of #C5702E
Complementary color
Monochromatic Colors of #C5702E
Black with #C5702E
Text Example
Text Example
White with #C5702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5702E; }
p { color: rgb(197,112,46); }
H1.HeaderClassName
{
color: #C5702E;
}
.AnyTagClassName
{
color: #C5702E;
}
</style>
background-color css
<style>
a { background-color: #C5702E; }
a { background-color: rgb(197,112,46); }
div.DivClassName
{
background-color: #C5702E;
}
.BgClassName
{
background-color: #C5702E;
}
</style>
border-color css
<style>
span { border-color: #C5702E; }
span { border-color: rgb(197,112,46); }
td.TdClassName
{
border-color: #C5702E;
}
.TagClassName
{
border-color: #C5702E;
}
</style>