Shades of Flame Pea #C5594C
Tints of Flame Pea #C5594C
RGB
CMYK
RGB Variations
Color information
#C5594C (or 0xC5594C) is known color: Flame Pea. HEX triplet: C5, 59 and 4C. RGB value is (197,89,76). Sum of RGB (Red+Green+Blue) = 197+89+76=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5594C is #3AA6B3. Grayscale: #777777. Windows color (decimal): -3843764 or 5003717. OLE color: 5003717.
HSL color Cylindrical-coordinate representation of color #C5594C: hue angle of 6.45º 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 #C5594C is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 76 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.23 |
| HSL | 6.45º | 0.51% | 0.54% | - |
| HSV(B) | 6.45º | 0.61% | 0.77% | - |
| XYZ | 27.9 | 19.54 | 9.14 | - |
| YUV | 119.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 76 | 0 | 0.55 | 0.61 | 0.23 | 6.45 | 0.51 | 0.54 |
| Hex | C5 | 59 | 4C | 0 | 37 | 3D | 17 | 6 | 33 | 36 |
| Octal | 305 | 131 | 114 | 0 | 67 | 75 | 27 | 6 | 63 | 66 |
| Binary | 11000101 | 1011001 | 1001100 | 0 | 110111 | 111101 | 10111 | 110 | 110011 | 110110 |
Color Harmonies of #C5594C
Complementary color
Monochromatic Colors of #C5594C
Black with #C5594C
Text Example
Text Example
White with #C5594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5594C; }
p { color: rgb(197,89,76); }
H1.HeaderClassName
{
color: #C5594C;
}
.AnyTagClassName
{
color: #C5594C;
}
</style>
background-color css
<style>
a { background-color: #C5594C; }
a { background-color: rgb(197,89,76); }
div.DivClassName
{
background-color: #C5594C;
}
.BgClassName
{
background-color: #C5594C;
}
</style>
border-color css
<style>
span { border-color: #C5594C; }
span { border-color: rgb(197,89,76); }
td.TdClassName
{
border-color: #C5594C;
}
.TagClassName
{
border-color: #C5594C;
}
</style>