Shades of Flame Pea #C26647
Tints of Flame Pea #C26647
RGB
CMYK
RGB Variations
Color information
#C26647 (or 0xC26647) is known color: Flame Pea. HEX triplet: C2, 66 and 47. RGB value is (194,102,71). Sum of RGB (Red+Green+Blue) = 194+102+71=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C26647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26647 is #3D99B8. Grayscale: #7E7E7E. Windows color (decimal): -4037049 or 4679362. OLE color: 4679362.
HSL color Cylindrical-coordinate representation of color #C26647: hue angle of 15.12º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C26647 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 102 | 71 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.24 |
| HSL | 15.12º | 0.5% | 0.52% | - |
| HSV(B) | 15.12º | 0.63% | 0.76% | - |
| XYZ | 28.14 | 21.43 | 8.61 | - |
| YUV | 125.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 71 | 0 | 0.47 | 0.63 | 0.24 | 15.12 | 0.5 | 0.52 |
| Hex | C2 | 66 | 47 | 0 | 2F | 3F | 18 | F | 32 | 34 |
| Octal | 302 | 146 | 107 | 0 | 57 | 77 | 30 | 17 | 62 | 64 |
| Binary | 11000010 | 1100110 | 1000111 | 0 | 101111 | 111111 | 11000 | 1111 | 110010 | 110100 |
Color Harmonies of #C26647
Complementary color
Monochromatic Colors of #C26647
Black with #C26647
Text Example
Text Example
White with #C26647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26647; }
p { color: rgb(194,102,71); }
H1.HeaderClassName
{
color: #C26647;
}
.AnyTagClassName
{
color: #C26647;
}
</style>
background-color css
<style>
a { background-color: #C26647; }
a { background-color: rgb(194,102,71); }
div.DivClassName
{
background-color: #C26647;
}
.BgClassName
{
background-color: #C26647;
}
</style>
border-color css
<style>
span { border-color: #C26647; }
span { border-color: rgb(194,102,71); }
td.TdClassName
{
border-color: #C26647;
}
.TagClassName
{
border-color: #C26647;
}
</style>