Shades of Flame Pea #C16147
Tints of Flame Pea #C16147
RGB
CMYK
RGB Variations
Color information
#C16147 (or 0xC16147) is known color: Flame Pea. HEX triplet: C1, 61 and 47. RGB value is (193,97,71). Sum of RGB (Red+Green+Blue) = 193+97+71=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C16147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16147 is #3E9EB8. Grayscale: #7A7A7A. Windows color (decimal): -4103865 or 4678081. OLE color: 4678081.
HSL color Cylindrical-coordinate representation of color #C16147: hue angle of 12.79º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C16147 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 71 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.24 |
| HSL | 12.79º | 0.5% | 0.52% | - |
| HSV(B) | 12.79º | 0.63% | 0.76% | - |
| XYZ | 27.4 | 20.34 | 8.44 | - |
| YUV | 122.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 71 | 0 | 0.50 | 0.63 | 0.24 | 12.79 | 0.5 | 0.52 |
| Hex | C1 | 61 | 47 | 0 | 32 | 3F | 18 | D | 32 | 34 |
| Octal | 301 | 141 | 107 | 0 | 62 | 77 | 30 | 15 | 62 | 64 |
| Binary | 11000001 | 1100001 | 1000111 | 0 | 110010 | 111111 | 11000 | 1101 | 110010 | 110100 |
Color Harmonies of #C16147
Complementary color
Monochromatic Colors of #C16147
Black with #C16147
Text Example
Text Example
White with #C16147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16147; }
p { color: rgb(193,97,71); }
H1.HeaderClassName
{
color: #C16147;
}
.AnyTagClassName
{
color: #C16147;
}
</style>
background-color css
<style>
a { background-color: #C16147; }
a { background-color: rgb(193,97,71); }
div.DivClassName
{
background-color: #C16147;
}
.BgClassName
{
background-color: #C16147;
}
</style>
border-color css
<style>
span { border-color: #C16147; }
span { border-color: rgb(193,97,71); }
td.TdClassName
{
border-color: #C16147;
}
.TagClassName
{
border-color: #C16147;
}
</style>