Shades of Flame Pea #C55847
Tints of Flame Pea #C55847
RGB
CMYK
RGB Variations
Color information
#C55847 (or 0xC55847) is known color: Flame Pea. HEX triplet: C5, 58 and 47. RGB value is (197,88,71). Sum of RGB (Red+Green+Blue) = 197+88+71=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C55847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55847 is #3AA7B8. Grayscale: #767676. Windows color (decimal): -3844025 or 4675781. OLE color: 4675781.
HSL color Cylindrical-coordinate representation of color #C55847: hue angle of 8.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C55847 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 71 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.23 |
| HSL | 8.1º | 0.52% | 0.53% | - |
| HSV(B) | 8.1º | 0.64% | 0.77% | - |
| XYZ | 27.65 | 19.3 | 8.23 | - |
| YUV | 118.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 71 | 0 | 0.55 | 0.64 | 0.23 | 8.1 | 0.52 | 0.53 |
| Hex | C5 | 58 | 47 | 0 | 37 | 40 | 17 | 8 | 34 | 35 |
| Octal | 305 | 130 | 107 | 0 | 67 | 100 | 27 | 10 | 64 | 65 |
| Binary | 11000101 | 1011000 | 1000111 | 0 | 110111 | 1000000 | 10111 | 1000 | 110100 | 110101 |
Color Harmonies of #C55847
Complementary color
Monochromatic Colors of #C55847
Black with #C55847
Text Example
Text Example
White with #C55847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55847; }
p { color: rgb(197,88,71); }
H1.HeaderClassName
{
color: #C55847;
}
.AnyTagClassName
{
color: #C55847;
}
</style>
background-color css
<style>
a { background-color: #C55847; }
a { background-color: rgb(197,88,71); }
div.DivClassName
{
background-color: #C55847;
}
.BgClassName
{
background-color: #C55847;
}
</style>
border-color css
<style>
span { border-color: #C55847; }
span { border-color: rgb(197,88,71); }
td.TdClassName
{
border-color: #C55847;
}
.TagClassName
{
border-color: #C55847;
}
</style>