Shades of Flame Pea #C2604E
Tints of Flame Pea #C2604E
RGB
CMYK
RGB Variations
Color information
#C2604E (or 0xC2604E) is known color: Flame Pea. HEX triplet: C2, 60 and 4E. RGB value is (194,96,78). Sum of RGB (Red+Green+Blue) = 194+96+78=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2604E is #3D9FB1. Grayscale: #7B7B7B. Windows color (decimal): -4038578 or 5136578. OLE color: 5136578.
HSL color Cylindrical-coordinate representation of color #C2604E: hue angle of 9.31º 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 #C2604E is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 78 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.24 |
| HSL | 9.31º | 0.49% | 0.53% | - |
| HSV(B) | 9.31º | 0.6% | 0.76% | - |
| XYZ | 27.81 | 20.39 | 9.68 | - |
| YUV | 123.25 | 102.47 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 78 | 0 | 0.51 | 0.60 | 0.24 | 9.31 | 0.49 | 0.53 |
| Hex | C2 | 60 | 4E | 0 | 33 | 3C | 18 | 9 | 31 | 35 |
| Octal | 302 | 140 | 116 | 0 | 63 | 74 | 30 | 11 | 61 | 65 |
| Binary | 11000010 | 1100000 | 1001110 | 0 | 110011 | 111100 | 11000 | 1001 | 110001 | 110101 |
Color Harmonies of #C2604E
Complementary color
Monochromatic Colors of #C2604E
Black with #C2604E
Text Example
Text Example
White with #C2604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2604E; }
p { color: rgb(194,96,78); }
H1.HeaderClassName
{
color: #C2604E;
}
.AnyTagClassName
{
color: #C2604E;
}
</style>
background-color css
<style>
a { background-color: #C2604E; }
a { background-color: rgb(194,96,78); }
div.DivClassName
{
background-color: #C2604E;
}
.BgClassName
{
background-color: #C2604E;
}
</style>
border-color css
<style>
span { border-color: #C2604E; }
span { border-color: rgb(194,96,78); }
td.TdClassName
{
border-color: #C2604E;
}
.TagClassName
{
border-color: #C2604E;
}
</style>