Shades of Flame Pea #C2644E
Tints of Flame Pea #C2644E
RGB
CMYK
RGB Variations
Color information
#C2644E (or 0xC2644E) is known color: Flame Pea. HEX triplet: C2, 64 and 4E. RGB value is (194,100,78). Sum of RGB (Red+Green+Blue) = 194+100+78=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2644E is #3D9BB1. Grayscale: #7D7D7D. Windows color (decimal): -4037554 or 5137602. OLE color: 5137602.
HSL color Cylindrical-coordinate representation of color #C2644E: hue angle of 11.38º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2644E is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 78 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.24 |
| HSL | 11.38º | 0.49% | 0.53% | - |
| HSV(B) | 11.38º | 0.6% | 0.76% | - |
| XYZ | 28.18 | 21.13 | 9.8 | - |
| YUV | 125.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 78 | 0 | 0.48 | 0.60 | 0.24 | 11.38 | 0.49 | 0.53 |
| Hex | C2 | 64 | 4E | 0 | 30 | 3C | 18 | B | 31 | 35 |
| Octal | 302 | 144 | 116 | 0 | 60 | 74 | 30 | 13 | 61 | 65 |
| Binary | 11000010 | 1100100 | 1001110 | 0 | 110000 | 111100 | 11000 | 1011 | 110001 | 110101 |
Color Harmonies of #C2644E
Complementary color
Monochromatic Colors of #C2644E
Black with #C2644E
Text Example
Text Example
White with #C2644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2644E; }
p { color: rgb(194,100,78); }
H1.HeaderClassName
{
color: #C2644E;
}
.AnyTagClassName
{
color: #C2644E;
}
</style>
background-color css
<style>
a { background-color: #C2644E; }
a { background-color: rgb(194,100,78); }
div.DivClassName
{
background-color: #C2644E;
}
.BgClassName
{
background-color: #C2644E;
}
</style>
border-color css
<style>
span { border-color: #C2644E; }
span { border-color: rgb(194,100,78); }
td.TdClassName
{
border-color: #C2644E;
}
.TagClassName
{
border-color: #C2644E;
}
</style>