Shades of Flame Pea #C55E49
Tints of Flame Pea #C55E49
RGB
CMYK
RGB Variations
Color information
#C55E49 (or 0xC55E49) is known color: Flame Pea. HEX triplet: C5, 5E and 49. RGB value is (197,94,73). Sum of RGB (Red+Green+Blue) = 197+94+73=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E49 is #3AA1B6. Grayscale: #7A7A7A. Windows color (decimal): -3842487 or 4808389. OLE color: 4808389.
HSL color Cylindrical-coordinate representation of color #C55E49: hue angle of 10.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C55E49 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 73 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.23 |
| HSL | 10.16º | 0.52% | 0.53% | - |
| HSV(B) | 10.16º | 0.63% | 0.77% | - |
| XYZ | 28.23 | 20.36 | 8.74 | - |
| YUV | 122.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 73 | 0 | 0.52 | 0.63 | 0.23 | 10.16 | 0.52 | 0.53 |
| Hex | C5 | 5E | 49 | 0 | 34 | 3F | 17 | A | 34 | 35 |
| Octal | 305 | 136 | 111 | 0 | 64 | 77 | 27 | 12 | 64 | 65 |
| Binary | 11000101 | 1011110 | 1001001 | 0 | 110100 | 111111 | 10111 | 1010 | 110100 | 110101 |
Color Harmonies of #C55E49
Complementary color
Monochromatic Colors of #C55E49
Black with #C55E49
Text Example
Text Example
White with #C55E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E49; }
p { color: rgb(197,94,73); }
H1.HeaderClassName
{
color: #C55E49;
}
.AnyTagClassName
{
color: #C55E49;
}
</style>
background-color css
<style>
a { background-color: #C55E49; }
a { background-color: rgb(197,94,73); }
div.DivClassName
{
background-color: #C55E49;
}
.BgClassName
{
background-color: #C55E49;
}
</style>
border-color css
<style>
span { border-color: #C55E49; }
span { border-color: rgb(197,94,73); }
td.TdClassName
{
border-color: #C55E49;
}
.TagClassName
{
border-color: #C55E49;
}
</style>