Shades of Flame Pea #C4614D
Tints of Flame Pea #C4614D
RGB
CMYK
RGB Variations
Color information
#C4614D (or 0xC4614D) is known color: Flame Pea. HEX triplet: C4, 61 and 4D. RGB value is (196,97,77). Sum of RGB (Red+Green+Blue) = 196+97+77=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4614D is #3B9EB2. Grayscale: #7C7C7C. Windows color (decimal): -3907251 or 5071300. OLE color: 5071300.
HSL color Cylindrical-coordinate representation of color #C4614D: hue angle of 10.08º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4614D is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 77 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.23 |
| HSL | 10.08º | 0.5% | 0.54% | - |
| HSV(B) | 10.08º | 0.61% | 0.77% | - |
| XYZ | 28.38 | 20.82 | 9.54 | - |
| YUV | 124.32 | 101.3 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 77 | 0 | 0.51 | 0.61 | 0.23 | 10.08 | 0.5 | 0.54 |
| Hex | C4 | 61 | 4D | 0 | 33 | 3D | 17 | A | 32 | 36 |
| Octal | 304 | 141 | 115 | 0 | 63 | 75 | 27 | 12 | 62 | 66 |
| Binary | 11000100 | 1100001 | 1001101 | 0 | 110011 | 111101 | 10111 | 1010 | 110010 | 110110 |
Color Harmonies of #C4614D
Complementary color
Monochromatic Colors of #C4614D
Black with #C4614D
Text Example
Text Example
White with #C4614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4614D; }
p { color: rgb(196,97,77); }
H1.HeaderClassName
{
color: #C4614D;
}
.AnyTagClassName
{
color: #C4614D;
}
</style>
background-color css
<style>
a { background-color: #C4614D; }
a { background-color: rgb(196,97,77); }
div.DivClassName
{
background-color: #C4614D;
}
.BgClassName
{
background-color: #C4614D;
}
</style>
border-color css
<style>
span { border-color: #C4614D; }
span { border-color: rgb(196,97,77); }
td.TdClassName
{
border-color: #C4614D;
}
.TagClassName
{
border-color: #C4614D;
}
</style>