Shades of Meteor #C47432
Tints of Meteor #C47432
RGB
CMYK
RGB Variations
Color information
#C47432 (or 0xC47432) is known color: Meteor. HEX triplet: C4, 74 and 32. RGB value is (196,116,50). Sum of RGB (Red+Green+Blue) = 196+116+50=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C47432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47432 is #3B8BCD. Grayscale: #848484. Windows color (decimal): -3902414 or 3306692. OLE color: 3306692.
HSL color Cylindrical-coordinate representation of color #C47432: hue angle of 27.12º 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 #C47432 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 50 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.23 |
| HSL | 27.12º | 0.59% | 0.48% | - |
| HSV(B) | 27.12º | 0.74% | 0.77% | - |
| XYZ | 29.59 | 24.46 | 6.18 | - |
| YUV | 132.4 | 81.5 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 50 | 0 | 0.41 | 0.74 | 0.23 | 27.12 | 0.59 | 0.48 |
| Hex | C4 | 74 | 32 | 0 | 29 | 4A | 17 | 1B | 3B | 30 |
| Octal | 304 | 164 | 62 | 0 | 51 | 112 | 27 | 33 | 73 | 60 |
| Binary | 11000100 | 1110100 | 110010 | 0 | 101001 | 1001010 | 10111 | 11011 | 111011 | 110000 |
Color Harmonies of #C47432
Complementary color
Monochromatic Colors of #C47432
Black with #C47432
Text Example
Text Example
White with #C47432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47432; }
p { color: rgb(196,116,50); }
H1.HeaderClassName
{
color: #C47432;
}
.AnyTagClassName
{
color: #C47432;
}
</style>
background-color css
<style>
a { background-color: #C47432; }
a { background-color: rgb(196,116,50); }
div.DivClassName
{
background-color: #C47432;
}
.BgClassName
{
background-color: #C47432;
}
</style>
border-color css
<style>
span { border-color: #C47432; }
span { border-color: rgb(196,116,50); }
td.TdClassName
{
border-color: #C47432;
}
.TagClassName
{
border-color: #C47432;
}
</style>