Shades of Meteor #C5702B
Tints of Meteor #C5702B
RGB
CMYK
RGB Variations
Color information
#C5702B (or 0xC5702B) is known color: Meteor. HEX triplet: C5, 70 and 2B. RGB value is (197,112,43). Sum of RGB (Red+Green+Blue) = 197+112+43=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C5702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5702B is #3A8FD4. Grayscale: #818181. Windows color (decimal): -3837909 or 2846917. OLE color: 2846917.
HSL color Cylindrical-coordinate representation of color #C5702B: hue angle of 26.88º 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 #C5702B is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 43 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.23 |
| HSL | 26.88º | 0.64% | 0.47% | - |
| HSV(B) | 26.88º | 0.78% | 0.77% | - |
| XYZ | 29.26 | 23.63 | 5.31 | - |
| YUV | 129.55 | 79.16 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 43 | 0 | 0.43 | 0.78 | 0.23 | 26.88 | 0.64 | 0.47 |
| Hex | C5 | 70 | 2B | 0 | 2B | 4E | 17 | 1B | 40 | 2F |
| Octal | 305 | 160 | 53 | 0 | 53 | 116 | 27 | 33 | 100 | 57 |
| Binary | 11000101 | 1110000 | 101011 | 0 | 101011 | 1001110 | 10111 | 11011 | 1000000 | 101111 |
Color Harmonies of #C5702B
Complementary color
Monochromatic Colors of #C5702B
Black with #C5702B
Text Example
Text Example
White with #C5702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5702B; }
p { color: rgb(197,112,43); }
H1.HeaderClassName
{
color: #C5702B;
}
.AnyTagClassName
{
color: #C5702B;
}
</style>
background-color css
<style>
a { background-color: #C5702B; }
a { background-color: rgb(197,112,43); }
div.DivClassName
{
background-color: #C5702B;
}
.BgClassName
{
background-color: #C5702B;
}
</style>
border-color css
<style>
span { border-color: #C5702B; }
span { border-color: rgb(197,112,43); }
td.TdClassName
{
border-color: #C5702B;
}
.TagClassName
{
border-color: #C5702B;
}
</style>