Shades of Flame Pea #C55F49
Tints of Flame Pea #C55F49
RGB
CMYK
RGB Variations
Color information
#C55F49 (or 0xC55F49) is known color: Flame Pea. HEX triplet: C5, 5F and 49. RGB value is (197,95,73). Sum of RGB (Red+Green+Blue) = 197+95+73=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F49 is #3AA0B6. Grayscale: #7B7B7B. Windows color (decimal): -3842231 or 4808645. OLE color: 4808645.
HSL color Cylindrical-coordinate representation of color #C55F49: hue angle of 10.65º 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 #C55F49 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 73 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.23 |
| HSL | 10.65º | 0.52% | 0.53% | - |
| HSV(B) | 10.65º | 0.63% | 0.77% | - |
| XYZ | 28.32 | 20.54 | 8.77 | - |
| YUV | 122.99 | 99.79 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 73 | 0 | 0.52 | 0.63 | 0.23 | 10.65 | 0.52 | 0.53 |
| Hex | C5 | 5F | 49 | 0 | 34 | 3F | 17 | B | 34 | 35 |
| Octal | 305 | 137 | 111 | 0 | 64 | 77 | 27 | 13 | 64 | 65 |
| Binary | 11000101 | 1011111 | 1001001 | 0 | 110100 | 111111 | 10111 | 1011 | 110100 | 110101 |
Color Harmonies of #C55F49
Complementary color
Monochromatic Colors of #C55F49
Black with #C55F49
Text Example
Text Example
White with #C55F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F49; }
p { color: rgb(197,95,73); }
H1.HeaderClassName
{
color: #C55F49;
}
.AnyTagClassName
{
color: #C55F49;
}
</style>
background-color css
<style>
a { background-color: #C55F49; }
a { background-color: rgb(197,95,73); }
div.DivClassName
{
background-color: #C55F49;
}
.BgClassName
{
background-color: #C55F49;
}
</style>
border-color css
<style>
span { border-color: #C55F49; }
span { border-color: rgb(197,95,73); }
td.TdClassName
{
border-color: #C55F49;
}
.TagClassName
{
border-color: #C55F49;
}
</style>