Shades of Flame Pea #C05641
Tints of Flame Pea #C05641
RGB
CMYK
RGB Variations
Color information
#C05641 (or 0xC05641) is known color: Flame Pea. HEX triplet: C0, 56 and 41. RGB value is (192,86,65). Sum of RGB (Red+Green+Blue) = 192+86+65=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C05641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05641 is #3FA9BE. Grayscale: #737373. Windows color (decimal): -4172223 or 4282048. OLE color: 4282048.
HSL color Cylindrical-coordinate representation of color #C05641: hue angle of 9.92º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C05641 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 65 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.25 |
| HSL | 9.92º | 0.5% | 0.5% | - |
| HSV(B) | 9.92º | 0.66% | 0.75% | - |
| XYZ | 26.02 | 18.24 | 7.15 | - |
| YUV | 115.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 65 | 0 | 0.55 | 0.66 | 0.25 | 9.92 | 0.5 | 0.5 |
| Hex | C0 | 56 | 41 | 0 | 37 | 42 | 19 | A | 32 | 32 |
| Octal | 300 | 126 | 101 | 0 | 67 | 102 | 31 | 12 | 62 | 62 |
| Binary | 11000000 | 1010110 | 1000001 | 0 | 110111 | 1000010 | 11001 | 1010 | 110010 | 110010 |
Color Harmonies of #C05641
Complementary color
Monochromatic Colors of #C05641
Black with #C05641
Text Example
Text Example
White with #C05641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05641; }
p { color: rgb(192,86,65); }
H1.HeaderClassName
{
color: #C05641;
}
.AnyTagClassName
{
color: #C05641;
}
</style>
background-color css
<style>
a { background-color: #C05641; }
a { background-color: rgb(192,86,65); }
div.DivClassName
{
background-color: #C05641;
}
.BgClassName
{
background-color: #C05641;
}
</style>
border-color css
<style>
span { border-color: #C05641; }
span { border-color: rgb(192,86,65); }
td.TdClassName
{
border-color: #C05641;
}
.TagClassName
{
border-color: #C05641;
}
</style>