Shades of Flame Pea #C66047
Tints of Flame Pea #C66047
RGB
CMYK
RGB Variations
Color information
#C66047 (or 0xC66047) is known color: Flame Pea. HEX triplet: C6, 60 and 47. RGB value is (198,96,71). Sum of RGB (Red+Green+Blue) = 198+96+71=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C66047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66047 is #399FB8. Grayscale: #7B7B7B. Windows color (decimal): -3776441 or 4677830. OLE color: 4677830.
HSL color Cylindrical-coordinate representation of color #C66047: hue angle of 11.81º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C66047 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 71 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.22 |
| HSL | 11.81º | 0.53% | 0.53% | - |
| HSV(B) | 11.81º | 0.64% | 0.78% | - |
| XYZ | 28.61 | 20.83 | 8.47 | - |
| YUV | 123.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 71 | 0 | 0.52 | 0.64 | 0.22 | 11.81 | 0.53 | 0.53 |
| Hex | C6 | 60 | 47 | 0 | 34 | 40 | 16 | C | 35 | 35 |
| Octal | 306 | 140 | 107 | 0 | 64 | 100 | 26 | 14 | 65 | 65 |
| Binary | 11000110 | 1100000 | 1000111 | 0 | 110100 | 1000000 | 10110 | 1100 | 110101 | 110101 |
Color Harmonies of #C66047
Complementary color
Monochromatic Colors of #C66047
Black with #C66047
Text Example
Text Example
White with #C66047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66047; }
p { color: rgb(198,96,71); }
H1.HeaderClassName
{
color: #C66047;
}
.AnyTagClassName
{
color: #C66047;
}
</style>
background-color css
<style>
a { background-color: #C66047; }
a { background-color: rgb(198,96,71); }
div.DivClassName
{
background-color: #C66047;
}
.BgClassName
{
background-color: #C66047;
}
</style>
border-color css
<style>
span { border-color: #C66047; }
span { border-color: rgb(198,96,71); }
td.TdClassName
{
border-color: #C66047;
}
.TagClassName
{
border-color: #C66047;
}
</style>