Shades of Meteor #C27032
Tints of Meteor #C27032
RGB
CMYK
RGB Variations
Color information
#C27032 (or 0xC27032) is known color: Meteor. HEX triplet: C2, 70 and 32. RGB value is (194,112,50). Sum of RGB (Red+Green+Blue) = 194+112+50=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C27032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27032 is #3D8FCD. Grayscale: #818181. Windows color (decimal): -4034510 or 3305666. OLE color: 3305666.
HSL color Cylindrical-coordinate representation of color #C27032: hue angle of 25.83º 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 #C27032 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 50 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.24 |
| HSL | 25.83º | 0.59% | 0.48% | - |
| HSV(B) | 25.83º | 0.74% | 0.76% | - |
| XYZ | 28.62 | 23.29 | 6 | - |
| YUV | 129.45 | 83.17 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 50 | 0 | 0.42 | 0.74 | 0.24 | 25.83 | 0.59 | 0.48 |
| Hex | C2 | 70 | 32 | 0 | 2A | 4A | 18 | 1A | 3B | 30 |
| Octal | 302 | 160 | 62 | 0 | 52 | 112 | 30 | 32 | 73 | 60 |
| Binary | 11000010 | 1110000 | 110010 | 0 | 101010 | 1001010 | 11000 | 11010 | 111011 | 110000 |
Color Harmonies of #C27032
Complementary color
Monochromatic Colors of #C27032
Black with #C27032
Text Example
Text Example
White with #C27032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27032; }
p { color: rgb(194,112,50); }
H1.HeaderClassName
{
color: #C27032;
}
.AnyTagClassName
{
color: #C27032;
}
</style>
background-color css
<style>
a { background-color: #C27032; }
a { background-color: rgb(194,112,50); }
div.DivClassName
{
background-color: #C27032;
}
.BgClassName
{
background-color: #C27032;
}
</style>
border-color css
<style>
span { border-color: #C27032; }
span { border-color: rgb(194,112,50); }
td.TdClassName
{
border-color: #C27032;
}
.TagClassName
{
border-color: #C27032;
}
</style>