Shades of Meteor #C57230
Tints of Meteor #C57230
RGB
CMYK
RGB Variations
Color information
#C57230 (or 0xC57230) is known color: Meteor. HEX triplet: C5, 72 and 30. RGB value is (197,114,48). Sum of RGB (Red+Green+Blue) = 197+114+48=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C57230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57230 is #3A8DCF. Grayscale: #838383. Windows color (decimal): -3837392 or 3175109. OLE color: 3175109.
HSL color Cylindrical-coordinate representation of color #C57230: hue angle of 26.58º 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 #C57230 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 48 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.23 |
| HSL | 26.58º | 0.61% | 0.48% | - |
| HSV(B) | 26.58º | 0.76% | 0.77% | - |
| XYZ | 29.58 | 24.12 | 5.89 | - |
| YUV | 131.29 | 81 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 48 | 0 | 0.42 | 0.76 | 0.23 | 26.58 | 0.61 | 0.48 |
| Hex | C5 | 72 | 30 | 0 | 2A | 4C | 17 | 1B | 3D | 30 |
| Octal | 305 | 162 | 60 | 0 | 52 | 114 | 27 | 33 | 75 | 60 |
| Binary | 11000101 | 1110010 | 110000 | 0 | 101010 | 1001100 | 10111 | 11011 | 111101 | 110000 |
Color Harmonies of #C57230
Complementary color
Monochromatic Colors of #C57230
Black with #C57230
Text Example
Text Example
White with #C57230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57230; }
p { color: rgb(197,114,48); }
H1.HeaderClassName
{
color: #C57230;
}
.AnyTagClassName
{
color: #C57230;
}
</style>
background-color css
<style>
a { background-color: #C57230; }
a { background-color: rgb(197,114,48); }
div.DivClassName
{
background-color: #C57230;
}
.BgClassName
{
background-color: #C57230;
}
</style>
border-color css
<style>
span { border-color: #C57230; }
span { border-color: rgb(197,114,48); }
td.TdClassName
{
border-color: #C57230;
}
.TagClassName
{
border-color: #C57230;
}
</style>