Shades of Meteor #C47231
Tints of Meteor #C47231
RGB
CMYK
RGB Variations
Color information
#C47231 (or 0xC47231) is known color: Meteor. HEX triplet: C4, 72 and 31. RGB value is (196,114,49). Sum of RGB (Red+Green+Blue) = 196+114+49=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C47231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47231 is #3B8DCE. Grayscale: #838383. Windows color (decimal): -3902927 or 3240644. OLE color: 3240644.
HSL color Cylindrical-coordinate representation of color #C47231: hue angle of 26.53º 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 #C47231 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 49 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.23 |
| HSL | 26.53º | 0.6% | 0.48% | - |
| HSV(B) | 26.53º | 0.75% | 0.77% | - |
| XYZ | 29.34 | 23.99 | 5.99 | - |
| YUV | 131.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 49 | 0 | 0.42 | 0.75 | 0.23 | 26.53 | 0.6 | 0.48 |
| Hex | C4 | 72 | 31 | 0 | 2A | 4B | 17 | 1B | 3C | 30 |
| Octal | 304 | 162 | 61 | 0 | 52 | 113 | 27 | 33 | 74 | 60 |
| Binary | 11000100 | 1110010 | 110001 | 0 | 101010 | 1001011 | 10111 | 11011 | 111100 | 110000 |
Color Harmonies of #C47231
Complementary color
Monochromatic Colors of #C47231
Black with #C47231
Text Example
Text Example
White with #C47231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47231; }
p { color: rgb(196,114,49); }
H1.HeaderClassName
{
color: #C47231;
}
.AnyTagClassName
{
color: #C47231;
}
</style>
background-color css
<style>
a { background-color: #C47231; }
a { background-color: rgb(196,114,49); }
div.DivClassName
{
background-color: #C47231;
}
.BgClassName
{
background-color: #C47231;
}
</style>
border-color css
<style>
span { border-color: #C47231; }
span { border-color: rgb(196,114,49); }
td.TdClassName
{
border-color: #C47231;
}
.TagClassName
{
border-color: #C47231;
}
</style>