Shades of Meteor #C57532
Tints of Meteor #C57532
RGB
CMYK
RGB Variations
Color information
#C57532 (or 0xC57532) is known color: Meteor. HEX triplet: C5, 75 and 32. RGB value is (197,117,50). Sum of RGB (Red+Green+Blue) = 197+117+50=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C57532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57532 is #3A8ACD. Grayscale: #858585. Windows color (decimal): -3836622 or 3306949. OLE color: 3306949.
HSL color Cylindrical-coordinate representation of color #C57532: hue angle of 27.35º 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 #C57532 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 50 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.23 |
| HSL | 27.35º | 0.6% | 0.48% | - |
| HSV(B) | 27.35º | 0.75% | 0.77% | - |
| XYZ | 29.96 | 24.82 | 6.23 | - |
| YUV | 133.28 | 81 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 50 | 0 | 0.41 | 0.75 | 0.23 | 27.35 | 0.6 | 0.48 |
| Hex | C5 | 75 | 32 | 0 | 29 | 4B | 17 | 1B | 3C | 30 |
| Octal | 305 | 165 | 62 | 0 | 51 | 113 | 27 | 33 | 74 | 60 |
| Binary | 11000101 | 1110101 | 110010 | 0 | 101001 | 1001011 | 10111 | 11011 | 111100 | 110000 |
Color Harmonies of #C57532
Complementary color
Monochromatic Colors of #C57532
Black with #C57532
Text Example
Text Example
White with #C57532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57532; }
p { color: rgb(197,117,50); }
H1.HeaderClassName
{
color: #C57532;
}
.AnyTagClassName
{
color: #C57532;
}
</style>
background-color css
<style>
a { background-color: #C57532; }
a { background-color: rgb(197,117,50); }
div.DivClassName
{
background-color: #C57532;
}
.BgClassName
{
background-color: #C57532;
}
</style>
border-color css
<style>
span { border-color: #C57532; }
span { border-color: rgb(197,117,50); }
td.TdClassName
{
border-color: #C57532;
}
.TagClassName
{
border-color: #C57532;
}
</style>