Shades of Meteor #C2742D
Tints of Meteor #C2742D
RGB
CMYK
RGB Variations
Color information
#C2742D (or 0xC2742D) is known color: Meteor. HEX triplet: C2, 74 and 2D. RGB value is (194,116,45). Sum of RGB (Red+Green+Blue) = 194+116+45=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2742D is #3D8BD2. Grayscale: #838383. Windows color (decimal): -4033491 or 2979010. OLE color: 2979010.
HSL color Cylindrical-coordinate representation of color #C2742D: hue angle of 28.59º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2742D is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 45 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.24 |
| HSL | 28.59º | 0.62% | 0.47% | - |
| HSV(B) | 28.59º | 0.77% | 0.76% | - |
| XYZ | 28.97 | 24.15 | 5.62 | - |
| YUV | 131.23 | 79.34 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 45 | 0 | 0.40 | 0.77 | 0.24 | 28.59 | 0.62 | 0.47 |
| Hex | C2 | 74 | 2D | 0 | 28 | 4D | 18 | 1D | 3E | 2F |
| Octal | 302 | 164 | 55 | 0 | 50 | 115 | 30 | 35 | 76 | 57 |
| Binary | 11000010 | 1110100 | 101101 | 0 | 101000 | 1001101 | 11000 | 11101 | 111110 | 101111 |
Color Harmonies of #C2742D
Complementary color
Monochromatic Colors of #C2742D
Black with #C2742D
Text Example
Text Example
White with #C2742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2742D; }
p { color: rgb(194,116,45); }
H1.HeaderClassName
{
color: #C2742D;
}
.AnyTagClassName
{
color: #C2742D;
}
</style>
background-color css
<style>
a { background-color: #C2742D; }
a { background-color: rgb(194,116,45); }
div.DivClassName
{
background-color: #C2742D;
}
.BgClassName
{
background-color: #C2742D;
}
</style>
border-color css
<style>
span { border-color: #C2742D; }
span { border-color: rgb(194,116,45); }
td.TdClassName
{
border-color: #C2742D;
}
.TagClassName
{
border-color: #C2742D;
}
</style>