Shades of Flame Pea #C66049
Tints of Flame Pea #C66049
RGB
CMYK
RGB Variations
Color information
#C66049 (or 0xC66049) is known color: Flame Pea. HEX triplet: C6, 60 and 49. RGB value is (198,96,73). Sum of RGB (Red+Green+Blue) = 198+96+73=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C66049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66049 is #399FB6. Grayscale: #7C7C7C. Windows color (decimal): -3776439 or 4808902. OLE color: 4808902.
HSL color Cylindrical-coordinate representation of color #C66049: hue angle of 11.04º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C66049 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 73 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.22 |
| HSL | 11.04º | 0.52% | 0.53% | - |
| HSV(B) | 11.04º | 0.63% | 0.78% | - |
| XYZ | 28.67 | 20.85 | 8.82 | - |
| YUV | 123.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 73 | 0 | 0.52 | 0.63 | 0.22 | 11.04 | 0.52 | 0.53 |
| Hex | C6 | 60 | 49 | 0 | 34 | 3F | 16 | B | 34 | 35 |
| Octal | 306 | 140 | 111 | 0 | 64 | 77 | 26 | 13 | 64 | 65 |
| Binary | 11000110 | 1100000 | 1001001 | 0 | 110100 | 111111 | 10110 | 1011 | 110100 | 110101 |
Color Harmonies of #C66049
Complementary color
Monochromatic Colors of #C66049
Black with #C66049
Text Example
Text Example
White with #C66049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66049; }
p { color: rgb(198,96,73); }
H1.HeaderClassName
{
color: #C66049;
}
.AnyTagClassName
{
color: #C66049;
}
</style>
background-color css
<style>
a { background-color: #C66049; }
a { background-color: rgb(198,96,73); }
div.DivClassName
{
background-color: #C66049;
}
.BgClassName
{
background-color: #C66049;
}
</style>
border-color css
<style>
span { border-color: #C66049; }
span { border-color: rgb(198,96,73); }
td.TdClassName
{
border-color: #C66049;
}
.TagClassName
{
border-color: #C66049;
}
</style>