Shades of Flame Pea #C05C4D
Tints of Flame Pea #C05C4D
RGB
CMYK
RGB Variations
Color information
#C05C4D (or 0xC05C4D) is known color: Flame Pea. HEX triplet: C0, 5C and 4D. RGB value is (192,92,77). Sum of RGB (Red+Green+Blue) = 192+92+77=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C4D is #3FA3B2. Grayscale: #787878. Windows color (decimal): -4170675 or 5070016. OLE color: 5070016.
HSL color Cylindrical-coordinate representation of color #C05C4D: hue angle of 7.83º 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 #C05C4D is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 77 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.25 |
| HSL | 7.83º | 0.48% | 0.53% | - |
| HSV(B) | 7.83º | 0.6% | 0.75% | - |
| XYZ | 26.9 | 19.4 | 9.35 | - |
| YUV | 120.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 77 | 0 | 0.52 | 0.60 | 0.25 | 7.83 | 0.48 | 0.53 |
| Hex | C0 | 5C | 4D | 0 | 34 | 3C | 19 | 8 | 30 | 35 |
| Octal | 300 | 134 | 115 | 0 | 64 | 74 | 31 | 10 | 60 | 65 |
| Binary | 11000000 | 1011100 | 1001101 | 0 | 110100 | 111100 | 11001 | 1000 | 110000 | 110101 |
Color Harmonies of #C05C4D
Complementary color
Monochromatic Colors of #C05C4D
Black with #C05C4D
Text Example
Text Example
White with #C05C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C4D; }
p { color: rgb(192,92,77); }
H1.HeaderClassName
{
color: #C05C4D;
}
.AnyTagClassName
{
color: #C05C4D;
}
</style>
background-color css
<style>
a { background-color: #C05C4D; }
a { background-color: rgb(192,92,77); }
div.DivClassName
{
background-color: #C05C4D;
}
.BgClassName
{
background-color: #C05C4D;
}
</style>
border-color css
<style>
span { border-color: #C05C4D; }
span { border-color: rgb(192,92,77); }
td.TdClassName
{
border-color: #C05C4D;
}
.TagClassName
{
border-color: #C05C4D;
}
</style>