Shades of Flame Pea #C45D41
Tints of Flame Pea #C45D41
RGB
CMYK
RGB Variations
Color information
#C45D41 (or 0xC45D41) is known color: Flame Pea. HEX triplet: C4, 5D and 41. RGB value is (196,93,65). Sum of RGB (Red+Green+Blue) = 196+93+65=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45D41 is #3BA2BE. Grayscale: #787878. Windows color (decimal): -3908287 or 4283844. OLE color: 4283844.
HSL color Cylindrical-coordinate representation of color #C45D41: hue angle of 12.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 #C45D41 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 65 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.23 |
| HSL | 12.82º | 0.53% | 0.51% | - |
| HSV(B) | 12.82º | 0.67% | 0.77% | - |
| XYZ | 27.63 | 19.95 | 7.39 | - |
| YUV | 120.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 65 | 0 | 0.53 | 0.67 | 0.23 | 12.82 | 0.53 | 0.51 |
| Hex | C4 | 5D | 41 | 0 | 35 | 43 | 17 | D | 35 | 33 |
| Octal | 304 | 135 | 101 | 0 | 65 | 103 | 27 | 15 | 65 | 63 |
| Binary | 11000100 | 1011101 | 1000001 | 0 | 110101 | 1000011 | 10111 | 1101 | 110101 | 110011 |
Color Harmonies of #C45D41
Complementary color
Monochromatic Colors of #C45D41
Black with #C45D41
Text Example
Text Example
White with #C45D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D41; }
p { color: rgb(196,93,65); }
H1.HeaderClassName
{
color: #C45D41;
}
.AnyTagClassName
{
color: #C45D41;
}
</style>
background-color css
<style>
a { background-color: #C45D41; }
a { background-color: rgb(196,93,65); }
div.DivClassName
{
background-color: #C45D41;
}
.BgClassName
{
background-color: #C45D41;
}
</style>
border-color css
<style>
span { border-color: #C45D41; }
span { border-color: rgb(196,93,65); }
td.TdClassName
{
border-color: #C45D41;
}
.TagClassName
{
border-color: #C45D41;
}
</style>