Shades of Flame Pea #C66048
Tints of Flame Pea #C66048
RGB
CMYK
RGB Variations
Color information
#C66048 (or 0xC66048) is known color: Flame Pea. HEX triplet: C6, 60 and 48. RGB value is (198,96,72). Sum of RGB (Red+Green+Blue) = 198+96+72=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C66048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66048 is #399FB7. Grayscale: #7B7B7B. Windows color (decimal): -3776440 or 4743366. OLE color: 4743366.
HSL color Cylindrical-coordinate representation of color #C66048: hue angle of 11.43º degrees, saturation: 0.52, 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 #C66048 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 72 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.22 |
| HSL | 11.43º | 0.53% | 0.53% | - |
| HSV(B) | 11.43º | 0.64% | 0.78% | - |
| XYZ | 28.64 | 20.84 | 8.64 | - |
| YUV | 123.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 72 | 0 | 0.52 | 0.64 | 0.22 | 11.43 | 0.53 | 0.53 |
| Hex | C6 | 60 | 48 | 0 | 34 | 40 | 16 | B | 34 | 35 |
| Octal | 306 | 140 | 110 | 0 | 64 | 100 | 26 | 13 | 64 | 65 |
| Binary | 11000110 | 1100000 | 1001000 | 0 | 110100 | 1000000 | 10110 | 1011 | 110100 | 110101 |
Color Harmonies of #C66048
Complementary color
Monochromatic Colors of #C66048
Black with #C66048
Text Example
Text Example
White with #C66048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66048; }
p { color: rgb(198,96,72); }
H1.HeaderClassName
{
color: #C66048;
}
.AnyTagClassName
{
color: #C66048;
}
</style>
background-color css
<style>
a { background-color: #C66048; }
a { background-color: rgb(198,96,72); }
div.DivClassName
{
background-color: #C66048;
}
.BgClassName
{
background-color: #C66048;
}
</style>
border-color css
<style>
span { border-color: #C66048; }
span { border-color: rgb(198,96,72); }
td.TdClassName
{
border-color: #C66048;
}
.TagClassName
{
border-color: #C66048;
}
</style>