Shades of Flame Pea #C05740
Tints of Flame Pea #C05740
RGB
CMYK
RGB Variations
Color information
#C05740 (or 0xC05740) is known color: Flame Pea. HEX triplet: C0, 57 and 40. RGB value is (192,87,64). Sum of RGB (Red+Green+Blue) = 192+87+64=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C05740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05740 is #3FA8BF. Grayscale: #737373. Windows color (decimal): -4171968 or 4216768. OLE color: 4216768.
HSL color Cylindrical-coordinate representation of color #C05740: hue angle of 10.78º 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 #C05740 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 64 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.25 |
| HSL | 10.78º | 0.5% | 0.5% | - |
| HSV(B) | 10.78º | 0.67% | 0.75% | - |
| XYZ | 26.07 | 18.39 | 7.03 | - |
| YUV | 115.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 64 | 0 | 0.55 | 0.67 | 0.25 | 10.78 | 0.5 | 0.5 |
| Hex | C0 | 57 | 40 | 0 | 37 | 43 | 19 | B | 32 | 32 |
| Octal | 300 | 127 | 100 | 0 | 67 | 103 | 31 | 13 | 62 | 62 |
| Binary | 11000000 | 1010111 | 1000000 | 0 | 110111 | 1000011 | 11001 | 1011 | 110010 | 110010 |
Color Harmonies of #C05740
Complementary color
Monochromatic Colors of #C05740
Black with #C05740
Text Example
Text Example
White with #C05740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05740; }
p { color: rgb(192,87,64); }
H1.HeaderClassName
{
color: #C05740;
}
.AnyTagClassName
{
color: #C05740;
}
</style>
background-color css
<style>
a { background-color: #C05740; }
a { background-color: rgb(192,87,64); }
div.DivClassName
{
background-color: #C05740;
}
.BgClassName
{
background-color: #C05740;
}
</style>
border-color css
<style>
span { border-color: #C05740; }
span { border-color: rgb(192,87,64); }
td.TdClassName
{
border-color: #C05740;
}
.TagClassName
{
border-color: #C05740;
}
</style>