Shades of Flame Pea #C4604C
Tints of Flame Pea #C4604C
RGB
CMYK
RGB Variations
Color information
#C4604C (or 0xC4604C) is known color: Flame Pea. HEX triplet: C4, 60 and 4C. RGB value is (196,96,76). Sum of RGB (Red+Green+Blue) = 196+96+76=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4604C is #3B9FB3. Grayscale: #7B7B7B. Windows color (decimal): -3907508 or 5005508. OLE color: 5005508.
HSL color Cylindrical-coordinate representation of color #C4604C: hue angle of 10º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4604C is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 76 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.23 |
| HSL | 10º | 0.5% | 0.53% | - |
| HSV(B) | 10º | 0.61% | 0.77% | - |
| XYZ | 28.25 | 20.62 | 9.33 | - |
| YUV | 123.62 | 101.13 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 76 | 0 | 0.51 | 0.61 | 0.23 | 10 | 0.5 | 0.53 |
| Hex | C4 | 60 | 4C | 0 | 33 | 3D | 17 | A | 32 | 35 |
| Octal | 304 | 140 | 114 | 0 | 63 | 75 | 27 | 12 | 62 | 65 |
| Binary | 11000100 | 1100000 | 1001100 | 0 | 110011 | 111101 | 10111 | 1010 | 110010 | 110101 |
Color Harmonies of #C4604C
Complementary color
Monochromatic Colors of #C4604C
Black with #C4604C
Text Example
Text Example
White with #C4604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4604C; }
p { color: rgb(196,96,76); }
H1.HeaderClassName
{
color: #C4604C;
}
.AnyTagClassName
{
color: #C4604C;
}
</style>
background-color css
<style>
a { background-color: #C4604C; }
a { background-color: rgb(196,96,76); }
div.DivClassName
{
background-color: #C4604C;
}
.BgClassName
{
background-color: #C4604C;
}
</style>
border-color css
<style>
span { border-color: #C4604C; }
span { border-color: rgb(196,96,76); }
td.TdClassName
{
border-color: #C4604C;
}
.TagClassName
{
border-color: #C4604C;
}
</style>