Shades of Meteor #C47834
Tints of Meteor #C47834
RGB
CMYK
RGB Variations
Color information
#C47834 (or 0xC47834) is known color: Meteor. HEX triplet: C4, 78 and 34. RGB value is (196,120,52). Sum of RGB (Red+Green+Blue) = 196+120+52=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C47834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47834 is #3B87CB. Grayscale: #878787. Windows color (decimal): -3901388 or 3438788. OLE color: 3438788.
HSL color Cylindrical-coordinate representation of color #C47834: hue angle of 28.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C47834 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 52 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.23 |
| HSL | 28.33º | 0.58% | 0.49% | - |
| HSV(B) | 28.33º | 0.73% | 0.77% | - |
| XYZ | 30.1 | 25.42 | 6.57 | - |
| YUV | 134.97 | 81.18 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 52 | 0 | 0.39 | 0.73 | 0.23 | 28.33 | 0.58 | 0.49 |
| Hex | C4 | 78 | 34 | 0 | 27 | 49 | 17 | 1C | 3A | 31 |
| Octal | 304 | 170 | 64 | 0 | 47 | 111 | 27 | 34 | 72 | 61 |
| Binary | 11000100 | 1111000 | 110100 | 0 | 100111 | 1001001 | 10111 | 11100 | 111010 | 110001 |
Color Harmonies of #C47834
Complementary color
Monochromatic Colors of #C47834
Black with #C47834
Text Example
Text Example
White with #C47834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47834; }
p { color: rgb(196,120,52); }
H1.HeaderClassName
{
color: #C47834;
}
.AnyTagClassName
{
color: #C47834;
}
</style>
background-color css
<style>
a { background-color: #C47834; }
a { background-color: rgb(196,120,52); }
div.DivClassName
{
background-color: #C47834;
}
.BgClassName
{
background-color: #C47834;
}
</style>
border-color css
<style>
span { border-color: #C47834; }
span { border-color: rgb(196,120,52); }
td.TdClassName
{
border-color: #C47834;
}
.TagClassName
{
border-color: #C47834;
}
</style>