Shades of Flame Pea #C0604D
Tints of Flame Pea #C0604D
RGB
CMYK
RGB Variations
Color information
#C0604D (or 0xC0604D) is known color: Flame Pea. HEX triplet: C0, 60 and 4D. RGB value is (192,96,77). Sum of RGB (Red+Green+Blue) = 192+96+77=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0604D is #3F9FB2. Grayscale: #7A7A7A. Windows color (decimal): -4169651 or 5071040. OLE color: 5071040.
HSL color Cylindrical-coordinate representation of color #C0604D: hue angle of 9.91º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0604D is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 77 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.25 |
| HSL | 9.91º | 0.48% | 0.53% | - |
| HSV(B) | 9.91º | 0.6% | 0.75% | - |
| XYZ | 27.26 | 20.11 | 9.47 | - |
| YUV | 122.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 77 | 0 | 0.50 | 0.60 | 0.25 | 9.91 | 0.48 | 0.53 |
| Hex | C0 | 60 | 4D | 0 | 32 | 3C | 19 | A | 30 | 35 |
| Octal | 300 | 140 | 115 | 0 | 62 | 74 | 31 | 12 | 60 | 65 |
| Binary | 11000000 | 1100000 | 1001101 | 0 | 110010 | 111100 | 11001 | 1010 | 110000 | 110101 |
Color Harmonies of #C0604D
Complementary color
Monochromatic Colors of #C0604D
Black with #C0604D
Text Example
Text Example
White with #C0604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0604D; }
p { color: rgb(192,96,77); }
H1.HeaderClassName
{
color: #C0604D;
}
.AnyTagClassName
{
color: #C0604D;
}
</style>
background-color css
<style>
a { background-color: #C0604D; }
a { background-color: rgb(192,96,77); }
div.DivClassName
{
background-color: #C0604D;
}
.BgClassName
{
background-color: #C0604D;
}
</style>
border-color css
<style>
span { border-color: #C0604D; }
span { border-color: rgb(192,96,77); }
td.TdClassName
{
border-color: #C0604D;
}
.TagClassName
{
border-color: #C0604D;
}
</style>