Shades of Flame Pea #C55E4C
Tints of Flame Pea #C55E4C
RGB
CMYK
RGB Variations
Color information
#C55E4C (or 0xC55E4C) is known color: Flame Pea. HEX triplet: C5, 5E and 4C. RGB value is (197,94,76). Sum of RGB (Red+Green+Blue) = 197+94+76=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E4C is #3AA1B3. Grayscale: #7A7A7A. Windows color (decimal): -3842484 or 5004997. OLE color: 5004997.
HSL color Cylindrical-coordinate representation of color #C55E4C: hue angle of 8.93º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55E4C is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 76 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.23 |
| HSL | 8.93º | 0.51% | 0.54% | - |
| HSV(B) | 8.93º | 0.61% | 0.77% | - |
| XYZ | 28.33 | 20.4 | 9.28 | - |
| YUV | 122.75 | 101.62 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 76 | 0 | 0.52 | 0.61 | 0.23 | 8.93 | 0.51 | 0.54 |
| Hex | C5 | 5E | 4C | 0 | 34 | 3D | 17 | 9 | 33 | 36 |
| Octal | 305 | 136 | 114 | 0 | 64 | 75 | 27 | 11 | 63 | 66 |
| Binary | 11000101 | 1011110 | 1001100 | 0 | 110100 | 111101 | 10111 | 1001 | 110011 | 110110 |
Color Harmonies of #C55E4C
Complementary color
Monochromatic Colors of #C55E4C
Black with #C55E4C
Text Example
Text Example
White with #C55E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E4C; }
p { color: rgb(197,94,76); }
H1.HeaderClassName
{
color: #C55E4C;
}
.AnyTagClassName
{
color: #C55E4C;
}
</style>
background-color css
<style>
a { background-color: #C55E4C; }
a { background-color: rgb(197,94,76); }
div.DivClassName
{
background-color: #C55E4C;
}
.BgClassName
{
background-color: #C55E4C;
}
</style>
border-color css
<style>
span { border-color: #C55E4C; }
span { border-color: rgb(197,94,76); }
td.TdClassName
{
border-color: #C55E4C;
}
.TagClassName
{
border-color: #C55E4C;
}
</style>