Shades of Meteor #C2742A
Tints of Meteor #C2742A
RGB
CMYK
RGB Variations
Color information
#C2742A (or 0xC2742A) is known color: Meteor. HEX triplet: C2, 74 and 2A. RGB value is (194,116,42). Sum of RGB (Red+Green+Blue) = 194+116+42=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2742A is #3D8BD5. Grayscale: #838383. Windows color (decimal): -4033494 or 2782402. OLE color: 2782402.
HSL color Cylindrical-coordinate representation of color #C2742A: hue angle of 29.21º 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 #C2742A is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 42 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.24 |
| HSL | 29.21º | 0.64% | 0.46% | - |
| HSV(B) | 29.21º | 0.78% | 0.76% | - |
| XYZ | 28.91 | 24.13 | 5.32 | - |
| YUV | 130.89 | 77.84 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 42 | 0 | 0.40 | 0.78 | 0.24 | 29.21 | 0.64 | 0.46 |
| Hex | C2 | 74 | 2A | 0 | 28 | 4E | 18 | 1D | 40 | 2E |
| Octal | 302 | 164 | 52 | 0 | 50 | 116 | 30 | 35 | 100 | 56 |
| Binary | 11000010 | 1110100 | 101010 | 0 | 101000 | 1001110 | 11000 | 11101 | 1000000 | 101110 |
Color Harmonies of #C2742A
Complementary color
Monochromatic Colors of #C2742A
Black with #C2742A
Text Example
Text Example
White with #C2742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2742A; }
p { color: rgb(194,116,42); }
H1.HeaderClassName
{
color: #C2742A;
}
.AnyTagClassName
{
color: #C2742A;
}
</style>
background-color css
<style>
a { background-color: #C2742A; }
a { background-color: rgb(194,116,42); }
div.DivClassName
{
background-color: #C2742A;
}
.BgClassName
{
background-color: #C2742A;
}
</style>
border-color css
<style>
span { border-color: #C2742A; }
span { border-color: rgb(194,116,42); }
td.TdClassName
{
border-color: #C2742A;
}
.TagClassName
{
border-color: #C2742A;
}
</style>