Shades of Meteor #C57630
Tints of Meteor #C57630
RGB
CMYK
RGB Variations
Color information
#C57630 (or 0xC57630) is known color: Meteor. HEX triplet: C5, 76 and 30. RGB value is (197,118,48). Sum of RGB (Red+Green+Blue) = 197+118+48=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C57630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57630 is #3A89CF. Grayscale: #858585. Windows color (decimal): -3836368 or 3176133. OLE color: 3176133.
HSL color Cylindrical-coordinate representation of color #C57630: hue angle of 28.19º 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 #C57630 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 48 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.23 |
| HSL | 28.19º | 0.61% | 0.48% | - |
| HSV(B) | 28.19º | 0.76% | 0.77% | - |
| XYZ | 30.04 | 25.04 | 6.05 | - |
| YUV | 133.64 | 79.67 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 48 | 0 | 0.40 | 0.76 | 0.23 | 28.19 | 0.61 | 0.48 |
| Hex | C5 | 76 | 30 | 0 | 28 | 4C | 17 | 1C | 3D | 30 |
| Octal | 305 | 166 | 60 | 0 | 50 | 114 | 27 | 34 | 75 | 60 |
| Binary | 11000101 | 1110110 | 110000 | 0 | 101000 | 1001100 | 10111 | 11100 | 111101 | 110000 |
Color Harmonies of #C57630
Complementary color
Monochromatic Colors of #C57630
Black with #C57630
Text Example
Text Example
White with #C57630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57630; }
p { color: rgb(197,118,48); }
H1.HeaderClassName
{
color: #C57630;
}
.AnyTagClassName
{
color: #C57630;
}
</style>
background-color css
<style>
a { background-color: #C57630; }
a { background-color: rgb(197,118,48); }
div.DivClassName
{
background-color: #C57630;
}
.BgClassName
{
background-color: #C57630;
}
</style>
border-color css
<style>
span { border-color: #C57630; }
span { border-color: rgb(197,118,48); }
td.TdClassName
{
border-color: #C57630;
}
.TagClassName
{
border-color: #C57630;
}
</style>