Shades of Meteor #C47131
Tints of Meteor #C47131
RGB
CMYK
RGB Variations
Color information
#C47131 (or 0xC47131) is known color: Meteor. HEX triplet: C4, 71 and 31. RGB value is (196,113,49). Sum of RGB (Red+Green+Blue) = 196+113+49=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C47131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47131 is #3B8ECE. Grayscale: #828282. Windows color (decimal): -3903183 or 3240388. OLE color: 3240388.
HSL color Cylindrical-coordinate representation of color #C47131: hue angle of 26.12º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C47131 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 49 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.23 |
| HSL | 26.12º | 0.6% | 0.48% | - |
| HSV(B) | 26.12º | 0.75% | 0.77% | - |
| XYZ | 29.22 | 23.77 | 5.95 | - |
| YUV | 130.52 | 82 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 49 | 0 | 0.42 | 0.75 | 0.23 | 26.12 | 0.6 | 0.48 |
| Hex | C4 | 71 | 31 | 0 | 2A | 4B | 17 | 1A | 3C | 30 |
| Octal | 304 | 161 | 61 | 0 | 52 | 113 | 27 | 32 | 74 | 60 |
| Binary | 11000100 | 1110001 | 110001 | 0 | 101010 | 1001011 | 10111 | 11010 | 111100 | 110000 |
Color Harmonies of #C47131
Complementary color
Monochromatic Colors of #C47131
Black with #C47131
Text Example
Text Example
White with #C47131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47131; }
p { color: rgb(196,113,49); }
H1.HeaderClassName
{
color: #C47131;
}
.AnyTagClassName
{
color: #C47131;
}
</style>
background-color css
<style>
a { background-color: #C47131; }
a { background-color: rgb(196,113,49); }
div.DivClassName
{
background-color: #C47131;
}
.BgClassName
{
background-color: #C47131;
}
</style>
border-color css
<style>
span { border-color: #C47131; }
span { border-color: rgb(196,113,49); }
td.TdClassName
{
border-color: #C47131;
}
.TagClassName
{
border-color: #C47131;
}
</style>