Shades of Flame Pea #C16046
Tints of Flame Pea #C16046
RGB
CMYK
RGB Variations
Color information
#C16046 (or 0xC16046) is known color: Flame Pea. HEX triplet: C1, 60 and 46. RGB value is (193,96,70). Sum of RGB (Red+Green+Blue) = 193+96+70=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C16046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16046 is #3E9FB9. Grayscale: #7A7A7A. Windows color (decimal): -4104122 or 4612289. OLE color: 4612289.
HSL color Cylindrical-coordinate representation of color #C16046: hue angle of 12.68º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C16046 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 70 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.24 |
| HSL | 12.68º | 0.5% | 0.52% | - |
| HSV(B) | 12.68º | 0.64% | 0.76% | - |
| XYZ | 27.28 | 20.15 | 8.24 | - |
| YUV | 122.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 70 | 0 | 0.50 | 0.64 | 0.24 | 12.68 | 0.5 | 0.52 |
| Hex | C1 | 60 | 46 | 0 | 32 | 40 | 18 | D | 32 | 34 |
| Octal | 301 | 140 | 106 | 0 | 62 | 100 | 30 | 15 | 62 | 64 |
| Binary | 11000001 | 1100000 | 1000110 | 0 | 110010 | 1000000 | 11000 | 1101 | 110010 | 110100 |
Color Harmonies of #C16046
Complementary color
Monochromatic Colors of #C16046
Black with #C16046
Text Example
Text Example
White with #C16046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16046; }
p { color: rgb(193,96,70); }
H1.HeaderClassName
{
color: #C16046;
}
.AnyTagClassName
{
color: #C16046;
}
</style>
background-color css
<style>
a { background-color: #C16046; }
a { background-color: rgb(193,96,70); }
div.DivClassName
{
background-color: #C16046;
}
.BgClassName
{
background-color: #C16046;
}
</style>
border-color css
<style>
span { border-color: #C16046; }
span { border-color: rgb(193,96,70); }
td.TdClassName
{
border-color: #C16046;
}
.TagClassName
{
border-color: #C16046;
}
</style>