Shades of Meteor #C2732E
Tints of Meteor #C2732E
RGB
CMYK
RGB Variations
Color information
#C2732E (or 0xC2732E) is known color: Meteor. HEX triplet: C2, 73 and 2E. RGB value is (194,115,46). Sum of RGB (Red+Green+Blue) = 194+115+46=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2732E is #3D8CD1. Grayscale: #838383. Windows color (decimal): -4033746 or 3044290. OLE color: 3044290.
HSL color Cylindrical-coordinate representation of color #C2732E: hue angle of 27.97º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2732E is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 46 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.24 |
| HSL | 27.97º | 0.62% | 0.47% | - |
| HSV(B) | 27.97º | 0.76% | 0.76% | - |
| XYZ | 28.87 | 23.93 | 5.68 | - |
| YUV | 130.76 | 80.17 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 46 | 0 | 0.41 | 0.76 | 0.24 | 27.97 | 0.62 | 0.47 |
| Hex | C2 | 73 | 2E | 0 | 29 | 4C | 18 | 1C | 3E | 2F |
| Octal | 302 | 163 | 56 | 0 | 51 | 114 | 30 | 34 | 76 | 57 |
| Binary | 11000010 | 1110011 | 101110 | 0 | 101001 | 1001100 | 11000 | 11100 | 111110 | 101111 |
Color Harmonies of #C2732E
Complementary color
Monochromatic Colors of #C2732E
Black with #C2732E
Text Example
Text Example
White with #C2732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2732E; }
p { color: rgb(194,115,46); }
H1.HeaderClassName
{
color: #C2732E;
}
.AnyTagClassName
{
color: #C2732E;
}
</style>
background-color css
<style>
a { background-color: #C2732E; }
a { background-color: rgb(194,115,46); }
div.DivClassName
{
background-color: #C2732E;
}
.BgClassName
{
background-color: #C2732E;
}
</style>
border-color css
<style>
span { border-color: #C2732E; }
span { border-color: rgb(194,115,46); }
td.TdClassName
{
border-color: #C2732E;
}
.TagClassName
{
border-color: #C2732E;
}
</style>