Shades of Flame Pea #C46049
Tints of Flame Pea #C46049
RGB
CMYK
RGB Variations
Color information
#C46049 (or 0xC46049) is known color: Flame Pea. HEX triplet: C4, 60 and 49. RGB value is (196,96,73). Sum of RGB (Red+Green+Blue) = 196+96+73=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C46049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46049 is #3B9FB6. Grayscale: #7B7B7B. Windows color (decimal): -3907511 or 4808900. OLE color: 4808900.
HSL color Cylindrical-coordinate representation of color #C46049: hue angle of 11.22º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C46049 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 73 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.23 |
| HSL | 11.22º | 0.51% | 0.53% | - |
| HSV(B) | 11.22º | 0.63% | 0.77% | - |
| XYZ | 28.15 | 20.58 | 8.79 | - |
| YUV | 123.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 73 | 0 | 0.51 | 0.63 | 0.23 | 11.22 | 0.51 | 0.53 |
| Hex | C4 | 60 | 49 | 0 | 33 | 3F | 17 | B | 33 | 35 |
| Octal | 304 | 140 | 111 | 0 | 63 | 77 | 27 | 13 | 63 | 65 |
| Binary | 11000100 | 1100000 | 1001001 | 0 | 110011 | 111111 | 10111 | 1011 | 110011 | 110101 |
Color Harmonies of #C46049
Complementary color
Monochromatic Colors of #C46049
Black with #C46049
Text Example
Text Example
White with #C46049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46049; }
p { color: rgb(196,96,73); }
H1.HeaderClassName
{
color: #C46049;
}
.AnyTagClassName
{
color: #C46049;
}
</style>
background-color css
<style>
a { background-color: #C46049; }
a { background-color: rgb(196,96,73); }
div.DivClassName
{
background-color: #C46049;
}
.BgClassName
{
background-color: #C46049;
}
</style>
border-color css
<style>
span { border-color: #C46049; }
span { border-color: rgb(196,96,73); }
td.TdClassName
{
border-color: #C46049;
}
.TagClassName
{
border-color: #C46049;
}
</style>