Shades of Flame Pea #C26041
Tints of Flame Pea #C26041
RGB
CMYK
RGB Variations
Color information
#C26041 (or 0xC26041) is known color: Flame Pea. HEX triplet: C2, 60 and 41. RGB value is (194,96,65). Sum of RGB (Red+Green+Blue) = 194+96+65=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C26041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26041 is #3D9FBE. Grayscale: #797979. Windows color (decimal): -4038591 or 4284610. OLE color: 4284610.
HSL color Cylindrical-coordinate representation of color #C26041: hue angle of 14.42º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C26041 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 65 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.24 |
| HSL | 14.42º | 0.51% | 0.51% | - |
| HSV(B) | 14.42º | 0.66% | 0.76% | - |
| XYZ | 27.39 | 20.22 | 7.46 | - |
| YUV | 121.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 65 | 0 | 0.51 | 0.66 | 0.24 | 14.42 | 0.51 | 0.51 |
| Hex | C2 | 60 | 41 | 0 | 33 | 42 | 18 | E | 33 | 33 |
| Octal | 302 | 140 | 101 | 0 | 63 | 102 | 30 | 16 | 63 | 63 |
| Binary | 11000010 | 1100000 | 1000001 | 0 | 110011 | 1000010 | 11000 | 1110 | 110011 | 110011 |
Color Harmonies of #C26041
Complementary color
Monochromatic Colors of #C26041
Black with #C26041
Text Example
Text Example
White with #C26041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26041; }
p { color: rgb(194,96,65); }
H1.HeaderClassName
{
color: #C26041;
}
.AnyTagClassName
{
color: #C26041;
}
</style>
background-color css
<style>
a { background-color: #C26041; }
a { background-color: rgb(194,96,65); }
div.DivClassName
{
background-color: #C26041;
}
.BgClassName
{
background-color: #C26041;
}
</style>
border-color css
<style>
span { border-color: #C26041; }
span { border-color: rgb(194,96,65); }
td.TdClassName
{
border-color: #C26041;
}
.TagClassName
{
border-color: #C26041;
}
</style>