Shades of Flame Pea #C0604A
Tints of Flame Pea #C0604A
RGB
CMYK
RGB Variations
Color information
#C0604A (or 0xC0604A) is known color: Flame Pea. HEX triplet: C0, 60 and 4A. RGB value is (192,96,74). Sum of RGB (Red+Green+Blue) = 192+96+74=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C0604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0604A is #3F9FB5. Grayscale: #7A7A7A. Windows color (decimal): -4169654 or 4874432. OLE color: 4874432.
HSL color Cylindrical-coordinate representation of color #C0604A: hue angle of 11.19º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0604A is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 74 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.25 |
| HSL | 11.19º | 0.48% | 0.52% | - |
| HSV(B) | 11.19º | 0.61% | 0.75% | - |
| XYZ | 27.16 | 20.07 | 8.92 | - |
| YUV | 122.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 74 | 0 | 0.50 | 0.61 | 0.25 | 11.19 | 0.48 | 0.52 |
| Hex | C0 | 60 | 4A | 0 | 32 | 3D | 19 | B | 30 | 34 |
| Octal | 300 | 140 | 112 | 0 | 62 | 75 | 31 | 13 | 60 | 64 |
| Binary | 11000000 | 1100000 | 1001010 | 0 | 110010 | 111101 | 11001 | 1011 | 110000 | 110100 |
Color Harmonies of #C0604A
Complementary color
Monochromatic Colors of #C0604A
Black with #C0604A
Text Example
Text Example
White with #C0604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0604A; }
p { color: rgb(192,96,74); }
H1.HeaderClassName
{
color: #C0604A;
}
.AnyTagClassName
{
color: #C0604A;
}
</style>
background-color css
<style>
a { background-color: #C0604A; }
a { background-color: rgb(192,96,74); }
div.DivClassName
{
background-color: #C0604A;
}
.BgClassName
{
background-color: #C0604A;
}
</style>
border-color css
<style>
span { border-color: #C0604A; }
span { border-color: rgb(192,96,74); }
td.TdClassName
{
border-color: #C0604A;
}
.TagClassName
{
border-color: #C0604A;
}
</style>