Shades of Flame Pea #C05C50
Tints of Flame Pea #C05C50
RGB
CMYK
RGB Variations
Color information
#C05C50 (or 0xC05C50) is known color: Flame Pea. HEX triplet: C0, 5C and 50. RGB value is (192,92,80). Sum of RGB (Red+Green+Blue) = 192+92+80=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C50 is #3FA3AF. Grayscale: #787878. Windows color (decimal): -4170672 or 5266624. OLE color: 5266624.
HSL color Cylindrical-coordinate representation of color #C05C50: hue angle of 6.43º 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 #C05C50 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 80 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.25 |
| HSL | 6.43º | 0.47% | 0.53% | - |
| HSV(B) | 6.43º | 0.58% | 0.75% | - |
| XYZ | 27.01 | 19.44 | 9.92 | - |
| YUV | 120.53 | 105.13 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 80 | 0 | 0.52 | 0.58 | 0.25 | 6.43 | 0.47 | 0.53 |
| Hex | C0 | 5C | 50 | 0 | 34 | 3A | 19 | 6 | 2F | 35 |
| Octal | 300 | 134 | 120 | 0 | 64 | 72 | 31 | 6 | 57 | 65 |
| Binary | 11000000 | 1011100 | 1010000 | 0 | 110100 | 111010 | 11001 | 110 | 101111 | 110101 |
Color Harmonies of #C05C50
Complementary color
Monochromatic Colors of #C05C50
Black with #C05C50
Text Example
Text Example
White with #C05C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C50; }
p { color: rgb(192,92,80); }
H1.HeaderClassName
{
color: #C05C50;
}
.AnyTagClassName
{
color: #C05C50;
}
</style>
background-color css
<style>
a { background-color: #C05C50; }
a { background-color: rgb(192,92,80); }
div.DivClassName
{
background-color: #C05C50;
}
.BgClassName
{
background-color: #C05C50;
}
</style>
border-color css
<style>
span { border-color: #C05C50; }
span { border-color: rgb(192,92,80); }
td.TdClassName
{
border-color: #C05C50;
}
.TagClassName
{
border-color: #C05C50;
}
</style>