Shades of Flame Pea #C2674E
Tints of Flame Pea #C2674E
RGB
CMYK
RGB Variations
Color information
#C2674E (or 0xC2674E) is known color: Flame Pea. HEX triplet: C2, 67 and 4E. RGB value is (194,103,78). Sum of RGB (Red+Green+Blue) = 194+103+78=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2674E is #3D98B1. Grayscale: #7F7F7F. Windows color (decimal): -4036786 or 5138370. OLE color: 5138370.
HSL color Cylindrical-coordinate representation of color #C2674E: hue angle of 12.93º 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 #C2674E is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 78 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.24 |
| HSL | 12.93º | 0.49% | 0.53% | - |
| HSV(B) | 12.93º | 0.6% | 0.76% | - |
| XYZ | 28.47 | 21.72 | 9.9 | - |
| YUV | 127.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 78 | 0 | 0.47 | 0.60 | 0.24 | 12.93 | 0.49 | 0.53 |
| Hex | C2 | 67 | 4E | 0 | 2F | 3C | 18 | D | 31 | 35 |
| Octal | 302 | 147 | 116 | 0 | 57 | 74 | 30 | 15 | 61 | 65 |
| Binary | 11000010 | 1100111 | 1001110 | 0 | 101111 | 111100 | 11000 | 1101 | 110001 | 110101 |
Color Harmonies of #C2674E
Complementary color
Monochromatic Colors of #C2674E
Black with #C2674E
Text Example
Text Example
White with #C2674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2674E; }
p { color: rgb(194,103,78); }
H1.HeaderClassName
{
color: #C2674E;
}
.AnyTagClassName
{
color: #C2674E;
}
</style>
background-color css
<style>
a { background-color: #C2674E; }
a { background-color: rgb(194,103,78); }
div.DivClassName
{
background-color: #C2674E;
}
.BgClassName
{
background-color: #C2674E;
}
</style>
border-color css
<style>
span { border-color: #C2674E; }
span { border-color: rgb(194,103,78); }
td.TdClassName
{
border-color: #C2674E;
}
.TagClassName
{
border-color: #C2674E;
}
</style>