Shades of Flame Pea #C06149
Tints of Flame Pea #C06149
RGB
CMYK
RGB Variations
Color information
#C06149 (or 0xC06149) is known color: Flame Pea. HEX triplet: C0, 61 and 49. RGB value is (192,97,73). Sum of RGB (Red+Green+Blue) = 192+97+73=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C06149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06149 is #3F9EB6. Grayscale: #7A7A7A. Windows color (decimal): -4169399 or 4809152. OLE color: 4809152.
HSL color Cylindrical-coordinate representation of color #C06149: hue angle of 12.1º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C06149 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 73 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.25 |
| HSL | 12.1º | 0.49% | 0.52% | - |
| HSV(B) | 12.1º | 0.62% | 0.75% | - |
| XYZ | 27.22 | 20.24 | 8.78 | - |
| YUV | 122.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 73 | 0 | 0.49 | 0.62 | 0.25 | 12.1 | 0.49 | 0.52 |
| Hex | C0 | 61 | 49 | 0 | 31 | 3E | 19 | C | 31 | 34 |
| Octal | 300 | 141 | 111 | 0 | 61 | 76 | 31 | 14 | 61 | 64 |
| Binary | 11000000 | 1100001 | 1001001 | 0 | 110001 | 111110 | 11001 | 1100 | 110001 | 110100 |
Color Harmonies of #C06149
Complementary color
Monochromatic Colors of #C06149
Black with #C06149
Text Example
Text Example
White with #C06149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06149; }
p { color: rgb(192,97,73); }
H1.HeaderClassName
{
color: #C06149;
}
.AnyTagClassName
{
color: #C06149;
}
</style>
background-color css
<style>
a { background-color: #C06149; }
a { background-color: rgb(192,97,73); }
div.DivClassName
{
background-color: #C06149;
}
.BgClassName
{
background-color: #C06149;
}
</style>
border-color css
<style>
span { border-color: #C06149; }
span { border-color: rgb(192,97,73); }
td.TdClassName
{
border-color: #C06149;
}
.TagClassName
{
border-color: #C06149;
}
</style>