Shades of Flame Pea #C5584A
Tints of Flame Pea #C5584A
RGB
CMYK
RGB Variations
Color information
#C5584A (or 0xC5584A) is known color: Flame Pea. HEX triplet: C5, 58 and 4A. RGB value is (197,88,74). Sum of RGB (Red+Green+Blue) = 197+88+74=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5584A is #3AA7B5. Grayscale: #777777. Windows color (decimal): -3844022 or 4872389. OLE color: 4872389.
HSL color Cylindrical-coordinate representation of color #C5584A: hue angle of 6.83º 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 #C5584A is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 74 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.23 |
| HSL | 6.83º | 0.51% | 0.53% | - |
| HSV(B) | 6.83º | 0.62% | 0.77% | - |
| XYZ | 27.75 | 19.34 | 8.75 | - |
| YUV | 119 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 74 | 0 | 0.55 | 0.62 | 0.23 | 6.83 | 0.51 | 0.53 |
| Hex | C5 | 58 | 4A | 0 | 37 | 3E | 17 | 7 | 33 | 35 |
| Octal | 305 | 130 | 112 | 0 | 67 | 76 | 27 | 7 | 63 | 65 |
| Binary | 11000101 | 1011000 | 1001010 | 0 | 110111 | 111110 | 10111 | 111 | 110011 | 110101 |
Color Harmonies of #C5584A
Complementary color
Monochromatic Colors of #C5584A
Black with #C5584A
Text Example
Text Example
White with #C5584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5584A; }
p { color: rgb(197,88,74); }
H1.HeaderClassName
{
color: #C5584A;
}
.AnyTagClassName
{
color: #C5584A;
}
</style>
background-color css
<style>
a { background-color: #C5584A; }
a { background-color: rgb(197,88,74); }
div.DivClassName
{
background-color: #C5584A;
}
.BgClassName
{
background-color: #C5584A;
}
</style>
border-color css
<style>
span { border-color: #C5584A; }
span { border-color: rgb(197,88,74); }
td.TdClassName
{
border-color: #C5584A;
}
.TagClassName
{
border-color: #C5584A;
}
</style>