Shades of Flame Pea #C46148
Tints of Flame Pea #C46148
RGB
CMYK
RGB Variations
Color information
#C46148 (or 0xC46148) is known color: Flame Pea. HEX triplet: C4, 61 and 48. RGB value is (196,97,72). Sum of RGB (Red+Green+Blue) = 196+97+72=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C46148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46148 is #3B9EB7. Grayscale: #7B7B7B. Windows color (decimal): -3907256 or 4743620. OLE color: 4743620.
HSL color Cylindrical-coordinate representation of color #C46148: hue angle of 12.1º 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 #C46148 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 72 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.23 |
| HSL | 12.1º | 0.51% | 0.53% | - |
| HSV(B) | 12.1º | 0.63% | 0.77% | - |
| XYZ | 28.21 | 20.75 | 8.65 | - |
| YUV | 123.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 72 | 0 | 0.51 | 0.63 | 0.23 | 12.1 | 0.51 | 0.53 |
| Hex | C4 | 61 | 48 | 0 | 33 | 3F | 17 | C | 33 | 35 |
| Octal | 304 | 141 | 110 | 0 | 63 | 77 | 27 | 14 | 63 | 65 |
| Binary | 11000100 | 1100001 | 1001000 | 0 | 110011 | 111111 | 10111 | 1100 | 110011 | 110101 |
Color Harmonies of #C46148
Complementary color
Monochromatic Colors of #C46148
Black with #C46148
Text Example
Text Example
White with #C46148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46148; }
p { color: rgb(196,97,72); }
H1.HeaderClassName
{
color: #C46148;
}
.AnyTagClassName
{
color: #C46148;
}
</style>
background-color css
<style>
a { background-color: #C46148; }
a { background-color: rgb(196,97,72); }
div.DivClassName
{
background-color: #C46148;
}
.BgClassName
{
background-color: #C46148;
}
</style>
border-color css
<style>
span { border-color: #C46148; }
span { border-color: rgb(196,97,72); }
td.TdClassName
{
border-color: #C46148;
}
.TagClassName
{
border-color: #C46148;
}
</style>