Shades of Meteor #C5762F
Tints of Meteor #C5762F
RGB
CMYK
RGB Variations
Color information
#C5762F (or 0xC5762F) is known color: Meteor. HEX triplet: C5, 76 and 2F. RGB value is (197,118,47). Sum of RGB (Red+Green+Blue) = 197+118+47=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5762F is #3A89D0. Grayscale: #858585. Windows color (decimal): -3836369 or 3110597. OLE color: 3110597.
HSL color Cylindrical-coordinate representation of color #C5762F: hue angle of 28.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5762F is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 47 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.23 |
| HSL | 28.4º | 0.61% | 0.48% | - |
| HSV(B) | 28.4º | 0.76% | 0.77% | - |
| XYZ | 30.02 | 25.03 | 5.94 | - |
| YUV | 133.53 | 79.17 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 47 | 0 | 0.40 | 0.76 | 0.23 | 28.4 | 0.61 | 0.48 |
| Hex | C5 | 76 | 2F | 0 | 28 | 4C | 17 | 1C | 3D | 30 |
| Octal | 305 | 166 | 57 | 0 | 50 | 114 | 27 | 34 | 75 | 60 |
| Binary | 11000101 | 1110110 | 101111 | 0 | 101000 | 1001100 | 10111 | 11100 | 111101 | 110000 |
Color Harmonies of #C5762F
Complementary color
Monochromatic Colors of #C5762F
Black with #C5762F
Text Example
Text Example
White with #C5762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5762F; }
p { color: rgb(197,118,47); }
H1.HeaderClassName
{
color: #C5762F;
}
.AnyTagClassName
{
color: #C5762F;
}
</style>
background-color css
<style>
a { background-color: #C5762F; }
a { background-color: rgb(197,118,47); }
div.DivClassName
{
background-color: #C5762F;
}
.BgClassName
{
background-color: #C5762F;
}
</style>
border-color css
<style>
span { border-color: #C5762F; }
span { border-color: rgb(197,118,47); }
td.TdClassName
{
border-color: #C5762F;
}
.TagClassName
{
border-color: #C5762F;
}
</style>