Shades of Flame Pea #C16047
Tints of Flame Pea #C16047
RGB
CMYK
RGB Variations
Color information
#C16047 (or 0xC16047) is known color: Flame Pea. HEX triplet: C1, 60 and 47. RGB value is (193,96,71). Sum of RGB (Red+Green+Blue) = 193+96+71=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C16047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16047 is #3E9FB8. Grayscale: #7A7A7A. Windows color (decimal): -4104121 or 4677825. OLE color: 4677825.
HSL color Cylindrical-coordinate representation of color #C16047: hue angle of 12.3º 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 #C16047 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 71 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.24 |
| HSL | 12.3º | 0.5% | 0.52% | - |
| HSV(B) | 12.3º | 0.63% | 0.76% | - |
| XYZ | 27.31 | 20.16 | 8.41 | - |
| YUV | 122.15 | 99.14 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 71 | 0 | 0.50 | 0.63 | 0.24 | 12.3 | 0.5 | 0.52 |
| Hex | C1 | 60 | 47 | 0 | 32 | 3F | 18 | C | 32 | 34 |
| Octal | 301 | 140 | 107 | 0 | 62 | 77 | 30 | 14 | 62 | 64 |
| Binary | 11000001 | 1100000 | 1000111 | 0 | 110010 | 111111 | 11000 | 1100 | 110010 | 110100 |
Color Harmonies of #C16047
Complementary color
Monochromatic Colors of #C16047
Black with #C16047
Text Example
Text Example
White with #C16047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16047; }
p { color: rgb(193,96,71); }
H1.HeaderClassName
{
color: #C16047;
}
.AnyTagClassName
{
color: #C16047;
}
</style>
background-color css
<style>
a { background-color: #C16047; }
a { background-color: rgb(193,96,71); }
div.DivClassName
{
background-color: #C16047;
}
.BgClassName
{
background-color: #C16047;
}
</style>
border-color css
<style>
span { border-color: #C16047; }
span { border-color: rgb(193,96,71); }
td.TdClassName
{
border-color: #C16047;
}
.TagClassName
{
border-color: #C16047;
}
</style>