Shades of Flame Pea #C05A4E
Tints of Flame Pea #C05A4E
RGB
CMYK
RGB Variations
Color information
#C05A4E (or 0xC05A4E) is known color: Flame Pea. HEX triplet: C0, 5A and 4E. RGB value is (192,90,78). Sum of RGB (Red+Green+Blue) = 192+90+78=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A4E is #3FA5B1. Grayscale: #777777. Windows color (decimal): -4171186 or 5135040. OLE color: 5135040.
HSL color Cylindrical-coordinate representation of color #C05A4E: hue angle of 6.32º 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 #C05A4E is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 78 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.25 |
| HSL | 6.32º | 0.48% | 0.53% | - |
| HSV(B) | 6.32º | 0.59% | 0.75% | - |
| XYZ | 26.77 | 19.07 | 9.48 | - |
| YUV | 119.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 78 | 0 | 0.53 | 0.59 | 0.25 | 6.32 | 0.48 | 0.53 |
| Hex | C0 | 5A | 4E | 0 | 35 | 3B | 19 | 6 | 30 | 35 |
| Octal | 300 | 132 | 116 | 0 | 65 | 73 | 31 | 6 | 60 | 65 |
| Binary | 11000000 | 1011010 | 1001110 | 0 | 110101 | 111011 | 11001 | 110 | 110000 | 110101 |
Color Harmonies of #C05A4E
Complementary color
Monochromatic Colors of #C05A4E
Black with #C05A4E
Text Example
Text Example
White with #C05A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A4E; }
p { color: rgb(192,90,78); }
H1.HeaderClassName
{
color: #C05A4E;
}
.AnyTagClassName
{
color: #C05A4E;
}
</style>
background-color css
<style>
a { background-color: #C05A4E; }
a { background-color: rgb(192,90,78); }
div.DivClassName
{
background-color: #C05A4E;
}
.BgClassName
{
background-color: #C05A4E;
}
</style>
border-color css
<style>
span { border-color: #C05A4E; }
span { border-color: rgb(192,90,78); }
td.TdClassName
{
border-color: #C05A4E;
}
.TagClassName
{
border-color: #C05A4E;
}
</style>