Shades of Flame Pea #C05741
Tints of Flame Pea #C05741
RGB
CMYK
RGB Variations
Color information
#C05741 (or 0xC05741) is known color: Flame Pea. HEX triplet: C0, 57 and 41. RGB value is (192,87,65). Sum of RGB (Red+Green+Blue) = 192+87+65=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C05741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05741 is #3FA8BE. Grayscale: #747474. Windows color (decimal): -4171967 or 4282304. OLE color: 4282304.
HSL color Cylindrical-coordinate representation of color #C05741: hue angle of 10.39º 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 #C05741 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 65 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.25 |
| HSL | 10.39º | 0.5% | 0.5% | - |
| HSV(B) | 10.39º | 0.66% | 0.75% | - |
| XYZ | 26.1 | 18.4 | 7.18 | - |
| YUV | 115.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 65 | 0 | 0.55 | 0.66 | 0.25 | 10.39 | 0.5 | 0.5 |
| Hex | C0 | 57 | 41 | 0 | 37 | 42 | 19 | A | 32 | 32 |
| Octal | 300 | 127 | 101 | 0 | 67 | 102 | 31 | 12 | 62 | 62 |
| Binary | 11000000 | 1010111 | 1000001 | 0 | 110111 | 1000010 | 11001 | 1010 | 110010 | 110010 |
Color Harmonies of #C05741
Complementary color
Monochromatic Colors of #C05741
Black with #C05741
Text Example
Text Example
White with #C05741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05741; }
p { color: rgb(192,87,65); }
H1.HeaderClassName
{
color: #C05741;
}
.AnyTagClassName
{
color: #C05741;
}
</style>
background-color css
<style>
a { background-color: #C05741; }
a { background-color: rgb(192,87,65); }
div.DivClassName
{
background-color: #C05741;
}
.BgClassName
{
background-color: #C05741;
}
</style>
border-color css
<style>
span { border-color: #C05741; }
span { border-color: rgb(192,87,65); }
td.TdClassName
{
border-color: #C05741;
}
.TagClassName
{
border-color: #C05741;
}
</style>