Shades of Flame Pea #C0563E
Tints of Flame Pea #C0563E
RGB
CMYK
RGB Variations
Color information
#C0563E (or 0xC0563E) is known color: Flame Pea. HEX triplet: C0, 56 and 3E. RGB value is (192,86,62). Sum of RGB (Red+Green+Blue) = 192+86+62=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0563E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0563E is #3FA9C1. Grayscale: #737373. Windows color (decimal): -4172226 or 4085440. OLE color: 4085440.
HSL color Cylindrical-coordinate representation of color #C0563E: hue angle of 11.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0563E is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 62 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.25 |
| HSL | 11.08º | 0.51% | 0.5% | - |
| HSV(B) | 11.08º | 0.68% | 0.75% | - |
| XYZ | 25.94 | 18.21 | 6.71 | - |
| YUV | 114.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 62 | 0 | 0.55 | 0.68 | 0.25 | 11.08 | 0.51 | 0.5 |
| Hex | C0 | 56 | 3E | 0 | 37 | 44 | 19 | B | 33 | 32 |
| Octal | 300 | 126 | 76 | 0 | 67 | 104 | 31 | 13 | 63 | 62 |
| Binary | 11000000 | 1010110 | 111110 | 0 | 110111 | 1000100 | 11001 | 1011 | 110011 | 110010 |
Color Harmonies of #C0563E
Complementary color
Monochromatic Colors of #C0563E
Black with #C0563E
Text Example
Text Example
White with #C0563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0563E; }
p { color: rgb(192,86,62); }
H1.HeaderClassName
{
color: #C0563E;
}
.AnyTagClassName
{
color: #C0563E;
}
</style>
background-color css
<style>
a { background-color: #C0563E; }
a { background-color: rgb(192,86,62); }
div.DivClassName
{
background-color: #C0563E;
}
.BgClassName
{
background-color: #C0563E;
}
</style>
border-color css
<style>
span { border-color: #C0563E; }
span { border-color: rgb(192,86,62); }
td.TdClassName
{
border-color: #C0563E;
}
.TagClassName
{
border-color: #C0563E;
}
</style>