Shades of Meteor #C57530
Tints of Meteor #C57530
RGB
CMYK
RGB Variations
Color information
#C57530 (or 0xC57530) is known color: Meteor. HEX triplet: C5, 75 and 30. RGB value is (197,117,48). Sum of RGB (Red+Green+Blue) = 197+117+48=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C57530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57530 is #3A8ACF. Grayscale: #858585. Windows color (decimal): -3836624 or 3175877. OLE color: 3175877.
HSL color Cylindrical-coordinate representation of color #C57530: hue angle of 27.79º 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 #C57530 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 48 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.23 |
| HSL | 27.79º | 0.61% | 0.48% | - |
| HSV(B) | 27.79º | 0.76% | 0.77% | - |
| XYZ | 29.92 | 24.81 | 6.01 | - |
| YUV | 133.05 | 80 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 48 | 0 | 0.41 | 0.76 | 0.23 | 27.79 | 0.61 | 0.48 |
| Hex | C5 | 75 | 30 | 0 | 29 | 4C | 17 | 1C | 3D | 30 |
| Octal | 305 | 165 | 60 | 0 | 51 | 114 | 27 | 34 | 75 | 60 |
| Binary | 11000101 | 1110101 | 110000 | 0 | 101001 | 1001100 | 10111 | 11100 | 111101 | 110000 |
Color Harmonies of #C57530
Complementary color
Monochromatic Colors of #C57530
Black with #C57530
Text Example
Text Example
White with #C57530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57530; }
p { color: rgb(197,117,48); }
H1.HeaderClassName
{
color: #C57530;
}
.AnyTagClassName
{
color: #C57530;
}
</style>
background-color css
<style>
a { background-color: #C57530; }
a { background-color: rgb(197,117,48); }
div.DivClassName
{
background-color: #C57530;
}
.BgClassName
{
background-color: #C57530;
}
</style>
border-color css
<style>
span { border-color: #C57530; }
span { border-color: rgb(197,117,48); }
td.TdClassName
{
border-color: #C57530;
}
.TagClassName
{
border-color: #C57530;
}
</style>