Shades of Flame Pea #C55946
Tints of Flame Pea #C55946
RGB
CMYK
RGB Variations
Color information
#C55946 (or 0xC55946) is known color: Flame Pea. HEX triplet: C5, 59 and 46. RGB value is (197,89,70). Sum of RGB (Red+Green+Blue) = 197+89+70=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C55946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55946 is #3AA6B9. Grayscale: #777777. Windows color (decimal): -3843770 or 4610501. OLE color: 4610501.
HSL color Cylindrical-coordinate representation of color #C55946: hue angle of 8.98º 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 #C55946 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 70 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.23 |
| HSL | 8.98º | 0.52% | 0.52% | - |
| HSV(B) | 8.98º | 0.64% | 0.77% | - |
| XYZ | 27.7 | 19.46 | 8.09 | - |
| YUV | 119.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 70 | 0 | 0.55 | 0.64 | 0.23 | 8.98 | 0.52 | 0.52 |
| Hex | C5 | 59 | 46 | 0 | 37 | 40 | 17 | 9 | 34 | 34 |
| Octal | 305 | 131 | 106 | 0 | 67 | 100 | 27 | 11 | 64 | 64 |
| Binary | 11000101 | 1011001 | 1000110 | 0 | 110111 | 1000000 | 10111 | 1001 | 110100 | 110100 |
Color Harmonies of #C55946
Complementary color
Monochromatic Colors of #C55946
Black with #C55946
Text Example
Text Example
White with #C55946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55946; }
p { color: rgb(197,89,70); }
H1.HeaderClassName
{
color: #C55946;
}
.AnyTagClassName
{
color: #C55946;
}
</style>
background-color css
<style>
a { background-color: #C55946; }
a { background-color: rgb(197,89,70); }
div.DivClassName
{
background-color: #C55946;
}
.BgClassName
{
background-color: #C55946;
}
</style>
border-color css
<style>
span { border-color: #C55946; }
span { border-color: rgb(197,89,70); }
td.TdClassName
{
border-color: #C55946;
}
.TagClassName
{
border-color: #C55946;
}
</style>