Shades of Flame Pea #C56247
Tints of Flame Pea #C56247
RGB
CMYK
RGB Variations
Color information
#C56247 (or 0xC56247) is known color: Flame Pea. HEX triplet: C5, 62 and 47. RGB value is (197,98,71). Sum of RGB (Red+Green+Blue) = 197+98+71=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C56247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56247 is #3A9DB8. Grayscale: #7C7C7C. Windows color (decimal): -3841465 or 4678341. OLE color: 4678341.
HSL color Cylindrical-coordinate representation of color #C56247: hue angle of 12.86º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C56247 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 71 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.23 |
| HSL | 12.86º | 0.52% | 0.53% | - |
| HSV(B) | 12.86º | 0.64% | 0.77% | - |
| XYZ | 28.53 | 21.06 | 8.52 | - |
| YUV | 124.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 71 | 0 | 0.50 | 0.64 | 0.23 | 12.86 | 0.52 | 0.53 |
| Hex | C5 | 62 | 47 | 0 | 32 | 40 | 17 | D | 34 | 35 |
| Octal | 305 | 142 | 107 | 0 | 62 | 100 | 27 | 15 | 64 | 65 |
| Binary | 11000101 | 1100010 | 1000111 | 0 | 110010 | 1000000 | 10111 | 1101 | 110100 | 110101 |
Color Harmonies of #C56247
Complementary color
Monochromatic Colors of #C56247
Black with #C56247
Text Example
Text Example
White with #C56247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56247; }
p { color: rgb(197,98,71); }
H1.HeaderClassName
{
color: #C56247;
}
.AnyTagClassName
{
color: #C56247;
}
</style>
background-color css
<style>
a { background-color: #C56247; }
a { background-color: rgb(197,98,71); }
div.DivClassName
{
background-color: #C56247;
}
.BgClassName
{
background-color: #C56247;
}
</style>
border-color css
<style>
span { border-color: #C56247; }
span { border-color: rgb(197,98,71); }
td.TdClassName
{
border-color: #C56247;
}
.TagClassName
{
border-color: #C56247;
}
</style>