Shades of Flame Pea #C06046
Tints of Flame Pea #C06046
RGB
CMYK
RGB Variations
Color information
#C06046 (or 0xC06046) is known color: Flame Pea. HEX triplet: C0, 60 and 46. RGB value is (192,96,70). Sum of RGB (Red+Green+Blue) = 192+96+70=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C06046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06046 is #3F9FB9. Grayscale: #797979. Windows color (decimal): -4169658 or 4612288. OLE color: 4612288.
HSL color Cylindrical-coordinate representation of color #C06046: hue angle of 12.79º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C06046 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 70 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.25 |
| HSL | 12.79º | 0.49% | 0.51% | - |
| HSV(B) | 12.79º | 0.64% | 0.75% | - |
| XYZ | 27.03 | 20.01 | 8.23 | - |
| YUV | 121.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 70 | 0 | 0.50 | 0.64 | 0.25 | 12.79 | 0.49 | 0.51 |
| Hex | C0 | 60 | 46 | 0 | 32 | 40 | 19 | D | 31 | 33 |
| Octal | 300 | 140 | 106 | 0 | 62 | 100 | 31 | 15 | 61 | 63 |
| Binary | 11000000 | 1100000 | 1000110 | 0 | 110010 | 1000000 | 11001 | 1101 | 110001 | 110011 |
Color Harmonies of #C06046
Complementary color
Monochromatic Colors of #C06046
Black with #C06046
Text Example
Text Example
White with #C06046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06046; }
p { color: rgb(192,96,70); }
H1.HeaderClassName
{
color: #C06046;
}
.AnyTagClassName
{
color: #C06046;
}
</style>
background-color css
<style>
a { background-color: #C06046; }
a { background-color: rgb(192,96,70); }
div.DivClassName
{
background-color: #C06046;
}
.BgClassName
{
background-color: #C06046;
}
</style>
border-color css
<style>
span { border-color: #C06046; }
span { border-color: rgb(192,96,70); }
td.TdClassName
{
border-color: #C06046;
}
.TagClassName
{
border-color: #C06046;
}
</style>