Shades of Flame Pea #C45D40
Tints of Flame Pea #C45D40
RGB
CMYK
RGB Variations
Color information
#C45D40 (or 0xC45D40) is known color: Flame Pea. HEX triplet: C4, 5D and 40. RGB value is (196,93,64). Sum of RGB (Red+Green+Blue) = 196+93+64=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45D40 is #3BA2BF. Grayscale: #787878. Windows color (decimal): -3908288 or 4218308. OLE color: 4218308.
HSL color Cylindrical-coordinate representation of color #C45D40: hue angle of 13.18º 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 #C45D40 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 64 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.23 |
| HSL | 13.18º | 0.53% | 0.51% | - |
| HSV(B) | 13.18º | 0.67% | 0.77% | - |
| XYZ | 27.6 | 19.93 | 7.24 | - |
| YUV | 120.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 64 | 0 | 0.53 | 0.67 | 0.23 | 13.18 | 0.53 | 0.51 |
| Hex | C4 | 5D | 40 | 0 | 35 | 43 | 17 | D | 35 | 33 |
| Octal | 304 | 135 | 100 | 0 | 65 | 103 | 27 | 15 | 65 | 63 |
| Binary | 11000100 | 1011101 | 1000000 | 0 | 110101 | 1000011 | 10111 | 1101 | 110101 | 110011 |
Color Harmonies of #C45D40
Complementary color
Monochromatic Colors of #C45D40
Black with #C45D40
Text Example
Text Example
White with #C45D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D40; }
p { color: rgb(196,93,64); }
H1.HeaderClassName
{
color: #C45D40;
}
.AnyTagClassName
{
color: #C45D40;
}
</style>
background-color css
<style>
a { background-color: #C45D40; }
a { background-color: rgb(196,93,64); }
div.DivClassName
{
background-color: #C45D40;
}
.BgClassName
{
background-color: #C45D40;
}
</style>
border-color css
<style>
span { border-color: #C45D40; }
span { border-color: rgb(196,93,64); }
td.TdClassName
{
border-color: #C45D40;
}
.TagClassName
{
border-color: #C45D40;
}
</style>