Shades of Meteor #C47832
Tints of Meteor #C47832
RGB
CMYK
RGB Variations
Color information
#C47832 (or 0xC47832) is known color: Meteor. HEX triplet: C4, 78 and 32. RGB value is (196,120,50). Sum of RGB (Red+Green+Blue) = 196+120+50=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C47832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47832 is #3B87CD. Grayscale: #878787. Windows color (decimal): -3901390 or 3307716. OLE color: 3307716.
HSL color Cylindrical-coordinate representation of color #C47832: hue angle of 28.77º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C47832 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 50 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.23 |
| HSL | 28.77º | 0.59% | 0.48% | - |
| HSV(B) | 28.77º | 0.74% | 0.77% | - |
| XYZ | 30.06 | 25.4 | 6.34 | - |
| YUV | 134.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 50 | 0 | 0.39 | 0.74 | 0.23 | 28.77 | 0.59 | 0.48 |
| Hex | C4 | 78 | 32 | 0 | 27 | 4A | 17 | 1D | 3B | 30 |
| Octal | 304 | 170 | 62 | 0 | 47 | 112 | 27 | 35 | 73 | 60 |
| Binary | 11000100 | 1111000 | 110010 | 0 | 100111 | 1001010 | 10111 | 11101 | 111011 | 110000 |
Color Harmonies of #C47832
Complementary color
Monochromatic Colors of #C47832
Black with #C47832
Text Example
Text Example
White with #C47832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47832; }
p { color: rgb(196,120,50); }
H1.HeaderClassName
{
color: #C47832;
}
.AnyTagClassName
{
color: #C47832;
}
</style>
background-color css
<style>
a { background-color: #C47832; }
a { background-color: rgb(196,120,50); }
div.DivClassName
{
background-color: #C47832;
}
.BgClassName
{
background-color: #C47832;
}
</style>
border-color css
<style>
span { border-color: #C47832; }
span { border-color: rgb(196,120,50); }
td.TdClassName
{
border-color: #C47832;
}
.TagClassName
{
border-color: #C47832;
}
</style>