Shades of Flame Pea #C06146
Tints of Flame Pea #C06146
RGB
CMYK
RGB Variations
Color information
#C06146 (or 0xC06146) is known color: Flame Pea. HEX triplet: C0, 61 and 46. RGB value is (192,97,70). Sum of RGB (Red+Green+Blue) = 192+97+70=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C06146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06146 is #3F9EB9. Grayscale: #7A7A7A. Windows color (decimal): -4169402 or 4612544. OLE color: 4612544.
HSL color Cylindrical-coordinate representation of color #C06146: hue angle of 13.28º 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 #C06146 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 70 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.25 |
| HSL | 13.28º | 0.49% | 0.51% | - |
| HSV(B) | 13.28º | 0.64% | 0.75% | - |
| XYZ | 27.12 | 20.2 | 8.26 | - |
| YUV | 122.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 70 | 0 | 0.49 | 0.64 | 0.25 | 13.28 | 0.49 | 0.51 |
| Hex | C0 | 61 | 46 | 0 | 31 | 40 | 19 | D | 31 | 33 |
| Octal | 300 | 141 | 106 | 0 | 61 | 100 | 31 | 15 | 61 | 63 |
| Binary | 11000000 | 1100001 | 1000110 | 0 | 110001 | 1000000 | 11001 | 1101 | 110001 | 110011 |
Color Harmonies of #C06146
Complementary color
Monochromatic Colors of #C06146
Black with #C06146
Text Example
Text Example
White with #C06146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06146; }
p { color: rgb(192,97,70); }
H1.HeaderClassName
{
color: #C06146;
}
.AnyTagClassName
{
color: #C06146;
}
</style>
background-color css
<style>
a { background-color: #C06146; }
a { background-color: rgb(192,97,70); }
div.DivClassName
{
background-color: #C06146;
}
.BgClassName
{
background-color: #C06146;
}
</style>
border-color css
<style>
span { border-color: #C06146; }
span { border-color: rgb(192,97,70); }
td.TdClassName
{
border-color: #C06146;
}
.TagClassName
{
border-color: #C06146;
}
</style>