Shades of Flame Pea #C05440
Tints of Flame Pea #C05440
RGB
CMYK
RGB Variations
Color information
#C05440 (or 0xC05440) is known color: Flame Pea. HEX triplet: C0, 54 and 40. RGB value is (192,84,64). Sum of RGB (Red+Green+Blue) = 192+84+64=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C05440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05440 is #3FABBF. Grayscale: #727272. Windows color (decimal): -4172736 or 4216000. OLE color: 4216000.
HSL color Cylindrical-coordinate representation of color #C05440: hue angle of 9.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C05440 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 64 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.25 |
| HSL | 9.38º | 0.5% | 0.5% | - |
| HSV(B) | 9.38º | 0.67% | 0.75% | - |
| XYZ | 25.83 | 17.92 | 6.95 | - |
| YUV | 114.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 64 | 0 | 0.56 | 0.67 | 0.25 | 9.38 | 0.5 | 0.5 |
| Hex | C0 | 54 | 40 | 0 | 38 | 43 | 19 | 9 | 32 | 32 |
| Octal | 300 | 124 | 100 | 0 | 70 | 103 | 31 | 11 | 62 | 62 |
| Binary | 11000000 | 1010100 | 1000000 | 0 | 111000 | 1000011 | 11001 | 1001 | 110010 | 110010 |
Color Harmonies of #C05440
Complementary color
Monochromatic Colors of #C05440
Black with #C05440
Text Example
Text Example
White with #C05440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05440; }
p { color: rgb(192,84,64); }
H1.HeaderClassName
{
color: #C05440;
}
.AnyTagClassName
{
color: #C05440;
}
</style>
background-color css
<style>
a { background-color: #C05440; }
a { background-color: rgb(192,84,64); }
div.DivClassName
{
background-color: #C05440;
}
.BgClassName
{
background-color: #C05440;
}
</style>
border-color css
<style>
span { border-color: #C05440; }
span { border-color: rgb(192,84,64); }
td.TdClassName
{
border-color: #C05440;
}
.TagClassName
{
border-color: #C05440;
}
</style>