Shades of Flame Pea #C05D41
Tints of Flame Pea #C05D41
RGB
CMYK
RGB Variations
Color information
#C05D41 (or 0xC05D41) is known color: Flame Pea. HEX triplet: C0, 5D and 41. RGB value is (192,93,65). Sum of RGB (Red+Green+Blue) = 192+93+65=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D41 is #3FA2BE. Grayscale: #777777. Windows color (decimal): -4170431 or 4283840. OLE color: 4283840.
HSL color Cylindrical-coordinate representation of color #C05D41: hue angle of 13.23º 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 #C05D41 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 65 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.25 |
| HSL | 13.23º | 0.5% | 0.5% | - |
| HSV(B) | 13.23º | 0.66% | 0.75% | - |
| XYZ | 26.61 | 19.42 | 7.35 | - |
| YUV | 119.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 65 | 0 | 0.52 | 0.66 | 0.25 | 13.23 | 0.5 | 0.5 |
| Hex | C0 | 5D | 41 | 0 | 34 | 42 | 19 | D | 32 | 32 |
| Octal | 300 | 135 | 101 | 0 | 64 | 102 | 31 | 15 | 62 | 62 |
| Binary | 11000000 | 1011101 | 1000001 | 0 | 110100 | 1000010 | 11001 | 1101 | 110010 | 110010 |
Color Harmonies of #C05D41
Complementary color
Monochromatic Colors of #C05D41
Black with #C05D41
Text Example
Text Example
White with #C05D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D41; }
p { color: rgb(192,93,65); }
H1.HeaderClassName
{
color: #C05D41;
}
.AnyTagClassName
{
color: #C05D41;
}
</style>
background-color css
<style>
a { background-color: #C05D41; }
a { background-color: rgb(192,93,65); }
div.DivClassName
{
background-color: #C05D41;
}
.BgClassName
{
background-color: #C05D41;
}
</style>
border-color css
<style>
span { border-color: #C05D41; }
span { border-color: rgb(192,93,65); }
td.TdClassName
{
border-color: #C05D41;
}
.TagClassName
{
border-color: #C05D41;
}
</style>