Shades of Flame Pea #C5594B
Tints of Flame Pea #C5594B
RGB
CMYK
RGB Variations
Color information
#C5594B (or 0xC5594B) is known color: Flame Pea. HEX triplet: C5, 59 and 4B. RGB value is (197,89,75). Sum of RGB (Red+Green+Blue) = 197+89+75=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5594B is #3AA6B4. Grayscale: #777777. Windows color (decimal): -3843765 or 4938181. OLE color: 4938181.
HSL color Cylindrical-coordinate representation of color #C5594B: hue angle of 6.89º 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 #C5594B is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 75 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.23 |
| HSL | 6.89º | 0.51% | 0.53% | - |
| HSV(B) | 6.89º | 0.62% | 0.77% | - |
| XYZ | 27.87 | 19.52 | 8.96 | - |
| YUV | 119.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 75 | 0 | 0.55 | 0.62 | 0.23 | 6.89 | 0.51 | 0.53 |
| Hex | C5 | 59 | 4B | 0 | 37 | 3E | 17 | 7 | 33 | 35 |
| Octal | 305 | 131 | 113 | 0 | 67 | 76 | 27 | 7 | 63 | 65 |
| Binary | 11000101 | 1011001 | 1001011 | 0 | 110111 | 111110 | 10111 | 111 | 110011 | 110101 |
Color Harmonies of #C5594B
Complementary color
Monochromatic Colors of #C5594B
Black with #C5594B
Text Example
Text Example
White with #C5594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5594B; }
p { color: rgb(197,89,75); }
H1.HeaderClassName
{
color: #C5594B;
}
.AnyTagClassName
{
color: #C5594B;
}
</style>
background-color css
<style>
a { background-color: #C5594B; }
a { background-color: rgb(197,89,75); }
div.DivClassName
{
background-color: #C5594B;
}
.BgClassName
{
background-color: #C5594B;
}
</style>
border-color css
<style>
span { border-color: #C5594B; }
span { border-color: rgb(197,89,75); }
td.TdClassName
{
border-color: #C5594B;
}
.TagClassName
{
border-color: #C5594B;
}
</style>