Shades of Flame Pea #C5624A
Tints of Flame Pea #C5624A
RGB
CMYK
RGB Variations
Color information
#C5624A (or 0xC5624A) is known color: Flame Pea. HEX triplet: C5, 62 and 4A. RGB value is (197,98,74). Sum of RGB (Red+Green+Blue) = 197+98+74=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5624A is #3A9DB5. Grayscale: #7D7D7D. Windows color (decimal): -3841462 or 4874949. OLE color: 4874949.
HSL color Cylindrical-coordinate representation of color #C5624A: hue angle of 11.71º 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 #C5624A is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 74 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.23 |
| HSL | 11.71º | 0.51% | 0.53% | - |
| HSV(B) | 11.71º | 0.62% | 0.77% | - |
| XYZ | 28.63 | 21.1 | 9.04 | - |
| YUV | 124.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 74 | 0 | 0.50 | 0.62 | 0.23 | 11.71 | 0.51 | 0.53 |
| Hex | C5 | 62 | 4A | 0 | 32 | 3E | 17 | C | 33 | 35 |
| Octal | 305 | 142 | 112 | 0 | 62 | 76 | 27 | 14 | 63 | 65 |
| Binary | 11000101 | 1100010 | 1001010 | 0 | 110010 | 111110 | 10111 | 1100 | 110011 | 110101 |
Color Harmonies of #C5624A
Complementary color
Monochromatic Colors of #C5624A
Black with #C5624A
Text Example
Text Example
White with #C5624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5624A; }
p { color: rgb(197,98,74); }
H1.HeaderClassName
{
color: #C5624A;
}
.AnyTagClassName
{
color: #C5624A;
}
</style>
background-color css
<style>
a { background-color: #C5624A; }
a { background-color: rgb(197,98,74); }
div.DivClassName
{
background-color: #C5624A;
}
.BgClassName
{
background-color: #C5624A;
}
</style>
border-color css
<style>
span { border-color: #C5624A; }
span { border-color: rgb(197,98,74); }
td.TdClassName
{
border-color: #C5624A;
}
.TagClassName
{
border-color: #C5624A;
}
</style>