Shades of Flame Pea #C45F41
Tints of Flame Pea #C45F41
RGB
CMYK
RGB Variations
Color information
#C45F41 (or 0xC45F41) is known color: Flame Pea. HEX triplet: C4, 5F and 41. RGB value is (196,95,65). Sum of RGB (Red+Green+Blue) = 196+95+65=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45F41 is #3BA0BE. Grayscale: #7A7A7A. Windows color (decimal): -3907775 or 4284356. OLE color: 4284356.
HSL color Cylindrical-coordinate representation of color #C45F41: hue angle of 13.74º 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 #C45F41 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 65 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.23 |
| HSL | 13.74º | 0.53% | 0.51% | - |
| HSV(B) | 13.74º | 0.67% | 0.77% | - |
| XYZ | 27.81 | 20.3 | 7.45 | - |
| YUV | 121.78 | 95.96 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 65 | 0 | 0.52 | 0.67 | 0.23 | 13.74 | 0.53 | 0.51 |
| Hex | C4 | 5F | 41 | 0 | 34 | 43 | 17 | E | 35 | 33 |
| Octal | 304 | 137 | 101 | 0 | 64 | 103 | 27 | 16 | 65 | 63 |
| Binary | 11000100 | 1011111 | 1000001 | 0 | 110100 | 1000011 | 10111 | 1110 | 110101 | 110011 |
Color Harmonies of #C45F41
Complementary color
Monochromatic Colors of #C45F41
Black with #C45F41
Text Example
Text Example
White with #C45F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F41; }
p { color: rgb(196,95,65); }
H1.HeaderClassName
{
color: #C45F41;
}
.AnyTagClassName
{
color: #C45F41;
}
</style>
background-color css
<style>
a { background-color: #C45F41; }
a { background-color: rgb(196,95,65); }
div.DivClassName
{
background-color: #C45F41;
}
.BgClassName
{
background-color: #C45F41;
}
</style>
border-color css
<style>
span { border-color: #C45F41; }
span { border-color: rgb(196,95,65); }
td.TdClassName
{
border-color: #C45F41;
}
.TagClassName
{
border-color: #C45F41;
}
</style>