Shades of Flame Pea #C5614A
Tints of Flame Pea #C5614A
RGB
CMYK
RGB Variations
Color information
#C5614A (or 0xC5614A) is known color: Flame Pea. HEX triplet: C5, 61 and 4A. RGB value is (197,97,74). Sum of RGB (Red+Green+Blue) = 197+97+74=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C5614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5614A is #3A9EB5. Grayscale: #7C7C7C. Windows color (decimal): -3841718 or 4874693. OLE color: 4874693.
HSL color Cylindrical-coordinate representation of color #C5614A: hue angle of 11.22º 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 #C5614A is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 74 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.23 |
| HSL | 11.22º | 0.51% | 0.53% | - |
| HSV(B) | 11.22º | 0.62% | 0.77% | - |
| XYZ | 28.54 | 20.91 | 9.01 | - |
| YUV | 124.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 74 | 0 | 0.51 | 0.62 | 0.23 | 11.22 | 0.51 | 0.53 |
| Hex | C5 | 61 | 4A | 0 | 33 | 3E | 17 | B | 33 | 35 |
| Octal | 305 | 141 | 112 | 0 | 63 | 76 | 27 | 13 | 63 | 65 |
| Binary | 11000101 | 1100001 | 1001010 | 0 | 110011 | 111110 | 10111 | 1011 | 110011 | 110101 |
Color Harmonies of #C5614A
Complementary color
Monochromatic Colors of #C5614A
Black with #C5614A
Text Example
Text Example
White with #C5614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5614A; }
p { color: rgb(197,97,74); }
H1.HeaderClassName
{
color: #C5614A;
}
.AnyTagClassName
{
color: #C5614A;
}
</style>
background-color css
<style>
a { background-color: #C5614A; }
a { background-color: rgb(197,97,74); }
div.DivClassName
{
background-color: #C5614A;
}
.BgClassName
{
background-color: #C5614A;
}
</style>
border-color css
<style>
span { border-color: #C5614A; }
span { border-color: rgb(197,97,74); }
td.TdClassName
{
border-color: #C5614A;
}
.TagClassName
{
border-color: #C5614A;
}
</style>