Shades of Flame Pea #C55D4A
Tints of Flame Pea #C55D4A
RGB
CMYK
RGB Variations
Color information
#C55D4A (or 0xC55D4A) is known color: Flame Pea. HEX triplet: C5, 5D and 4A. RGB value is (197,93,74). Sum of RGB (Red+Green+Blue) = 197+93+74=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D4A is #3AA2B5. Grayscale: #7A7A7A. Windows color (decimal): -3842742 or 4873669. OLE color: 4873669.
HSL color Cylindrical-coordinate representation of color #C55D4A: hue angle of 9.27º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C55D4A is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 74 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.23 |
| HSL | 9.27º | 0.51% | 0.53% | - |
| HSV(B) | 9.27º | 0.62% | 0.77% | - |
| XYZ | 28.18 | 20.19 | 8.89 | - |
| YUV | 121.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 74 | 0 | 0.53 | 0.62 | 0.23 | 9.27 | 0.51 | 0.53 |
| Hex | C5 | 5D | 4A | 0 | 35 | 3E | 17 | 9 | 33 | 35 |
| Octal | 305 | 135 | 112 | 0 | 65 | 76 | 27 | 11 | 63 | 65 |
| Binary | 11000101 | 1011101 | 1001010 | 0 | 110101 | 111110 | 10111 | 1001 | 110011 | 110101 |
Color Harmonies of #C55D4A
Complementary color
Monochromatic Colors of #C55D4A
Black with #C55D4A
Text Example
Text Example
White with #C55D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D4A; }
p { color: rgb(197,93,74); }
H1.HeaderClassName
{
color: #C55D4A;
}
.AnyTagClassName
{
color: #C55D4A;
}
</style>
background-color css
<style>
a { background-color: #C55D4A; }
a { background-color: rgb(197,93,74); }
div.DivClassName
{
background-color: #C55D4A;
}
.BgClassName
{
background-color: #C55D4A;
}
</style>
border-color css
<style>
span { border-color: #C55D4A; }
span { border-color: rgb(197,93,74); }
td.TdClassName
{
border-color: #C55D4A;
}
.TagClassName
{
border-color: #C55D4A;
}
</style>