Shades of Flame Pea #C55F4A
Tints of Flame Pea #C55F4A
RGB
CMYK
RGB Variations
Color information
#C55F4A (or 0xC55F4A) is known color: Flame Pea. HEX triplet: C5, 5F and 4A. RGB value is (197,95,74). Sum of RGB (Red+Green+Blue) = 197+95+74=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F4A is #3AA0B5. Grayscale: #7B7B7B. Windows color (decimal): -3842230 or 4874181. OLE color: 4874181.
HSL color Cylindrical-coordinate representation of color #C55F4A: hue angle of 10.24º 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 #C55F4A is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 74 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.23 |
| HSL | 10.24º | 0.51% | 0.53% | - |
| HSV(B) | 10.24º | 0.62% | 0.77% | - |
| XYZ | 28.35 | 20.55 | 8.95 | - |
| YUV | 123.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 74 | 0 | 0.52 | 0.62 | 0.23 | 10.24 | 0.51 | 0.53 |
| Hex | C5 | 5F | 4A | 0 | 34 | 3E | 17 | A | 33 | 35 |
| Octal | 305 | 137 | 112 | 0 | 64 | 76 | 27 | 12 | 63 | 65 |
| Binary | 11000101 | 1011111 | 1001010 | 0 | 110100 | 111110 | 10111 | 1010 | 110011 | 110101 |
Color Harmonies of #C55F4A
Complementary color
Monochromatic Colors of #C55F4A
Black with #C55F4A
Text Example
Text Example
White with #C55F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F4A; }
p { color: rgb(197,95,74); }
H1.HeaderClassName
{
color: #C55F4A;
}
.AnyTagClassName
{
color: #C55F4A;
}
</style>
background-color css
<style>
a { background-color: #C55F4A; }
a { background-color: rgb(197,95,74); }
div.DivClassName
{
background-color: #C55F4A;
}
.BgClassName
{
background-color: #C55F4A;
}
</style>
border-color css
<style>
span { border-color: #C55F4A; }
span { border-color: rgb(197,95,74); }
td.TdClassName
{
border-color: #C55F4A;
}
.TagClassName
{
border-color: #C55F4A;
}
</style>