Shades of Meteor #C47733
Tints of Meteor #C47733
RGB
CMYK
RGB Variations
Color information
#C47733 (or 0xC47733) is known color: Meteor. HEX triplet: C4, 77 and 33. RGB value is (196,119,51). Sum of RGB (Red+Green+Blue) = 196+119+51=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C47733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47733 is #3B88CC. Grayscale: #868686. Windows color (decimal): -3901645 or 3372996. OLE color: 3372996.
HSL color Cylindrical-coordinate representation of color #C47733: hue angle of 28.14º 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 #C47733 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 51 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.23 |
| HSL | 28.14º | 0.59% | 0.48% | - |
| HSV(B) | 28.14º | 0.74% | 0.77% | - |
| XYZ | 29.96 | 25.17 | 6.41 | - |
| YUV | 134.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 51 | 0 | 0.39 | 0.74 | 0.23 | 28.14 | 0.59 | 0.48 |
| Hex | C4 | 77 | 33 | 0 | 27 | 4A | 17 | 1C | 3B | 30 |
| Octal | 304 | 167 | 63 | 0 | 47 | 112 | 27 | 34 | 73 | 60 |
| Binary | 11000100 | 1110111 | 110011 | 0 | 100111 | 1001010 | 10111 | 11100 | 111011 | 110000 |
Color Harmonies of #C47733
Complementary color
Monochromatic Colors of #C47733
Black with #C47733
Text Example
Text Example
White with #C47733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47733; }
p { color: rgb(196,119,51); }
H1.HeaderClassName
{
color: #C47733;
}
.AnyTagClassName
{
color: #C47733;
}
</style>
background-color css
<style>
a { background-color: #C47733; }
a { background-color: rgb(196,119,51); }
div.DivClassName
{
background-color: #C47733;
}
.BgClassName
{
background-color: #C47733;
}
</style>
border-color css
<style>
span { border-color: #C47733; }
span { border-color: rgb(196,119,51); }
td.TdClassName
{
border-color: #C47733;
}
.TagClassName
{
border-color: #C47733;
}
</style>