Shades of Flame Pea #C0563F
Tints of Flame Pea #C0563F
RGB
CMYK
RGB Variations
Color information
#C0563F (or 0xC0563F) is known color: Flame Pea. HEX triplet: C0, 56 and 3F. RGB value is (192,86,63). Sum of RGB (Red+Green+Blue) = 192+86+63=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0563F is #3FA9C0. Grayscale: #737373. Windows color (decimal): -4172225 or 4150976. OLE color: 4150976.
HSL color Cylindrical-coordinate representation of color #C0563F: hue angle of 10.7º degrees, saturation: 0.51, 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 #C0563F is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 63 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.25 |
| HSL | 10.7º | 0.51% | 0.5% | - |
| HSV(B) | 10.7º | 0.67% | 0.75% | - |
| XYZ | 25.96 | 18.22 | 6.85 | - |
| YUV | 115.07 | 98.62 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 63 | 0 | 0.55 | 0.67 | 0.25 | 10.7 | 0.51 | 0.5 |
| Hex | C0 | 56 | 3F | 0 | 37 | 43 | 19 | B | 33 | 32 |
| Octal | 300 | 126 | 77 | 0 | 67 | 103 | 31 | 13 | 63 | 62 |
| Binary | 11000000 | 1010110 | 111111 | 0 | 110111 | 1000011 | 11001 | 1011 | 110011 | 110010 |
Color Harmonies of #C0563F
Complementary color
Monochromatic Colors of #C0563F
Black with #C0563F
Text Example
Text Example
White with #C0563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0563F; }
p { color: rgb(192,86,63); }
H1.HeaderClassName
{
color: #C0563F;
}
.AnyTagClassName
{
color: #C0563F;
}
</style>
background-color css
<style>
a { background-color: #C0563F; }
a { background-color: rgb(192,86,63); }
div.DivClassName
{
background-color: #C0563F;
}
.BgClassName
{
background-color: #C0563F;
}
</style>
border-color css
<style>
span { border-color: #C0563F; }
span { border-color: rgb(192,86,63); }
td.TdClassName
{
border-color: #C0563F;
}
.TagClassName
{
border-color: #C0563F;
}
</style>