Shades of Flame Pea #C46247
Tints of Flame Pea #C46247
RGB
CMYK
RGB Variations
Color information
#C46247 (or 0xC46247) is known color: Flame Pea. HEX triplet: C4, 62 and 47. RGB value is (196,98,71). Sum of RGB (Red+Green+Blue) = 196+98+71=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C46247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46247 is #3B9DB8. Grayscale: #7C7C7C. Windows color (decimal): -3907001 or 4678340. OLE color: 4678340.
HSL color Cylindrical-coordinate representation of color #C46247: hue angle of 12.96º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C46247 is Cyan = 0, Magento = 0.5, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 71 | - |
| CMYK | 0 | 0.5 | 0.64 | 0.23 |
| HSL | 12.96º | 0.51% | 0.52% | - |
| HSV(B) | 12.96º | 0.64% | 0.77% | - |
| XYZ | 28.27 | 20.93 | 8.51 | - |
| YUV | 124.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 71 | 0 | 0.5 | 0.64 | 0.23 | 12.96 | 0.51 | 0.52 |
| Hex | C4 | 62 | 47 | 0 | 32 | 40 | 17 | D | 33 | 34 |
| Octal | 304 | 142 | 107 | 0 | 62 | 100 | 27 | 15 | 63 | 64 |
| Binary | 11000100 | 1100010 | 1000111 | 0 | 110010 | 1000000 | 10111 | 1101 | 110011 | 110100 |
Color Harmonies of #C46247
Complementary color
Monochromatic Colors of #C46247
Black with #C46247
Text Example
Text Example
White with #C46247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46247; }
p { color: rgb(196,98,71); }
H1.HeaderClassName
{
color: #C46247;
}
.AnyTagClassName
{
color: #C46247;
}
</style>
background-color css
<style>
a { background-color: #C46247; }
a { background-color: rgb(196,98,71); }
div.DivClassName
{
background-color: #C46247;
}
.BgClassName
{
background-color: #C46247;
}
</style>
border-color css
<style>
span { border-color: #C46247; }
span { border-color: rgb(196,98,71); }
td.TdClassName
{
border-color: #C46247;
}
.TagClassName
{
border-color: #C46247;
}
</style>