Shades of Flame Pea #C05D4C
Tints of Flame Pea #C05D4C
RGB
CMYK
RGB Variations
Color information
#C05D4C (or 0xC05D4C) is known color: Flame Pea. HEX triplet: C0, 5D and 4C. RGB value is (192,93,76). Sum of RGB (Red+Green+Blue) = 192+93+76=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D4C is #3FA2B3. Grayscale: #787878. Windows color (decimal): -4170420 or 5004736. OLE color: 5004736.
HSL color Cylindrical-coordinate representation of color #C05D4C: hue angle of 8.79º 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 #C05D4C is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 76 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.25 |
| HSL | 8.79º | 0.48% | 0.53% | - |
| HSV(B) | 8.79º | 0.6% | 0.75% | - |
| XYZ | 26.96 | 19.56 | 9.19 | - |
| YUV | 120.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 76 | 0 | 0.52 | 0.60 | 0.25 | 8.79 | 0.48 | 0.53 |
| Hex | C0 | 5D | 4C | 0 | 34 | 3C | 19 | 9 | 30 | 35 |
| Octal | 300 | 135 | 114 | 0 | 64 | 74 | 31 | 11 | 60 | 65 |
| Binary | 11000000 | 1011101 | 1001100 | 0 | 110100 | 111100 | 11001 | 1001 | 110000 | 110101 |
Color Harmonies of #C05D4C
Complementary color
Monochromatic Colors of #C05D4C
Black with #C05D4C
Text Example
Text Example
White with #C05D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D4C; }
p { color: rgb(192,93,76); }
H1.HeaderClassName
{
color: #C05D4C;
}
.AnyTagClassName
{
color: #C05D4C;
}
</style>
background-color css
<style>
a { background-color: #C05D4C; }
a { background-color: rgb(192,93,76); }
div.DivClassName
{
background-color: #C05D4C;
}
.BgClassName
{
background-color: #C05D4C;
}
</style>
border-color css
<style>
span { border-color: #C05D4C; }
span { border-color: rgb(192,93,76); }
td.TdClassName
{
border-color: #C05D4C;
}
.TagClassName
{
border-color: #C05D4C;
}
</style>