Shades of Flame Pea #C55B49
Tints of Flame Pea #C55B49
RGB
CMYK
RGB Variations
Color information
#C55B49 (or 0xC55B49) is known color: Flame Pea. HEX triplet: C5, 5B and 49. RGB value is (197,91,73). Sum of RGB (Red+Green+Blue) = 197+91+73=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B49 is #3AA4B6. Grayscale: #787878. Windows color (decimal): -3843255 or 4807621. OLE color: 4807621.
HSL color Cylindrical-coordinate representation of color #C55B49: hue angle of 8.71º degrees, saturation: 0.52, 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 #C55B49 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 73 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.23 |
| HSL | 8.71º | 0.52% | 0.53% | - |
| HSV(B) | 8.71º | 0.63% | 0.77% | - |
| XYZ | 27.97 | 19.83 | 8.66 | - |
| YUV | 120.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 73 | 0 | 0.54 | 0.63 | 0.23 | 8.71 | 0.52 | 0.53 |
| Hex | C5 | 5B | 49 | 0 | 36 | 3F | 17 | 9 | 34 | 35 |
| Octal | 305 | 133 | 111 | 0 | 66 | 77 | 27 | 11 | 64 | 65 |
| Binary | 11000101 | 1011011 | 1001001 | 0 | 110110 | 111111 | 10111 | 1001 | 110100 | 110101 |
Color Harmonies of #C55B49
Complementary color
Monochromatic Colors of #C55B49
Black with #C55B49
Text Example
Text Example
White with #C55B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B49; }
p { color: rgb(197,91,73); }
H1.HeaderClassName
{
color: #C55B49;
}
.AnyTagClassName
{
color: #C55B49;
}
</style>
background-color css
<style>
a { background-color: #C55B49; }
a { background-color: rgb(197,91,73); }
div.DivClassName
{
background-color: #C55B49;
}
.BgClassName
{
background-color: #C55B49;
}
</style>
border-color css
<style>
span { border-color: #C55B49; }
span { border-color: rgb(197,91,73); }
td.TdClassName
{
border-color: #C55B49;
}
.TagClassName
{
border-color: #C55B49;
}
</style>