Shades of Flame Pea #C55B4B
Tints of Flame Pea #C55B4B
RGB
CMYK
RGB Variations
Color information
#C55B4B (or 0xC55B4B) is known color: Flame Pea. HEX triplet: C5, 5B and 4B. RGB value is (197,91,75). Sum of RGB (Red+Green+Blue) = 197+91+75=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B4B is #3AA4B4. Grayscale: #797979. Windows color (decimal): -3843253 or 4938693. OLE color: 4938693.
HSL color Cylindrical-coordinate representation of color #C55B4B: hue angle of 7.87º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C55B4B is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 75 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.23 |
| HSL | 7.87º | 0.51% | 0.53% | - |
| HSV(B) | 7.87º | 0.62% | 0.77% | - |
| XYZ | 28.04 | 19.86 | 9.01 | - |
| YUV | 120.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 75 | 0 | 0.54 | 0.62 | 0.23 | 7.87 | 0.51 | 0.53 |
| Hex | C5 | 5B | 4B | 0 | 36 | 3E | 17 | 8 | 33 | 35 |
| Octal | 305 | 133 | 113 | 0 | 66 | 76 | 27 | 10 | 63 | 65 |
| Binary | 11000101 | 1011011 | 1001011 | 0 | 110110 | 111110 | 10111 | 1000 | 110011 | 110101 |
Color Harmonies of #C55B4B
Complementary color
Monochromatic Colors of #C55B4B
Black with #C55B4B
Text Example
Text Example
White with #C55B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B4B; }
p { color: rgb(197,91,75); }
H1.HeaderClassName
{
color: #C55B4B;
}
.AnyTagClassName
{
color: #C55B4B;
}
</style>
background-color css
<style>
a { background-color: #C55B4B; }
a { background-color: rgb(197,91,75); }
div.DivClassName
{
background-color: #C55B4B;
}
.BgClassName
{
background-color: #C55B4B;
}
</style>
border-color css
<style>
span { border-color: #C55B4B; }
span { border-color: rgb(197,91,75); }
td.TdClassName
{
border-color: #C55B4B;
}
.TagClassName
{
border-color: #C55B4B;
}
</style>