Shades of Flame Pea #C45E4A
Tints of Flame Pea #C45E4A
RGB
CMYK
RGB Variations
Color information
#C45E4A (or 0xC45E4A) is known color: Flame Pea. HEX triplet: C4, 5E and 4A. RGB value is (196,94,74). Sum of RGB (Red+Green+Blue) = 196+94+74=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45E4A is #3BA1B5. Grayscale: #7A7A7A. Windows color (decimal): -3908022 or 4873924. OLE color: 4873924.
HSL color Cylindrical-coordinate representation of color #C45E4A: hue angle of 9.84º 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 #C45E4A is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 94 | 74 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.23 |
| HSL | 9.84º | 0.51% | 0.53% | - |
| HSV(B) | 9.84º | 0.62% | 0.77% | - |
| XYZ | 28 | 20.24 | 8.91 | - |
| YUV | 122.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 74 | 0 | 0.52 | 0.62 | 0.23 | 9.84 | 0.51 | 0.53 |
| Hex | C4 | 5E | 4A | 0 | 34 | 3E | 17 | A | 33 | 35 |
| Octal | 304 | 136 | 112 | 0 | 64 | 76 | 27 | 12 | 63 | 65 |
| Binary | 11000100 | 1011110 | 1001010 | 0 | 110100 | 111110 | 10111 | 1010 | 110011 | 110101 |
Color Harmonies of #C45E4A
Complementary color
Monochromatic Colors of #C45E4A
Black with #C45E4A
Text Example
Text Example
White with #C45E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45E4A; }
p { color: rgb(196,94,74); }
H1.HeaderClassName
{
color: #C45E4A;
}
.AnyTagClassName
{
color: #C45E4A;
}
</style>
background-color css
<style>
a { background-color: #C45E4A; }
a { background-color: rgb(196,94,74); }
div.DivClassName
{
background-color: #C45E4A;
}
.BgClassName
{
background-color: #C45E4A;
}
</style>
border-color css
<style>
span { border-color: #C45E4A; }
span { border-color: rgb(196,94,74); }
td.TdClassName
{
border-color: #C45E4A;
}
.TagClassName
{
border-color: #C45E4A;
}
</style>