Shades of Meteor #C57830
Tints of Meteor #C57830
RGB
CMYK
RGB Variations
Color information
#C57830 (or 0xC57830) is known color: Meteor. HEX triplet: C5, 78 and 30. RGB value is (197,120,48). Sum of RGB (Red+Green+Blue) = 197+120+48=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C57830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57830 is #3A87CF. Grayscale: #878787. Windows color (decimal): -3835856 or 3176645. OLE color: 3176645.
HSL color Cylindrical-coordinate representation of color #C57830: hue angle of 28.99º 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 #C57830 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 48 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.23 |
| HSL | 28.99º | 0.61% | 0.48% | - |
| HSV(B) | 28.99º | 0.76% | 0.77% | - |
| XYZ | 30.28 | 25.52 | 6.13 | - |
| YUV | 134.82 | 79.01 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 48 | 0 | 0.39 | 0.76 | 0.23 | 28.99 | 0.61 | 0.48 |
| Hex | C5 | 78 | 30 | 0 | 27 | 4C | 17 | 1D | 3D | 30 |
| Octal | 305 | 170 | 60 | 0 | 47 | 114 | 27 | 35 | 75 | 60 |
| Binary | 11000101 | 1111000 | 110000 | 0 | 100111 | 1001100 | 10111 | 11101 | 111101 | 110000 |
Color Harmonies of #C57830
Complementary color
Monochromatic Colors of #C57830
Black with #C57830
Text Example
Text Example
White with #C57830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57830; }
p { color: rgb(197,120,48); }
H1.HeaderClassName
{
color: #C57830;
}
.AnyTagClassName
{
color: #C57830;
}
</style>
background-color css
<style>
a { background-color: #C57830; }
a { background-color: rgb(197,120,48); }
div.DivClassName
{
background-color: #C57830;
}
.BgClassName
{
background-color: #C57830;
}
</style>
border-color css
<style>
span { border-color: #C57830; }
span { border-color: rgb(197,120,48); }
td.TdClassName
{
border-color: #C57830;
}
.TagClassName
{
border-color: #C57830;
}
</style>