Shades of Flame Pea #C26143
Tints of Flame Pea #C26143
RGB
CMYK
RGB Variations
Color information
#C26143 (or 0xC26143) is known color: Flame Pea. HEX triplet: C2, 61 and 43. RGB value is (194,97,67). Sum of RGB (Red+Green+Blue) = 194+97+67=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C26143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26143 is #3D9EBC. Grayscale: #7A7A7A. Windows color (decimal): -4038333 or 4415938. OLE color: 4415938.
HSL color Cylindrical-coordinate representation of color #C26143: hue angle of 14.17º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C26143 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 67 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.24 |
| HSL | 14.17º | 0.51% | 0.51% | - |
| HSV(B) | 14.17º | 0.65% | 0.76% | - |
| XYZ | 27.54 | 20.42 | 7.8 | - |
| YUV | 122.58 | 96.64 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 67 | 0 | 0.50 | 0.65 | 0.24 | 14.17 | 0.51 | 0.51 |
| Hex | C2 | 61 | 43 | 0 | 32 | 41 | 18 | E | 33 | 33 |
| Octal | 302 | 141 | 103 | 0 | 62 | 101 | 30 | 16 | 63 | 63 |
| Binary | 11000010 | 1100001 | 1000011 | 0 | 110010 | 1000001 | 11000 | 1110 | 110011 | 110011 |
Color Harmonies of #C26143
Complementary color
Monochromatic Colors of #C26143
Black with #C26143
Text Example
Text Example
White with #C26143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26143; }
p { color: rgb(194,97,67); }
H1.HeaderClassName
{
color: #C26143;
}
.AnyTagClassName
{
color: #C26143;
}
</style>
background-color css
<style>
a { background-color: #C26143; }
a { background-color: rgb(194,97,67); }
div.DivClassName
{
background-color: #C26143;
}
.BgClassName
{
background-color: #C26143;
}
</style>
border-color css
<style>
span { border-color: #C26143; }
span { border-color: rgb(194,97,67); }
td.TdClassName
{
border-color: #C26143;
}
.TagClassName
{
border-color: #C26143;
}
</style>