Shades of Flame Pea #C16647
Tints of Flame Pea #C16647
RGB
CMYK
RGB Variations
Color information
#C16647 (or 0xC16647) is known color: Flame Pea. HEX triplet: C1, 66 and 47. RGB value is (193,102,71). Sum of RGB (Red+Green+Blue) = 193+102+71=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C16647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16647 is #3E99B8. Grayscale: #7D7D7D. Windows color (decimal): -4102585 or 4679361. OLE color: 4679361.
HSL color Cylindrical-coordinate representation of color #C16647: hue angle of 15.25º 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 #C16647 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 71 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.24 |
| HSL | 15.25º | 0.5% | 0.52% | - |
| HSV(B) | 15.25º | 0.63% | 0.76% | - |
| XYZ | 27.88 | 21.3 | 8.6 | - |
| YUV | 125.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 71 | 0 | 0.47 | 0.63 | 0.24 | 15.25 | 0.5 | 0.52 |
| Hex | C1 | 66 | 47 | 0 | 2F | 3F | 18 | F | 32 | 34 |
| Octal | 301 | 146 | 107 | 0 | 57 | 77 | 30 | 17 | 62 | 64 |
| Binary | 11000001 | 1100110 | 1000111 | 0 | 101111 | 111111 | 11000 | 1111 | 110010 | 110100 |
Color Harmonies of #C16647
Complementary color
Monochromatic Colors of #C16647
Black with #C16647
Text Example
Text Example
White with #C16647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16647; }
p { color: rgb(193,102,71); }
H1.HeaderClassName
{
color: #C16647;
}
.AnyTagClassName
{
color: #C16647;
}
</style>
background-color css
<style>
a { background-color: #C16647; }
a { background-color: rgb(193,102,71); }
div.DivClassName
{
background-color: #C16647;
}
.BgClassName
{
background-color: #C16647;
}
</style>
border-color css
<style>
span { border-color: #C16647; }
span { border-color: rgb(193,102,71); }
td.TdClassName
{
border-color: #C16647;
}
.TagClassName
{
border-color: #C16647;
}
</style>