Shades of Meteor #C2732B
Tints of Meteor #C2732B
RGB
CMYK
RGB Variations
Color information
#C2732B (or 0xC2732B) is known color: Meteor. HEX triplet: C2, 73 and 2B. RGB value is (194,115,43). Sum of RGB (Red+Green+Blue) = 194+115+43=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2732B is #3D8CD4. Grayscale: #828282. Windows color (decimal): -4033749 or 2847682. OLE color: 2847682.
HSL color Cylindrical-coordinate representation of color #C2732B: hue angle of 28.61º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2732B is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 43 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.24 |
| HSL | 28.61º | 0.64% | 0.46% | - |
| HSV(B) | 28.61º | 0.78% | 0.76% | - |
| XYZ | 28.81 | 23.91 | 5.38 | - |
| YUV | 130.41 | 78.67 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 43 | 0 | 0.41 | 0.78 | 0.24 | 28.61 | 0.64 | 0.46 |
| Hex | C2 | 73 | 2B | 0 | 29 | 4E | 18 | 1D | 40 | 2E |
| Octal | 302 | 163 | 53 | 0 | 51 | 116 | 30 | 35 | 100 | 56 |
| Binary | 11000010 | 1110011 | 101011 | 0 | 101001 | 1001110 | 11000 | 11101 | 1000000 | 101110 |
Color Harmonies of #C2732B
Complementary color
Monochromatic Colors of #C2732B
Black with #C2732B
Text Example
Text Example
White with #C2732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2732B; }
p { color: rgb(194,115,43); }
H1.HeaderClassName
{
color: #C2732B;
}
.AnyTagClassName
{
color: #C2732B;
}
</style>
background-color css
<style>
a { background-color: #C2732B; }
a { background-color: rgb(194,115,43); }
div.DivClassName
{
background-color: #C2732B;
}
.BgClassName
{
background-color: #C2732B;
}
</style>
border-color css
<style>
span { border-color: #C2732B; }
span { border-color: rgb(194,115,43); }
td.TdClassName
{
border-color: #C2732B;
}
.TagClassName
{
border-color: #C2732B;
}
</style>