Shades of Flame Pea #C05D4E
Tints of Flame Pea #C05D4E
RGB
CMYK
RGB Variations
Color information
#C05D4E (or 0xC05D4E) is known color: Flame Pea. HEX triplet: C0, 5D and 4E. RGB value is (192,93,78). Sum of RGB (Red+Green+Blue) = 192+93+78=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05D4E is #3FA2B1. Grayscale: #797979. Windows color (decimal): -4170418 or 5135808. OLE color: 5135808.
HSL color Cylindrical-coordinate representation of color #C05D4E: hue angle of 7.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C05D4E is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 78 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.25 |
| HSL | 7.89º | 0.48% | 0.53% | - |
| HSV(B) | 7.89º | 0.59% | 0.75% | - |
| XYZ | 27.03 | 19.59 | 9.56 | - |
| YUV | 120.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 78 | 0 | 0.52 | 0.59 | 0.25 | 7.89 | 0.48 | 0.53 |
| Hex | C0 | 5D | 4E | 0 | 34 | 3B | 19 | 8 | 30 | 35 |
| Octal | 300 | 135 | 116 | 0 | 64 | 73 | 31 | 10 | 60 | 65 |
| Binary | 11000000 | 1011101 | 1001110 | 0 | 110100 | 111011 | 11001 | 1000 | 110000 | 110101 |
Color Harmonies of #C05D4E
Complementary color
Monochromatic Colors of #C05D4E
Black with #C05D4E
Text Example
Text Example
White with #C05D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D4E; }
p { color: rgb(192,93,78); }
H1.HeaderClassName
{
color: #C05D4E;
}
.AnyTagClassName
{
color: #C05D4E;
}
</style>
background-color css
<style>
a { background-color: #C05D4E; }
a { background-color: rgb(192,93,78); }
div.DivClassName
{
background-color: #C05D4E;
}
.BgClassName
{
background-color: #C05D4E;
}
</style>
border-color css
<style>
span { border-color: #C05D4E; }
span { border-color: rgb(192,93,78); }
td.TdClassName
{
border-color: #C05D4E;
}
.TagClassName
{
border-color: #C05D4E;
}
</style>