Shades of Flame Pea #C46446
Tints of Flame Pea #C46446
RGB
CMYK
RGB Variations
Color information
#C46446 (or 0xC46446) is known color: Flame Pea. HEX triplet: C4, 64 and 46. RGB value is (196,100,70). Sum of RGB (Red+Green+Blue) = 196+100+70=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C46446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46446 is #3B9BB9. Grayscale: #7D7D7D. Windows color (decimal): -3906490 or 4613316. OLE color: 4613316.
HSL color Cylindrical-coordinate representation of color #C46446: hue angle of 14.29º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C46446 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 100 | 70 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.23 |
| HSL | 14.29º | 0.52% | 0.52% | - |
| HSV(B) | 14.29º | 0.64% | 0.77% | - |
| XYZ | 28.43 | 21.29 | 8.41 | - |
| YUV | 125.28 | 96.8 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 70 | 0 | 0.49 | 0.64 | 0.23 | 14.29 | 0.52 | 0.52 |
| Hex | C4 | 64 | 46 | 0 | 31 | 40 | 17 | E | 34 | 34 |
| Octal | 304 | 144 | 106 | 0 | 61 | 100 | 27 | 16 | 64 | 64 |
| Binary | 11000100 | 1100100 | 1000110 | 0 | 110001 | 1000000 | 10111 | 1110 | 110100 | 110100 |
Color Harmonies of #C46446
Complementary color
Monochromatic Colors of #C46446
Black with #C46446
Text Example
Text Example
White with #C46446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46446; }
p { color: rgb(196,100,70); }
H1.HeaderClassName
{
color: #C46446;
}
.AnyTagClassName
{
color: #C46446;
}
</style>
background-color css
<style>
a { background-color: #C46446; }
a { background-color: rgb(196,100,70); }
div.DivClassName
{
background-color: #C46446;
}
.BgClassName
{
background-color: #C46446;
}
</style>
border-color css
<style>
span { border-color: #C46446; }
span { border-color: rgb(196,100,70); }
td.TdClassName
{
border-color: #C46446;
}
.TagClassName
{
border-color: #C46446;
}
</style>