Shades of Meteor #C4712D
Tints of Meteor #C4712D
RGB
CMYK
RGB Variations
Color information
#C4712D (or 0xC4712D) is known color: Meteor. HEX triplet: C4, 71 and 2D. RGB value is (196,113,45). Sum of RGB (Red+Green+Blue) = 196+113+45=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4712D is #3B8ED2. Grayscale: #828282. Windows color (decimal): -3903187 or 2978244. OLE color: 2978244.
HSL color Cylindrical-coordinate representation of color #C4712D: hue angle of 27.02º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4712D is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 45 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.23 |
| HSL | 27.02º | 0.63% | 0.47% | - |
| HSV(B) | 27.02º | 0.77% | 0.77% | - |
| XYZ | 29.14 | 23.74 | 5.53 | - |
| YUV | 130.07 | 80 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 45 | 0 | 0.42 | 0.77 | 0.23 | 27.02 | 0.63 | 0.47 |
| Hex | C4 | 71 | 2D | 0 | 2A | 4D | 17 | 1B | 3F | 2F |
| Octal | 304 | 161 | 55 | 0 | 52 | 115 | 27 | 33 | 77 | 57 |
| Binary | 11000100 | 1110001 | 101101 | 0 | 101010 | 1001101 | 10111 | 11011 | 111111 | 101111 |
Color Harmonies of #C4712D
Complementary color
Monochromatic Colors of #C4712D
Black with #C4712D
Text Example
Text Example
White with #C4712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4712D; }
p { color: rgb(196,113,45); }
H1.HeaderClassName
{
color: #C4712D;
}
.AnyTagClassName
{
color: #C4712D;
}
</style>
background-color css
<style>
a { background-color: #C4712D; }
a { background-color: rgb(196,113,45); }
div.DivClassName
{
background-color: #C4712D;
}
.BgClassName
{
background-color: #C4712D;
}
</style>
border-color css
<style>
span { border-color: #C4712D; }
span { border-color: rgb(196,113,45); }
td.TdClassName
{
border-color: #C4712D;
}
.TagClassName
{
border-color: #C4712D;
}
</style>