Shades of Flame Pea #C45F4A
Tints of Flame Pea #C45F4A
RGB
CMYK
RGB Variations
Color information
#C45F4A (or 0xC45F4A) is known color: Flame Pea. HEX triplet: C4, 5F and 4A. RGB value is (196,95,74). Sum of RGB (Red+Green+Blue) = 196+95+74=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45F4A is #3BA0B5. Grayscale: #7A7A7A. Windows color (decimal): -3907766 or 4874180. OLE color: 4874180.
HSL color Cylindrical-coordinate representation of color #C45F4A: hue angle of 10.33º 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 #C45F4A is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 74 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.23 |
| HSL | 10.33º | 0.51% | 0.53% | - |
| HSV(B) | 10.33º | 0.62% | 0.77% | - |
| XYZ | 28.09 | 20.41 | 8.94 | - |
| YUV | 122.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 74 | 0 | 0.52 | 0.62 | 0.23 | 10.33 | 0.51 | 0.53 |
| Hex | C4 | 5F | 4A | 0 | 34 | 3E | 17 | A | 33 | 35 |
| Octal | 304 | 137 | 112 | 0 | 64 | 76 | 27 | 12 | 63 | 65 |
| Binary | 11000100 | 1011111 | 1001010 | 0 | 110100 | 111110 | 10111 | 1010 | 110011 | 110101 |
Color Harmonies of #C45F4A
Complementary color
Monochromatic Colors of #C45F4A
Black with #C45F4A
Text Example
Text Example
White with #C45F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F4A; }
p { color: rgb(196,95,74); }
H1.HeaderClassName
{
color: #C45F4A;
}
.AnyTagClassName
{
color: #C45F4A;
}
</style>
background-color css
<style>
a { background-color: #C45F4A; }
a { background-color: rgb(196,95,74); }
div.DivClassName
{
background-color: #C45F4A;
}
.BgClassName
{
background-color: #C45F4A;
}
</style>
border-color css
<style>
span { border-color: #C45F4A; }
span { border-color: rgb(196,95,74); }
td.TdClassName
{
border-color: #C45F4A;
}
.TagClassName
{
border-color: #C45F4A;
}
</style>