Shades of Flame Pea #C4624A
Tints of Flame Pea #C4624A
RGB
CMYK
RGB Variations
Color information
#C4624A (or 0xC4624A) is known color: Flame Pea. HEX triplet: C4, 62 and 4A. RGB value is (196,98,74). Sum of RGB (Red+Green+Blue) = 196+98+74=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4624A is #3B9DB5. Grayscale: #7C7C7C. Windows color (decimal): -3906998 or 4874948. OLE color: 4874948.
HSL color Cylindrical-coordinate representation of color #C4624A: hue angle of 11.8º 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 #C4624A is Cyan = 0, Magento = 0.5, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 74 | - |
| CMYK | 0 | 0.5 | 0.62 | 0.23 |
| HSL | 11.8º | 0.51% | 0.53% | - |
| HSV(B) | 11.8º | 0.62% | 0.77% | - |
| XYZ | 28.37 | 20.97 | 9.03 | - |
| YUV | 124.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 74 | 0 | 0.5 | 0.62 | 0.23 | 11.8 | 0.51 | 0.53 |
| Hex | C4 | 62 | 4A | 0 | 32 | 3E | 17 | C | 33 | 35 |
| Octal | 304 | 142 | 112 | 0 | 62 | 76 | 27 | 14 | 63 | 65 |
| Binary | 11000100 | 1100010 | 1001010 | 0 | 110010 | 111110 | 10111 | 1100 | 110011 | 110101 |
Color Harmonies of #C4624A
Complementary color
Monochromatic Colors of #C4624A
Black with #C4624A
Text Example
Text Example
White with #C4624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4624A; }
p { color: rgb(196,98,74); }
H1.HeaderClassName
{
color: #C4624A;
}
.AnyTagClassName
{
color: #C4624A;
}
</style>
background-color css
<style>
a { background-color: #C4624A; }
a { background-color: rgb(196,98,74); }
div.DivClassName
{
background-color: #C4624A;
}
.BgClassName
{
background-color: #C4624A;
}
</style>
border-color css
<style>
span { border-color: #C4624A; }
span { border-color: rgb(196,98,74); }
td.TdClassName
{
border-color: #C4624A;
}
.TagClassName
{
border-color: #C4624A;
}
</style>