Shades of Flame Pea #C45A49
Tints of Flame Pea #C45A49
RGB
CMYK
RGB Variations
Color information
#C45A49 (or 0xC45A49) is known color: Flame Pea. HEX triplet: C4, 5A and 49. RGB value is (196,90,73). Sum of RGB (Red+Green+Blue) = 196+90+73=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A49 is #3BA5B6. Grayscale: #777777. Windows color (decimal): -3909047 or 4807364. OLE color: 4807364.
HSL color Cylindrical-coordinate representation of color #C45A49: hue angle of 8.29º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C45A49 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 73 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.23 |
| HSL | 8.29º | 0.51% | 0.53% | - |
| HSV(B) | 8.29º | 0.63% | 0.77% | - |
| XYZ | 27.62 | 19.53 | 8.62 | - |
| YUV | 119.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 73 | 0 | 0.54 | 0.63 | 0.23 | 8.29 | 0.51 | 0.53 |
| Hex | C4 | 5A | 49 | 0 | 36 | 3F | 17 | 8 | 33 | 35 |
| Octal | 304 | 132 | 111 | 0 | 66 | 77 | 27 | 10 | 63 | 65 |
| Binary | 11000100 | 1011010 | 1001001 | 0 | 110110 | 111111 | 10111 | 1000 | 110011 | 110101 |
Color Harmonies of #C45A49
Complementary color
Monochromatic Colors of #C45A49
Black with #C45A49
Text Example
Text Example
White with #C45A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A49; }
p { color: rgb(196,90,73); }
H1.HeaderClassName
{
color: #C45A49;
}
.AnyTagClassName
{
color: #C45A49;
}
</style>
background-color css
<style>
a { background-color: #C45A49; }
a { background-color: rgb(196,90,73); }
div.DivClassName
{
background-color: #C45A49;
}
.BgClassName
{
background-color: #C45A49;
}
</style>
border-color css
<style>
span { border-color: #C45A49; }
span { border-color: rgb(196,90,73); }
td.TdClassName
{
border-color: #C45A49;
}
.TagClassName
{
border-color: #C45A49;
}
</style>