Shades of Meteor #C27332
Tints of Meteor #C27332
RGB
CMYK
RGB Variations
Color information
#C27332 (or 0xC27332) is known color: Meteor. HEX triplet: C2, 73 and 32. RGB value is (194,115,50). Sum of RGB (Red+Green+Blue) = 194+115+50=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C27332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27332 is #3D8CCD. Grayscale: #838383. Windows color (decimal): -4033742 or 3306434. OLE color: 3306434.
HSL color Cylindrical-coordinate representation of color #C27332: hue angle of 27.08º 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 #C27332 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 50 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.24 |
| HSL | 27.08º | 0.59% | 0.48% | - |
| HSV(B) | 27.08º | 0.74% | 0.76% | - |
| XYZ | 28.95 | 23.96 | 6.12 | - |
| YUV | 131.21 | 82.17 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 50 | 0 | 0.41 | 0.74 | 0.24 | 27.08 | 0.59 | 0.48 |
| Hex | C2 | 73 | 32 | 0 | 29 | 4A | 18 | 1B | 3B | 30 |
| Octal | 302 | 163 | 62 | 0 | 51 | 112 | 30 | 33 | 73 | 60 |
| Binary | 11000010 | 1110011 | 110010 | 0 | 101001 | 1001010 | 11000 | 11011 | 111011 | 110000 |
Color Harmonies of #C27332
Complementary color
Monochromatic Colors of #C27332
Black with #C27332
Text Example
Text Example
White with #C27332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27332; }
p { color: rgb(194,115,50); }
H1.HeaderClassName
{
color: #C27332;
}
.AnyTagClassName
{
color: #C27332;
}
</style>
background-color css
<style>
a { background-color: #C27332; }
a { background-color: rgb(194,115,50); }
div.DivClassName
{
background-color: #C27332;
}
.BgClassName
{
background-color: #C27332;
}
</style>
border-color css
<style>
span { border-color: #C27332; }
span { border-color: rgb(194,115,50); }
td.TdClassName
{
border-color: #C27332;
}
.TagClassName
{
border-color: #C27332;
}
</style>