Shades of Flame Pea #C45E41
Tints of Flame Pea #C45E41
RGB
CMYK
RGB Variations
Color information
#C45E41 (or 0xC45E41) is known color: Flame Pea. HEX triplet: C4, 5E and 41. RGB value is (196,94,65). Sum of RGB (Red+Green+Blue) = 196+94+65=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45E41 is #3BA1BE. Grayscale: #797979. Windows color (decimal): -3908031 or 4284100. OLE color: 4284100.
HSL color Cylindrical-coordinate representation of color #C45E41: hue angle of 13.28º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C45E41 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 94 | 65 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.23 |
| HSL | 13.28º | 0.53% | 0.51% | - |
| HSV(B) | 13.28º | 0.67% | 0.77% | - |
| XYZ | 27.72 | 20.12 | 7.42 | - |
| YUV | 121.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 65 | 0 | 0.52 | 0.67 | 0.23 | 13.28 | 0.53 | 0.51 |
| Hex | C4 | 5E | 41 | 0 | 34 | 43 | 17 | D | 35 | 33 |
| Octal | 304 | 136 | 101 | 0 | 64 | 103 | 27 | 15 | 65 | 63 |
| Binary | 11000100 | 1011110 | 1000001 | 0 | 110100 | 1000011 | 10111 | 1101 | 110101 | 110011 |
Color Harmonies of #C45E41
Complementary color
Monochromatic Colors of #C45E41
Black with #C45E41
Text Example
Text Example
White with #C45E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45E41; }
p { color: rgb(196,94,65); }
H1.HeaderClassName
{
color: #C45E41;
}
.AnyTagClassName
{
color: #C45E41;
}
</style>
background-color css
<style>
a { background-color: #C45E41; }
a { background-color: rgb(196,94,65); }
div.DivClassName
{
background-color: #C45E41;
}
.BgClassName
{
background-color: #C45E41;
}
</style>
border-color css
<style>
span { border-color: #C45E41; }
span { border-color: rgb(196,94,65); }
td.TdClassName
{
border-color: #C45E41;
}
.TagClassName
{
border-color: #C45E41;
}
</style>