Shades of Meteor #C2742F
Tints of Meteor #C2742F
RGB
CMYK
RGB Variations
Color information
#C2742F (or 0xC2742F) is known color: Meteor. HEX triplet: C2, 74 and 2F. RGB value is (194,116,47). Sum of RGB (Red+Green+Blue) = 194+116+47=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2742F is #3D8BD0. Grayscale: #838383. Windows color (decimal): -4033489 or 3110082. OLE color: 3110082.
HSL color Cylindrical-coordinate representation of color #C2742F: hue angle of 28.16º degrees, saturation: 0.61, 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 #C2742F is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 47 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.24 |
| HSL | 28.16º | 0.61% | 0.47% | - |
| HSV(B) | 28.16º | 0.76% | 0.76% | - |
| XYZ | 29.01 | 24.17 | 5.82 | - |
| YUV | 131.46 | 80.34 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 47 | 0 | 0.40 | 0.76 | 0.24 | 28.16 | 0.61 | 0.47 |
| Hex | C2 | 74 | 2F | 0 | 28 | 4C | 18 | 1C | 3D | 2F |
| Octal | 302 | 164 | 57 | 0 | 50 | 114 | 30 | 34 | 75 | 57 |
| Binary | 11000010 | 1110100 | 101111 | 0 | 101000 | 1001100 | 11000 | 11100 | 111101 | 101111 |
Color Harmonies of #C2742F
Complementary color
Monochromatic Colors of #C2742F
Black with #C2742F
Text Example
Text Example
White with #C2742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2742F; }
p { color: rgb(194,116,47); }
H1.HeaderClassName
{
color: #C2742F;
}
.AnyTagClassName
{
color: #C2742F;
}
</style>
background-color css
<style>
a { background-color: #C2742F; }
a { background-color: rgb(194,116,47); }
div.DivClassName
{
background-color: #C2742F;
}
.BgClassName
{
background-color: #C2742F;
}
</style>
border-color css
<style>
span { border-color: #C2742F; }
span { border-color: rgb(194,116,47); }
td.TdClassName
{
border-color: #C2742F;
}
.TagClassName
{
border-color: #C2742F;
}
</style>