Shades of Flame Pea #C5624C
Tints of Flame Pea #C5624C
RGB
CMYK
RGB Variations
Color information
#C5624C (or 0xC5624C) is known color: Flame Pea. HEX triplet: C5, 62 and 4C. RGB value is (197,98,76). Sum of RGB (Red+Green+Blue) = 197+98+76=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5624C is #3A9DB3. Grayscale: #7D7D7D. Windows color (decimal): -3841460 or 5006021. OLE color: 5006021.
HSL color Cylindrical-coordinate representation of color #C5624C: hue angle of 10.91º 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 #C5624C is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 76 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.23 |
| HSL | 10.91º | 0.51% | 0.54% | - |
| HSV(B) | 10.91º | 0.61% | 0.77% | - |
| XYZ | 28.7 | 21.13 | 9.4 | - |
| YUV | 125.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 76 | 0 | 0.50 | 0.61 | 0.23 | 10.91 | 0.51 | 0.54 |
| Hex | C5 | 62 | 4C | 0 | 32 | 3D | 17 | B | 33 | 36 |
| Octal | 305 | 142 | 114 | 0 | 62 | 75 | 27 | 13 | 63 | 66 |
| Binary | 11000101 | 1100010 | 1001100 | 0 | 110010 | 111101 | 10111 | 1011 | 110011 | 110110 |
Color Harmonies of #C5624C
Complementary color
Monochromatic Colors of #C5624C
Black with #C5624C
Text Example
Text Example
White with #C5624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5624C; }
p { color: rgb(197,98,76); }
H1.HeaderClassName
{
color: #C5624C;
}
.AnyTagClassName
{
color: #C5624C;
}
</style>
background-color css
<style>
a { background-color: #C5624C; }
a { background-color: rgb(197,98,76); }
div.DivClassName
{
background-color: #C5624C;
}
.BgClassName
{
background-color: #C5624C;
}
</style>
border-color css
<style>
span { border-color: #C5624C; }
span { border-color: rgb(197,98,76); }
td.TdClassName
{
border-color: #C5624C;
}
.TagClassName
{
border-color: #C5624C;
}
</style>