Shades of Flame Pea #C15940
Tints of Flame Pea #C15940
RGB
CMYK
RGB Variations
Color information
#C15940 (or 0xC15940) is known color: Flame Pea. HEX triplet: C1, 59 and 40. RGB value is (193,89,64). Sum of RGB (Red+Green+Blue) = 193+89+64=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C15940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15940 is #3EA6BF. Grayscale: #757575. Windows color (decimal): -4105920 or 4217281. OLE color: 4217281.
HSL color Cylindrical-coordinate representation of color #C15940: hue angle of 11.63º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C15940 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 64 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.24 |
| HSL | 11.63º | 0.51% | 0.5% | - |
| HSV(B) | 11.63º | 0.67% | 0.76% | - |
| XYZ | 26.49 | 18.85 | 7.09 | - |
| YUV | 117.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 64 | 0 | 0.54 | 0.67 | 0.24 | 11.63 | 0.51 | 0.5 |
| Hex | C1 | 59 | 40 | 0 | 36 | 43 | 18 | C | 33 | 32 |
| Octal | 301 | 131 | 100 | 0 | 66 | 103 | 30 | 14 | 63 | 62 |
| Binary | 11000001 | 1011001 | 1000000 | 0 | 110110 | 1000011 | 11000 | 1100 | 110011 | 110010 |
Color Harmonies of #C15940
Complementary color
Monochromatic Colors of #C15940
Black with #C15940
Text Example
Text Example
White with #C15940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15940; }
p { color: rgb(193,89,64); }
H1.HeaderClassName
{
color: #C15940;
}
.AnyTagClassName
{
color: #C15940;
}
</style>
background-color css
<style>
a { background-color: #C15940; }
a { background-color: rgb(193,89,64); }
div.DivClassName
{
background-color: #C15940;
}
.BgClassName
{
background-color: #C15940;
}
</style>
border-color css
<style>
span { border-color: #C15940; }
span { border-color: rgb(193,89,64); }
td.TdClassName
{
border-color: #C15940;
}
.TagClassName
{
border-color: #C15940;
}
</style>