Shades of Flame Pea #C05640
Tints of Flame Pea #C05640
RGB
CMYK
RGB Variations
Color information
#C05640 (or 0xC05640) is known color: Flame Pea. HEX triplet: C0, 56 and 40. RGB value is (192,86,64). Sum of RGB (Red+Green+Blue) = 192+86+64=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C05640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05640 is #3FA9BF. Grayscale: #737373. Windows color (decimal): -4172224 or 4216512. OLE color: 4216512.
HSL color Cylindrical-coordinate representation of color #C05640: hue angle of 10.31º 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 #C05640 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 64 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.25 |
| HSL | 10.31º | 0.5% | 0.5% | - |
| HSV(B) | 10.31º | 0.67% | 0.75% | - |
| XYZ | 25.99 | 18.23 | 7 | - |
| YUV | 115.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 64 | 0 | 0.55 | 0.67 | 0.25 | 10.31 | 0.5 | 0.5 |
| Hex | C0 | 56 | 40 | 0 | 37 | 43 | 19 | A | 32 | 32 |
| Octal | 300 | 126 | 100 | 0 | 67 | 103 | 31 | 12 | 62 | 62 |
| Binary | 11000000 | 1010110 | 1000000 | 0 | 110111 | 1000011 | 11001 | 1010 | 110010 | 110010 |
Color Harmonies of #C05640
Complementary color
Monochromatic Colors of #C05640
Black with #C05640
Text Example
Text Example
White with #C05640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05640; }
p { color: rgb(192,86,64); }
H1.HeaderClassName
{
color: #C05640;
}
.AnyTagClassName
{
color: #C05640;
}
</style>
background-color css
<style>
a { background-color: #C05640; }
a { background-color: rgb(192,86,64); }
div.DivClassName
{
background-color: #C05640;
}
.BgClassName
{
background-color: #C05640;
}
</style>
border-color css
<style>
span { border-color: #C05640; }
span { border-color: rgb(192,86,64); }
td.TdClassName
{
border-color: #C05640;
}
.TagClassName
{
border-color: #C05640;
}
</style>