Shades of Flame Pea #C55949
Tints of Flame Pea #C55949
RGB
CMYK
RGB Variations
Color information
#C55949 (or 0xC55949) is known color: Flame Pea. HEX triplet: C5, 59 and 49. RGB value is (197,89,73). Sum of RGB (Red+Green+Blue) = 197+89+73=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C55949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55949 is #3AA6B6. Grayscale: #777777. Windows color (decimal): -3843767 or 4807109. OLE color: 4807109.
HSL color Cylindrical-coordinate representation of color #C55949: hue angle of 7.74º 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 #C55949 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 73 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.23 |
| HSL | 7.74º | 0.52% | 0.53% | - |
| HSV(B) | 7.74º | 0.63% | 0.77% | - |
| XYZ | 27.8 | 19.5 | 8.6 | - |
| YUV | 119.47 | 101.78 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 73 | 0 | 0.55 | 0.63 | 0.23 | 7.74 | 0.52 | 0.53 |
| Hex | C5 | 59 | 49 | 0 | 37 | 3F | 17 | 8 | 34 | 35 |
| Octal | 305 | 131 | 111 | 0 | 67 | 77 | 27 | 10 | 64 | 65 |
| Binary | 11000101 | 1011001 | 1001001 | 0 | 110111 | 111111 | 10111 | 1000 | 110100 | 110101 |
Color Harmonies of #C55949
Complementary color
Monochromatic Colors of #C55949
Black with #C55949
Text Example
Text Example
White with #C55949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55949; }
p { color: rgb(197,89,73); }
H1.HeaderClassName
{
color: #C55949;
}
.AnyTagClassName
{
color: #C55949;
}
</style>
background-color css
<style>
a { background-color: #C55949; }
a { background-color: rgb(197,89,73); }
div.DivClassName
{
background-color: #C55949;
}
.BgClassName
{
background-color: #C55949;
}
</style>
border-color css
<style>
span { border-color: #C55949; }
span { border-color: rgb(197,89,73); }
td.TdClassName
{
border-color: #C55949;
}
.TagClassName
{
border-color: #C55949;
}
</style>