Shades of Flame Pea #C1674E
Tints of Flame Pea #C1674E
RGB
CMYK
RGB Variations
Color information
#C1674E (or 0xC1674E) is known color: Flame Pea. HEX triplet: C1, 67 and 4E. RGB value is (193,103,78). Sum of RGB (Red+Green+Blue) = 193+103+78=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1674E is #3E98B1. Grayscale: #7F7F7F. Windows color (decimal): -4102322 or 5138369. OLE color: 5138369.
HSL color Cylindrical-coordinate representation of color #C1674E: hue angle of 13.04º degrees, saturation: 0.48, 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 #C1674E is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 78 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.24 |
| HSL | 13.04º | 0.48% | 0.53% | - |
| HSV(B) | 13.04º | 0.6% | 0.76% | - |
| XYZ | 28.22 | 21.59 | 9.89 | - |
| YUV | 127.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 78 | 0 | 0.47 | 0.60 | 0.24 | 13.04 | 0.48 | 0.53 |
| Hex | C1 | 67 | 4E | 0 | 2F | 3C | 18 | D | 30 | 35 |
| Octal | 301 | 147 | 116 | 0 | 57 | 74 | 30 | 15 | 60 | 65 |
| Binary | 11000001 | 1100111 | 1001110 | 0 | 101111 | 111100 | 11000 | 1101 | 110000 | 110101 |
Color Harmonies of #C1674E
Complementary color
Monochromatic Colors of #C1674E
Black with #C1674E
Text Example
Text Example
White with #C1674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1674E; }
p { color: rgb(193,103,78); }
H1.HeaderClassName
{
color: #C1674E;
}
.AnyTagClassName
{
color: #C1674E;
}
</style>
background-color css
<style>
a { background-color: #C1674E; }
a { background-color: rgb(193,103,78); }
div.DivClassName
{
background-color: #C1674E;
}
.BgClassName
{
background-color: #C1674E;
}
</style>
border-color css
<style>
span { border-color: #C1674E; }
span { border-color: rgb(193,103,78); }
td.TdClassName
{
border-color: #C1674E;
}
.TagClassName
{
border-color: #C1674E;
}
</style>