Shades of Meteor #C2742E
Tints of Meteor #C2742E
RGB
CMYK
RGB Variations
Color information
#C2742E (or 0xC2742E) is known color: Meteor. HEX triplet: C2, 74 and 2E. RGB value is (194,116,46). Sum of RGB (Red+Green+Blue) = 194+116+46=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2742E is #3D8BD1. Grayscale: #838383. Windows color (decimal): -4033490 or 3044546. OLE color: 3044546.
HSL color Cylindrical-coordinate representation of color #C2742E: hue angle of 28.38º 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 #C2742E is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 46 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.24 |
| HSL | 28.38º | 0.62% | 0.47% | - |
| HSV(B) | 28.38º | 0.76% | 0.76% | - |
| XYZ | 28.99 | 24.16 | 5.72 | - |
| YUV | 131.34 | 79.84 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 46 | 0 | 0.40 | 0.76 | 0.24 | 28.38 | 0.62 | 0.47 |
| Hex | C2 | 74 | 2E | 0 | 28 | 4C | 18 | 1C | 3E | 2F |
| Octal | 302 | 164 | 56 | 0 | 50 | 114 | 30 | 34 | 76 | 57 |
| Binary | 11000010 | 1110100 | 101110 | 0 | 101000 | 1001100 | 11000 | 11100 | 111110 | 101111 |
Color Harmonies of #C2742E
Complementary color
Monochromatic Colors of #C2742E
Black with #C2742E
Text Example
Text Example
White with #C2742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2742E; }
p { color: rgb(194,116,46); }
H1.HeaderClassName
{
color: #C2742E;
}
.AnyTagClassName
{
color: #C2742E;
}
</style>
background-color css
<style>
a { background-color: #C2742E; }
a { background-color: rgb(194,116,46); }
div.DivClassName
{
background-color: #C2742E;
}
.BgClassName
{
background-color: #C2742E;
}
</style>
border-color css
<style>
span { border-color: #C2742E; }
span { border-color: rgb(194,116,46); }
td.TdClassName
{
border-color: #C2742E;
}
.TagClassName
{
border-color: #C2742E;
}
</style>