Shades of Flame Pea #C45A40
Tints of Flame Pea #C45A40
RGB
CMYK
RGB Variations
Color information
#C45A40 (or 0xC45A40) is known color: Flame Pea. HEX triplet: C4, 5A and 40. RGB value is (196,90,64). Sum of RGB (Red+Green+Blue) = 196+90+64=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A40 is #3BA5BF. Grayscale: #767676. Windows color (decimal): -3909056 or 4217540. OLE color: 4217540.
HSL color Cylindrical-coordinate representation of color #C45A40: hue angle of 11.82º 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 #C45A40 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 64 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.23 |
| HSL | 11.82º | 0.53% | 0.51% | - |
| HSV(B) | 11.82º | 0.67% | 0.77% | - |
| XYZ | 27.35 | 19.42 | 7.16 | - |
| YUV | 118.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 64 | 0 | 0.54 | 0.67 | 0.23 | 11.82 | 0.53 | 0.51 |
| Hex | C4 | 5A | 40 | 0 | 36 | 43 | 17 | C | 35 | 33 |
| Octal | 304 | 132 | 100 | 0 | 66 | 103 | 27 | 14 | 65 | 63 |
| Binary | 11000100 | 1011010 | 1000000 | 0 | 110110 | 1000011 | 10111 | 1100 | 110101 | 110011 |
Color Harmonies of #C45A40
Complementary color
Monochromatic Colors of #C45A40
Black with #C45A40
Text Example
Text Example
White with #C45A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A40; }
p { color: rgb(196,90,64); }
H1.HeaderClassName
{
color: #C45A40;
}
.AnyTagClassName
{
color: #C45A40;
}
</style>
background-color css
<style>
a { background-color: #C45A40; }
a { background-color: rgb(196,90,64); }
div.DivClassName
{
background-color: #C45A40;
}
.BgClassName
{
background-color: #C45A40;
}
</style>
border-color css
<style>
span { border-color: #C45A40; }
span { border-color: rgb(196,90,64); }
td.TdClassName
{
border-color: #C45A40;
}
.TagClassName
{
border-color: #C45A40;
}
</style>