Shades of Meteor #C2712A
Tints of Meteor #C2712A
RGB
CMYK
RGB Variations
Color information
#C2712A (or 0xC2712A) is known color: Meteor. HEX triplet: C2, 71 and 2A. RGB value is (194,113,42). Sum of RGB (Red+Green+Blue) = 194+113+42=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C2712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2712A is #3D8ED5. Grayscale: #818181. Windows color (decimal): -4034262 or 2781634. OLE color: 2781634.
HSL color Cylindrical-coordinate representation of color #C2712A: hue angle of 28.03º 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 #C2712A is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 42 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.24 |
| HSL | 28.03º | 0.64% | 0.46% | - |
| HSV(B) | 28.03º | 0.78% | 0.76% | - |
| XYZ | 28.57 | 23.45 | 5.21 | - |
| YUV | 129.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 42 | 0 | 0.42 | 0.78 | 0.24 | 28.03 | 0.64 | 0.46 |
| Hex | C2 | 71 | 2A | 0 | 2A | 4E | 18 | 1C | 40 | 2E |
| Octal | 302 | 161 | 52 | 0 | 52 | 116 | 30 | 34 | 100 | 56 |
| Binary | 11000010 | 1110001 | 101010 | 0 | 101010 | 1001110 | 11000 | 11100 | 1000000 | 101110 |
Color Harmonies of #C2712A
Complementary color
Monochromatic Colors of #C2712A
Black with #C2712A
Text Example
Text Example
White with #C2712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2712A; }
p { color: rgb(194,113,42); }
H1.HeaderClassName
{
color: #C2712A;
}
.AnyTagClassName
{
color: #C2712A;
}
</style>
background-color css
<style>
a { background-color: #C2712A; }
a { background-color: rgb(194,113,42); }
div.DivClassName
{
background-color: #C2712A;
}
.BgClassName
{
background-color: #C2712A;
}
</style>
border-color css
<style>
span { border-color: #C2712A; }
span { border-color: rgb(194,113,42); }
td.TdClassName
{
border-color: #C2712A;
}
.TagClassName
{
border-color: #C2712A;
}
</style>