Shades of Flame Pea #C05F4D
Tints of Flame Pea #C05F4D
RGB
CMYK
RGB Variations
Color information
#C05F4D (or 0xC05F4D) is known color: Flame Pea. HEX triplet: C0, 5F and 4D. RGB value is (192,95,77). Sum of RGB (Red+Green+Blue) = 192+95+77=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F4D is #3FA0B2. Grayscale: #7A7A7A. Windows color (decimal): -4169907 or 5070784. OLE color: 5070784.
HSL color Cylindrical-coordinate representation of color #C05F4D: hue angle of 9.39º 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 #C05F4D is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 77 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.25 |
| HSL | 9.39º | 0.48% | 0.53% | - |
| HSV(B) | 9.39º | 0.6% | 0.75% | - |
| XYZ | 27.17 | 19.93 | 9.44 | - |
| YUV | 121.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 77 | 0 | 0.51 | 0.60 | 0.25 | 9.39 | 0.48 | 0.53 |
| Hex | C0 | 5F | 4D | 0 | 33 | 3C | 19 | 9 | 30 | 35 |
| Octal | 300 | 137 | 115 | 0 | 63 | 74 | 31 | 11 | 60 | 65 |
| Binary | 11000000 | 1011111 | 1001101 | 0 | 110011 | 111100 | 11001 | 1001 | 110000 | 110101 |
Color Harmonies of #C05F4D
Complementary color
Monochromatic Colors of #C05F4D
Black with #C05F4D
Text Example
Text Example
White with #C05F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F4D; }
p { color: rgb(192,95,77); }
H1.HeaderClassName
{
color: #C05F4D;
}
.AnyTagClassName
{
color: #C05F4D;
}
</style>
background-color css
<style>
a { background-color: #C05F4D; }
a { background-color: rgb(192,95,77); }
div.DivClassName
{
background-color: #C05F4D;
}
.BgClassName
{
background-color: #C05F4D;
}
</style>
border-color css
<style>
span { border-color: #C05F4D; }
span { border-color: rgb(192,95,77); }
td.TdClassName
{
border-color: #C05F4D;
}
.TagClassName
{
border-color: #C05F4D;
}
</style>