Shades of Flame Pea #C05D50
Tints of Flame Pea #C05D50
RGB
CMYK
RGB Variations
Color information
#C05D50 (or 0xC05D50) is known color: Flame Pea. HEX triplet: C0, 5D and 50. RGB value is (192,93,80). Sum of RGB (Red+Green+Blue) = 192+93+80=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05D50 is #3FA2AF. Grayscale: #797979. Windows color (decimal): -4170416 or 5266880. OLE color: 5266880.
HSL color Cylindrical-coordinate representation of color #C05D50: hue angle of 6.96º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05D50 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 80 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.25 |
| HSL | 6.96º | 0.47% | 0.53% | - |
| HSV(B) | 6.96º | 0.58% | 0.75% | - |
| XYZ | 27.1 | 19.61 | 9.95 | - |
| YUV | 121.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 80 | 0 | 0.52 | 0.58 | 0.25 | 6.96 | 0.47 | 0.53 |
| Hex | C0 | 5D | 50 | 0 | 34 | 3A | 19 | 7 | 2F | 35 |
| Octal | 300 | 135 | 120 | 0 | 64 | 72 | 31 | 7 | 57 | 65 |
| Binary | 11000000 | 1011101 | 1010000 | 0 | 110100 | 111010 | 11001 | 111 | 101111 | 110101 |
Color Harmonies of #C05D50
Complementary color
Monochromatic Colors of #C05D50
Black with #C05D50
Text Example
Text Example
White with #C05D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D50; }
p { color: rgb(192,93,80); }
H1.HeaderClassName
{
color: #C05D50;
}
.AnyTagClassName
{
color: #C05D50;
}
</style>
background-color css
<style>
a { background-color: #C05D50; }
a { background-color: rgb(192,93,80); }
div.DivClassName
{
background-color: #C05D50;
}
.BgClassName
{
background-color: #C05D50;
}
</style>
border-color css
<style>
span { border-color: #C05D50; }
span { border-color: rgb(192,93,80); }
td.TdClassName
{
border-color: #C05D50;
}
.TagClassName
{
border-color: #C05D50;
}
</style>