Shades of Flame Pea #C45A4D
Tints of Flame Pea #C45A4D
RGB
CMYK
RGB Variations
Color information
#C45A4D (or 0xC45A4D) is known color: Flame Pea. HEX triplet: C4, 5A and 4D. RGB value is (196,90,77). Sum of RGB (Red+Green+Blue) = 196+90+77=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A4D is #3BA5B2. Grayscale: #787878. Windows color (decimal): -3909043 or 5069508. OLE color: 5069508.
HSL color Cylindrical-coordinate representation of color #C45A4D: hue angle of 6.55º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C45A4D is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 77 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.23 |
| HSL | 6.55º | 0.5% | 0.54% | - |
| HSV(B) | 6.55º | 0.61% | 0.77% | - |
| XYZ | 27.76 | 19.58 | 9.34 | - |
| YUV | 120.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 77 | 0 | 0.54 | 0.61 | 0.23 | 6.55 | 0.5 | 0.54 |
| Hex | C4 | 5A | 4D | 0 | 36 | 3D | 17 | 7 | 32 | 36 |
| Octal | 304 | 132 | 115 | 0 | 66 | 75 | 27 | 7 | 62 | 66 |
| Binary | 11000100 | 1011010 | 1001101 | 0 | 110110 | 111101 | 10111 | 111 | 110010 | 110110 |
Color Harmonies of #C45A4D
Complementary color
Monochromatic Colors of #C45A4D
Black with #C45A4D
Text Example
Text Example
White with #C45A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A4D; }
p { color: rgb(196,90,77); }
H1.HeaderClassName
{
color: #C45A4D;
}
.AnyTagClassName
{
color: #C45A4D;
}
</style>
background-color css
<style>
a { background-color: #C45A4D; }
a { background-color: rgb(196,90,77); }
div.DivClassName
{
background-color: #C45A4D;
}
.BgClassName
{
background-color: #C45A4D;
}
</style>
border-color css
<style>
span { border-color: #C45A4D; }
span { border-color: rgb(196,90,77); }
td.TdClassName
{
border-color: #C45A4D;
}
.TagClassName
{
border-color: #C45A4D;
}
</style>