Shades of Meteor #C47129
Tints of Meteor #C47129
RGB
CMYK
RGB Variations
Color information
#C47129 (or 0xC47129) is known color: Meteor. HEX triplet: C4, 71 and 29. RGB value is (196,113,41). Sum of RGB (Red+Green+Blue) = 196+113+41=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C47129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47129 is #3B8ED6. Grayscale: #818181. Windows color (decimal): -3903191 or 2716100. OLE color: 2716100.
HSL color Cylindrical-coordinate representation of color #C47129: hue angle of 27.87º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C47129 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 41 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.23 |
| HSL | 27.87º | 0.65% | 0.46% | - |
| HSV(B) | 27.87º | 0.79% | 0.77% | - |
| XYZ | 29.07 | 23.71 | 5.14 | - |
| YUV | 129.61 | 78 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 41 | 0 | 0.42 | 0.79 | 0.23 | 27.87 | 0.65 | 0.46 |
| Hex | C4 | 71 | 29 | 0 | 2A | 4F | 17 | 1C | 41 | 2E |
| Octal | 304 | 161 | 51 | 0 | 52 | 117 | 27 | 34 | 101 | 56 |
| Binary | 11000100 | 1110001 | 101001 | 0 | 101010 | 1001111 | 10111 | 11100 | 1000001 | 101110 |
Color Harmonies of #C47129
Complementary color
Monochromatic Colors of #C47129
Black with #C47129
Text Example
Text Example
White with #C47129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47129; }
p { color: rgb(196,113,41); }
H1.HeaderClassName
{
color: #C47129;
}
.AnyTagClassName
{
color: #C47129;
}
</style>
background-color css
<style>
a { background-color: #C47129; }
a { background-color: rgb(196,113,41); }
div.DivClassName
{
background-color: #C47129;
}
.BgClassName
{
background-color: #C47129;
}
</style>
border-color css
<style>
span { border-color: #C47129; }
span { border-color: rgb(196,113,41); }
td.TdClassName
{
border-color: #C47129;
}
.TagClassName
{
border-color: #C47129;
}
</style>