Shades of Flame Pea #C56346
Tints of Flame Pea #C56346
RGB
CMYK
RGB Variations
Color information
#C56346 (or 0xC56346) is known color: Flame Pea. HEX triplet: C5, 63 and 46. RGB value is (197,99,70). Sum of RGB (Red+Green+Blue) = 197+99+70=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C56346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56346 is #3A9CB9. Grayscale: #7D7D7D. Windows color (decimal): -3841210 or 4613061. OLE color: 4613061.
HSL color Cylindrical-coordinate representation of color #C56346: hue angle of 13.7º degrees, saturation: 0.52, 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 #C56346 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 70 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.23 |
| HSL | 13.7º | 0.52% | 0.52% | - |
| HSV(B) | 13.7º | 0.64% | 0.77% | - |
| XYZ | 28.59 | 21.24 | 8.39 | - |
| YUV | 125 | 96.97 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 70 | 0 | 0.50 | 0.64 | 0.23 | 13.7 | 0.52 | 0.52 |
| Hex | C5 | 63 | 46 | 0 | 32 | 40 | 17 | E | 34 | 34 |
| Octal | 305 | 143 | 106 | 0 | 62 | 100 | 27 | 16 | 64 | 64 |
| Binary | 11000101 | 1100011 | 1000110 | 0 | 110010 | 1000000 | 10111 | 1110 | 110100 | 110100 |
Color Harmonies of #C56346
Complementary color
Monochromatic Colors of #C56346
Black with #C56346
Text Example
Text Example
White with #C56346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56346; }
p { color: rgb(197,99,70); }
H1.HeaderClassName
{
color: #C56346;
}
.AnyTagClassName
{
color: #C56346;
}
</style>
background-color css
<style>
a { background-color: #C56346; }
a { background-color: rgb(197,99,70); }
div.DivClassName
{
background-color: #C56346;
}
.BgClassName
{
background-color: #C56346;
}
</style>
border-color css
<style>
span { border-color: #C56346; }
span { border-color: rgb(197,99,70); }
td.TdClassName
{
border-color: #C56346;
}
.TagClassName
{
border-color: #C56346;
}
</style>