Shades of Flame Pea #C4614B
Tints of Flame Pea #C4614B
RGB
CMYK
RGB Variations
Color information
#C4614B (or 0xC4614B) is known color: Flame Pea. HEX triplet: C4, 61 and 4B. RGB value is (196,97,75). Sum of RGB (Red+Green+Blue) = 196+97+75=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4614B is #3B9EB4. Grayscale: #7C7C7C. Windows color (decimal): -3907253 or 4940228. OLE color: 4940228.
HSL color Cylindrical-coordinate representation of color #C4614B: hue angle of 10.91º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4614B is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 75 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.23 |
| HSL | 10.91º | 0.51% | 0.53% | - |
| HSV(B) | 10.91º | 0.62% | 0.77% | - |
| XYZ | 28.31 | 20.79 | 9.18 | - |
| YUV | 124.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 75 | 0 | 0.51 | 0.62 | 0.23 | 10.91 | 0.51 | 0.53 |
| Hex | C4 | 61 | 4B | 0 | 33 | 3E | 17 | B | 33 | 35 |
| Octal | 304 | 141 | 113 | 0 | 63 | 76 | 27 | 13 | 63 | 65 |
| Binary | 11000100 | 1100001 | 1001011 | 0 | 110011 | 111110 | 10111 | 1011 | 110011 | 110101 |
Color Harmonies of #C4614B
Complementary color
Monochromatic Colors of #C4614B
Black with #C4614B
Text Example
Text Example
White with #C4614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4614B; }
p { color: rgb(196,97,75); }
H1.HeaderClassName
{
color: #C4614B;
}
.AnyTagClassName
{
color: #C4614B;
}
</style>
background-color css
<style>
a { background-color: #C4614B; }
a { background-color: rgb(196,97,75); }
div.DivClassName
{
background-color: #C4614B;
}
.BgClassName
{
background-color: #C4614B;
}
</style>
border-color css
<style>
span { border-color: #C4614B; }
span { border-color: rgb(196,97,75); }
td.TdClassName
{
border-color: #C4614B;
}
.TagClassName
{
border-color: #C4614B;
}
</style>