Shades of Flame Pea #C5604A
Tints of Flame Pea #C5604A
RGB
CMYK
RGB Variations
Color information
#C5604A (or 0xC5604A) is known color: Flame Pea. HEX triplet: C5, 60 and 4A. RGB value is (197,96,74). Sum of RGB (Red+Green+Blue) = 197+96+74=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C5604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5604A is #3A9FB5. Grayscale: #7B7B7B. Windows color (decimal): -3841974 or 4874437. OLE color: 4874437.
HSL color Cylindrical-coordinate representation of color #C5604A: hue angle of 10.73º 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 #C5604A is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 74 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.23 |
| HSL | 10.73º | 0.51% | 0.53% | - |
| HSV(B) | 10.73º | 0.62% | 0.77% | - |
| XYZ | 28.44 | 20.73 | 8.98 | - |
| YUV | 123.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 74 | 0 | 0.51 | 0.62 | 0.23 | 10.73 | 0.51 | 0.53 |
| Hex | C5 | 60 | 4A | 0 | 33 | 3E | 17 | B | 33 | 35 |
| Octal | 305 | 140 | 112 | 0 | 63 | 76 | 27 | 13 | 63 | 65 |
| Binary | 11000101 | 1100000 | 1001010 | 0 | 110011 | 111110 | 10111 | 1011 | 110011 | 110101 |
Color Harmonies of #C5604A
Complementary color
Monochromatic Colors of #C5604A
Black with #C5604A
Text Example
Text Example
White with #C5604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5604A; }
p { color: rgb(197,96,74); }
H1.HeaderClassName
{
color: #C5604A;
}
.AnyTagClassName
{
color: #C5604A;
}
</style>
background-color css
<style>
a { background-color: #C5604A; }
a { background-color: rgb(197,96,74); }
div.DivClassName
{
background-color: #C5604A;
}
.BgClassName
{
background-color: #C5604A;
}
</style>
border-color css
<style>
span { border-color: #C5604A; }
span { border-color: rgb(197,96,74); }
td.TdClassName
{
border-color: #C5604A;
}
.TagClassName
{
border-color: #C5604A;
}
</style>