Shades of Flame Pea #C56047
Tints of Flame Pea #C56047
RGB
CMYK
RGB Variations
Color information
#C56047 (or 0xC56047) is known color: Flame Pea. HEX triplet: C5, 60 and 47. RGB value is (197,96,71). Sum of RGB (Red+Green+Blue) = 197+96+71=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C56047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56047 is #3A9FB8. Grayscale: #7B7B7B. Windows color (decimal): -3841977 or 4677829. OLE color: 4677829.
HSL color Cylindrical-coordinate representation of color #C56047: hue angle of 11.9º 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 #C56047 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 71 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.23 |
| HSL | 11.9º | 0.52% | 0.53% | - |
| HSV(B) | 11.9º | 0.64% | 0.77% | - |
| XYZ | 28.35 | 20.69 | 8.46 | - |
| YUV | 123.35 | 98.46 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 71 | 0 | 0.51 | 0.64 | 0.23 | 11.9 | 0.52 | 0.53 |
| Hex | C5 | 60 | 47 | 0 | 33 | 40 | 17 | C | 34 | 35 |
| Octal | 305 | 140 | 107 | 0 | 63 | 100 | 27 | 14 | 64 | 65 |
| Binary | 11000101 | 1100000 | 1000111 | 0 | 110011 | 1000000 | 10111 | 1100 | 110100 | 110101 |
Color Harmonies of #C56047
Complementary color
Monochromatic Colors of #C56047
Black with #C56047
Text Example
Text Example
White with #C56047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56047; }
p { color: rgb(197,96,71); }
H1.HeaderClassName
{
color: #C56047;
}
.AnyTagClassName
{
color: #C56047;
}
</style>
background-color css
<style>
a { background-color: #C56047; }
a { background-color: rgb(197,96,71); }
div.DivClassName
{
background-color: #C56047;
}
.BgClassName
{
background-color: #C56047;
}
</style>
border-color css
<style>
span { border-color: #C56047; }
span { border-color: rgb(197,96,71); }
td.TdClassName
{
border-color: #C56047;
}
.TagClassName
{
border-color: #C56047;
}
</style>