Shades of Flame Pea #C55A48
Tints of Flame Pea #C55A48
RGB
CMYK
RGB Variations
Color information
#C55A48 (or 0xC55A48) is known color: Flame Pea. HEX triplet: C5, 5A and 48. RGB value is (197,90,72). Sum of RGB (Red+Green+Blue) = 197+90+72=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A48 is #3AA5B7. Grayscale: #787878. Windows color (decimal): -3843512 or 4741829. OLE color: 4741829.
HSL color Cylindrical-coordinate representation of color #C55A48: hue angle of 8.64º 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 #C55A48 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 72 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.23 |
| HSL | 8.64º | 0.52% | 0.53% | - |
| HSV(B) | 8.64º | 0.63% | 0.77% | - |
| XYZ | 27.85 | 19.65 | 8.46 | - |
| YUV | 119.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 72 | 0 | 0.54 | 0.63 | 0.23 | 8.64 | 0.52 | 0.53 |
| Hex | C5 | 5A | 48 | 0 | 36 | 3F | 17 | 9 | 34 | 35 |
| Octal | 305 | 132 | 110 | 0 | 66 | 77 | 27 | 11 | 64 | 65 |
| Binary | 11000101 | 1011010 | 1001000 | 0 | 110110 | 111111 | 10111 | 1001 | 110100 | 110101 |
Color Harmonies of #C55A48
Complementary color
Monochromatic Colors of #C55A48
Black with #C55A48
Text Example
Text Example
White with #C55A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A48; }
p { color: rgb(197,90,72); }
H1.HeaderClassName
{
color: #C55A48;
}
.AnyTagClassName
{
color: #C55A48;
}
</style>
background-color css
<style>
a { background-color: #C55A48; }
a { background-color: rgb(197,90,72); }
div.DivClassName
{
background-color: #C55A48;
}
.BgClassName
{
background-color: #C55A48;
}
</style>
border-color css
<style>
span { border-color: #C55A48; }
span { border-color: rgb(197,90,72); }
td.TdClassName
{
border-color: #C55A48;
}
.TagClassName
{
border-color: #C55A48;
}
</style>