Shades of Meteor #C57431
Tints of Meteor #C57431
RGB
CMYK
RGB Variations
Color information
#C57431 (or 0xC57431) is known color: Meteor. HEX triplet: C5, 74 and 31. RGB value is (197,116,49). Sum of RGB (Red+Green+Blue) = 197+116+49=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C57431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57431 is #3A8BCE. Grayscale: #848484. Windows color (decimal): -3836879 or 3241157. OLE color: 3241157.
HSL color Cylindrical-coordinate representation of color #C57431: hue angle of 27.16º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C57431 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 49 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.23 |
| HSL | 27.16º | 0.6% | 0.48% | - |
| HSV(B) | 27.16º | 0.75% | 0.77% | - |
| XYZ | 29.83 | 24.58 | 6.08 | - |
| YUV | 132.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 49 | 0 | 0.41 | 0.75 | 0.23 | 27.16 | 0.6 | 0.48 |
| Hex | C5 | 74 | 31 | 0 | 29 | 4B | 17 | 1B | 3C | 30 |
| Octal | 305 | 164 | 61 | 0 | 51 | 113 | 27 | 33 | 74 | 60 |
| Binary | 11000101 | 1110100 | 110001 | 0 | 101001 | 1001011 | 10111 | 11011 | 111100 | 110000 |
Color Harmonies of #C57431
Complementary color
Monochromatic Colors of #C57431
Black with #C57431
Text Example
Text Example
White with #C57431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57431; }
p { color: rgb(197,116,49); }
H1.HeaderClassName
{
color: #C57431;
}
.AnyTagClassName
{
color: #C57431;
}
</style>
background-color css
<style>
a { background-color: #C57431; }
a { background-color: rgb(197,116,49); }
div.DivClassName
{
background-color: #C57431;
}
.BgClassName
{
background-color: #C57431;
}
</style>
border-color css
<style>
span { border-color: #C57431; }
span { border-color: rgb(197,116,49); }
td.TdClassName
{
border-color: #C57431;
}
.TagClassName
{
border-color: #C57431;
}
</style>