Shades of Flame Pea #C06346
Tints of Flame Pea #C06346
RGB
CMYK
RGB Variations
Color information
#C06346 (or 0xC06346) is known color: Flame Pea. HEX triplet: C0, 63 and 46. RGB value is (192,99,70). Sum of RGB (Red+Green+Blue) = 192+99+70=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C06346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06346 is #3F9CB9. Grayscale: #7B7B7B. Windows color (decimal): -4168890 or 4613056. OLE color: 4613056.
HSL color Cylindrical-coordinate representation of color #C06346: hue angle of 14.26º 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 #C06346 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 70 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.25 |
| HSL | 14.26º | 0.49% | 0.51% | - |
| HSV(B) | 14.26º | 0.64% | 0.75% | - |
| XYZ | 27.31 | 20.57 | 8.33 | - |
| YUV | 123.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 70 | 0 | 0.48 | 0.64 | 0.25 | 14.26 | 0.49 | 0.51 |
| Hex | C0 | 63 | 46 | 0 | 30 | 40 | 19 | E | 31 | 33 |
| Octal | 300 | 143 | 106 | 0 | 60 | 100 | 31 | 16 | 61 | 63 |
| Binary | 11000000 | 1100011 | 1000110 | 0 | 110000 | 1000000 | 11001 | 1110 | 110001 | 110011 |
Color Harmonies of #C06346
Complementary color
Monochromatic Colors of #C06346
Black with #C06346
Text Example
Text Example
White with #C06346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06346; }
p { color: rgb(192,99,70); }
H1.HeaderClassName
{
color: #C06346;
}
.AnyTagClassName
{
color: #C06346;
}
</style>
background-color css
<style>
a { background-color: #C06346; }
a { background-color: rgb(192,99,70); }
div.DivClassName
{
background-color: #C06346;
}
.BgClassName
{
background-color: #C06346;
}
</style>
border-color css
<style>
span { border-color: #C06346; }
span { border-color: rgb(192,99,70); }
td.TdClassName
{
border-color: #C06346;
}
.TagClassName
{
border-color: #C06346;
}
</style>