Shades of Flame Pea #C46449
Tints of Flame Pea #C46449
RGB
CMYK
RGB Variations
Color information
#C46449 (or 0xC46449) is known color: Flame Pea. HEX triplet: C4, 64 and 49. RGB value is (196,100,73). Sum of RGB (Red+Green+Blue) = 196+100+73=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C46449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46449 is #3B9BB6. Grayscale: #7D7D7D. Windows color (decimal): -3906487 or 4809924. OLE color: 4809924.
HSL color Cylindrical-coordinate representation of color #C46449: hue angle of 13.17º 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 #C46449 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 100 | 73 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.23 |
| HSL | 13.17º | 0.51% | 0.53% | - |
| HSV(B) | 13.17º | 0.63% | 0.77% | - |
| XYZ | 28.52 | 21.33 | 8.92 | - |
| YUV | 125.63 | 98.3 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 73 | 0 | 0.49 | 0.63 | 0.23 | 13.17 | 0.51 | 0.53 |
| Hex | C4 | 64 | 49 | 0 | 31 | 3F | 17 | D | 33 | 35 |
| Octal | 304 | 144 | 111 | 0 | 61 | 77 | 27 | 15 | 63 | 65 |
| Binary | 11000100 | 1100100 | 1001001 | 0 | 110001 | 111111 | 10111 | 1101 | 110011 | 110101 |
Color Harmonies of #C46449
Complementary color
Monochromatic Colors of #C46449
Black with #C46449
Text Example
Text Example
White with #C46449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46449; }
p { color: rgb(196,100,73); }
H1.HeaderClassName
{
color: #C46449;
}
.AnyTagClassName
{
color: #C46449;
}
</style>
background-color css
<style>
a { background-color: #C46449; }
a { background-color: rgb(196,100,73); }
div.DivClassName
{
background-color: #C46449;
}
.BgClassName
{
background-color: #C46449;
}
</style>
border-color css
<style>
span { border-color: #C46449; }
span { border-color: rgb(196,100,73); }
td.TdClassName
{
border-color: #C46449;
}
.TagClassName
{
border-color: #C46449;
}
</style>