Shades of Flame Pea #C55A46
Tints of Flame Pea #C55A46
RGB
CMYK
RGB Variations
Color information
#C55A46 (or 0xC55A46) is known color: Flame Pea. HEX triplet: C5, 5A and 46. RGB value is (197,90,70). Sum of RGB (Red+Green+Blue) = 197+90+70=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A46 is #3AA5B9. Grayscale: #777777. Windows color (decimal): -3843514 or 4610757. OLE color: 4610757.
HSL color Cylindrical-coordinate representation of color #C55A46: hue angle of 9.45º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C55A46 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 70 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.23 |
| HSL | 9.45º | 0.52% | 0.52% | - |
| HSV(B) | 9.45º | 0.64% | 0.77% | - |
| XYZ | 27.79 | 19.62 | 8.12 | - |
| YUV | 119.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 70 | 0 | 0.54 | 0.64 | 0.23 | 9.45 | 0.52 | 0.52 |
| Hex | C5 | 5A | 46 | 0 | 36 | 40 | 17 | 9 | 34 | 34 |
| Octal | 305 | 132 | 106 | 0 | 66 | 100 | 27 | 11 | 64 | 64 |
| Binary | 11000101 | 1011010 | 1000110 | 0 | 110110 | 1000000 | 10111 | 1001 | 110100 | 110100 |
Color Harmonies of #C55A46
Complementary color
Monochromatic Colors of #C55A46
Black with #C55A46
Text Example
Text Example
White with #C55A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A46; }
p { color: rgb(197,90,70); }
H1.HeaderClassName
{
color: #C55A46;
}
.AnyTagClassName
{
color: #C55A46;
}
</style>
background-color css
<style>
a { background-color: #C55A46; }
a { background-color: rgb(197,90,70); }
div.DivClassName
{
background-color: #C55A46;
}
.BgClassName
{
background-color: #C55A46;
}
</style>
border-color css
<style>
span { border-color: #C55A46; }
span { border-color: rgb(197,90,70); }
td.TdClassName
{
border-color: #C55A46;
}
.TagClassName
{
border-color: #C55A46;
}
</style>