Shades of Flame Pea #C56243
Tints of Flame Pea #C56243
RGB
CMYK
RGB Variations
Color information
#C56243 (or 0xC56243) is known color: Flame Pea. HEX triplet: C5, 62 and 43. RGB value is (197,98,67). Sum of RGB (Red+Green+Blue) = 197+98+67=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C56243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56243 is #3A9DBC. Grayscale: #7C7C7C. Windows color (decimal): -3841469 or 4416197. OLE color: 4416197.
HSL color Cylindrical-coordinate representation of color #C56243: hue angle of 14.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C56243 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 67 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.23 |
| HSL | 14.31º | 0.53% | 0.52% | - |
| HSV(B) | 14.31º | 0.66% | 0.77% | - |
| XYZ | 28.41 | 21.01 | 7.87 | - |
| YUV | 124.07 | 95.8 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 67 | 0 | 0.50 | 0.66 | 0.23 | 14.31 | 0.53 | 0.52 |
| Hex | C5 | 62 | 43 | 0 | 32 | 42 | 17 | E | 35 | 34 |
| Octal | 305 | 142 | 103 | 0 | 62 | 102 | 27 | 16 | 65 | 64 |
| Binary | 11000101 | 1100010 | 1000011 | 0 | 110010 | 1000010 | 10111 | 1110 | 110101 | 110100 |
Color Harmonies of #C56243
Complementary color
Monochromatic Colors of #C56243
Black with #C56243
Text Example
Text Example
White with #C56243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56243; }
p { color: rgb(197,98,67); }
H1.HeaderClassName
{
color: #C56243;
}
.AnyTagClassName
{
color: #C56243;
}
</style>
background-color css
<style>
a { background-color: #C56243; }
a { background-color: rgb(197,98,67); }
div.DivClassName
{
background-color: #C56243;
}
.BgClassName
{
background-color: #C56243;
}
</style>
border-color css
<style>
span { border-color: #C56243; }
span { border-color: rgb(197,98,67); }
td.TdClassName
{
border-color: #C56243;
}
.TagClassName
{
border-color: #C56243;
}
</style>