Shades of Flame Pea #C06147
Tints of Flame Pea #C06147
RGB
CMYK
RGB Variations
Color information
#C06147 (or 0xC06147) is known color: Flame Pea. HEX triplet: C0, 61 and 47. RGB value is (192,97,71). Sum of RGB (Red+Green+Blue) = 192+97+71=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C06147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06147 is #3F9EB8. Grayscale: #7A7A7A. Windows color (decimal): -4169401 or 4678080. OLE color: 4678080.
HSL color Cylindrical-coordinate representation of color #C06147: hue angle of 12.89º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C06147 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 71 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.25 |
| HSL | 12.89º | 0.49% | 0.52% | - |
| HSV(B) | 12.89º | 0.63% | 0.75% | - |
| XYZ | 27.15 | 20.21 | 8.43 | - |
| YUV | 122.44 | 98.97 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 71 | 0 | 0.49 | 0.63 | 0.25 | 12.89 | 0.49 | 0.52 |
| Hex | C0 | 61 | 47 | 0 | 31 | 3F | 19 | D | 31 | 34 |
| Octal | 300 | 141 | 107 | 0 | 61 | 77 | 31 | 15 | 61 | 64 |
| Binary | 11000000 | 1100001 | 1000111 | 0 | 110001 | 111111 | 11001 | 1101 | 110001 | 110100 |
Color Harmonies of #C06147
Complementary color
Monochromatic Colors of #C06147
Black with #C06147
Text Example
Text Example
White with #C06147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06147; }
p { color: rgb(192,97,71); }
H1.HeaderClassName
{
color: #C06147;
}
.AnyTagClassName
{
color: #C06147;
}
</style>
background-color css
<style>
a { background-color: #C06147; }
a { background-color: rgb(192,97,71); }
div.DivClassName
{
background-color: #C06147;
}
.BgClassName
{
background-color: #C06147;
}
</style>
border-color css
<style>
span { border-color: #C06147; }
span { border-color: rgb(192,97,71); }
td.TdClassName
{
border-color: #C06147;
}
.TagClassName
{
border-color: #C06147;
}
</style>