Shades of Meteor #C37132
Tints of Meteor #C37132
RGB
CMYK
RGB Variations
Color information
#C37132 (or 0xC37132) is known color: Meteor. HEX triplet: C3, 71 and 32. RGB value is (195,113,50). Sum of RGB (Red+Green+Blue) = 195+113+50=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C37132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37132 is #3C8ECD. Grayscale: #828282. Windows color (decimal): -3968718 or 3305923. OLE color: 3305923.
HSL color Cylindrical-coordinate representation of color #C37132: hue angle of 26.07º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C37132 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 50 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.24 |
| HSL | 26.07º | 0.59% | 0.48% | - |
| HSV(B) | 26.07º | 0.74% | 0.76% | - |
| XYZ | 28.99 | 23.64 | 6.05 | - |
| YUV | 130.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 50 | 0 | 0.42 | 0.74 | 0.24 | 26.07 | 0.59 | 0.48 |
| Hex | C3 | 71 | 32 | 0 | 2A | 4A | 18 | 1A | 3B | 30 |
| Octal | 303 | 161 | 62 | 0 | 52 | 112 | 30 | 32 | 73 | 60 |
| Binary | 11000011 | 1110001 | 110010 | 0 | 101010 | 1001010 | 11000 | 11010 | 111011 | 110000 |
Color Harmonies of #C37132
Complementary color
Monochromatic Colors of #C37132
Black with #C37132
Text Example
Text Example
White with #C37132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37132; }
p { color: rgb(195,113,50); }
H1.HeaderClassName
{
color: #C37132;
}
.AnyTagClassName
{
color: #C37132;
}
</style>
background-color css
<style>
a { background-color: #C37132; }
a { background-color: rgb(195,113,50); }
div.DivClassName
{
background-color: #C37132;
}
.BgClassName
{
background-color: #C37132;
}
</style>
border-color css
<style>
span { border-color: #C37132; }
span { border-color: rgb(195,113,50); }
td.TdClassName
{
border-color: #C37132;
}
.TagClassName
{
border-color: #C37132;
}
</style>