Shades of Flame Pea #C45949
Tints of Flame Pea #C45949
RGB
CMYK
RGB Variations
Color information
#C45949 (or 0xC45949) is known color: Flame Pea. HEX triplet: C4, 59 and 49. RGB value is (196,89,73). Sum of RGB (Red+Green+Blue) = 196+89+73=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C45949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45949 is #3BA6B6. Grayscale: #777777. Windows color (decimal): -3909303 or 4807108. OLE color: 4807108.
HSL color Cylindrical-coordinate representation of color #C45949: hue angle of 7.8º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C45949 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 73 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.23 |
| HSL | 7.8º | 0.51% | 0.53% | - |
| HSV(B) | 7.8º | 0.63% | 0.77% | - |
| XYZ | 27.54 | 19.36 | 8.59 | - |
| YUV | 119.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 73 | 0 | 0.55 | 0.63 | 0.23 | 7.8 | 0.51 | 0.53 |
| Hex | C4 | 59 | 49 | 0 | 37 | 3F | 17 | 8 | 33 | 35 |
| Octal | 304 | 131 | 111 | 0 | 67 | 77 | 27 | 10 | 63 | 65 |
| Binary | 11000100 | 1011001 | 1001001 | 0 | 110111 | 111111 | 10111 | 1000 | 110011 | 110101 |
Color Harmonies of #C45949
Complementary color
Monochromatic Colors of #C45949
Black with #C45949
Text Example
Text Example
White with #C45949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45949; }
p { color: rgb(196,89,73); }
H1.HeaderClassName
{
color: #C45949;
}
.AnyTagClassName
{
color: #C45949;
}
</style>
background-color css
<style>
a { background-color: #C45949; }
a { background-color: rgb(196,89,73); }
div.DivClassName
{
background-color: #C45949;
}
.BgClassName
{
background-color: #C45949;
}
</style>
border-color css
<style>
span { border-color: #C45949; }
span { border-color: rgb(196,89,73); }
td.TdClassName
{
border-color: #C45949;
}
.TagClassName
{
border-color: #C45949;
}
</style>