Shades of Meteor #C47330
Tints of Meteor #C47330
RGB
CMYK
RGB Variations
Color information
#C47330 (or 0xC47330) is known color: Meteor. HEX triplet: C4, 73 and 30. RGB value is (196,115,48). Sum of RGB (Red+Green+Blue) = 196+115+48=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C47330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47330 is #3B8CCF. Grayscale: #838383. Windows color (decimal): -3902672 or 3175364. OLE color: 3175364.
HSL color Cylindrical-coordinate representation of color #C47330: hue angle of 27.16º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C47330 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 48 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.23 |
| HSL | 27.16º | 0.61% | 0.48% | - |
| HSV(B) | 27.16º | 0.76% | 0.77% | - |
| XYZ | 29.43 | 24.21 | 5.92 | - |
| YUV | 131.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 48 | 0 | 0.41 | 0.76 | 0.23 | 27.16 | 0.61 | 0.48 |
| Hex | C4 | 73 | 30 | 0 | 29 | 4C | 17 | 1B | 3D | 30 |
| Octal | 304 | 163 | 60 | 0 | 51 | 114 | 27 | 33 | 75 | 60 |
| Binary | 11000100 | 1110011 | 110000 | 0 | 101001 | 1001100 | 10111 | 11011 | 111101 | 110000 |
Color Harmonies of #C47330
Complementary color
Monochromatic Colors of #C47330
Black with #C47330
Text Example
Text Example
White with #C47330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47330; }
p { color: rgb(196,115,48); }
H1.HeaderClassName
{
color: #C47330;
}
.AnyTagClassName
{
color: #C47330;
}
</style>
background-color css
<style>
a { background-color: #C47330; }
a { background-color: rgb(196,115,48); }
div.DivClassName
{
background-color: #C47330;
}
.BgClassName
{
background-color: #C47330;
}
</style>
border-color css
<style>
span { border-color: #C47330; }
span { border-color: rgb(196,115,48); }
td.TdClassName
{
border-color: #C47330;
}
.TagClassName
{
border-color: #C47330;
}
</style>