Shades of Hopbush #C55D84
Tints of Hopbush #C55D84
RGB
CMYK
RGB Variations
Color information
#C55D84 (or 0xC55D84) is known color: Hopbush. HEX triplet: C5, 5D and 84. RGB value is (197,93,132). Sum of RGB (Red+Green+Blue) = 197+93+132=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55D84 is #3AA27B. Grayscale: #808080. Windows color (decimal): -3842684 or 8674757. OLE color: 8674757.
HSL color Cylindrical-coordinate representation of color #C55D84: hue angle of 337.5º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55D84 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 132 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.23 |
| HSL | 337.5º | 0.47% | 0.57% | - |
| HSV(B) | 337.5º | 0.53% | 0.77% | - |
| XYZ | 31.11 | 21.36 | 24.31 | - |
| YUV | 128.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 132 | 0 | 0.53 | 0.33 | 0.23 | 337.5 | 0.47 | 0.57 |
| Hex | C5 | 5D | 84 | 0 | 35 | 21 | 17 | 152 | 2F | 39 |
| Octal | 305 | 135 | 204 | 0 | 65 | 41 | 27 | 522 | 57 | 71 |
| Binary | 11000101 | 1011101 | 10000100 | 0 | 110101 | 100001 | 10111 | 101010010 | 101111 | 111001 |
Color Harmonies of #C55D84
Complementary color
Monochromatic Colors of #C55D84
Black with #C55D84
Text Example
Text Example
White with #C55D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D84; }
p { color: rgb(197,93,132); }
H1.HeaderClassName
{
color: #C55D84;
}
.AnyTagClassName
{
color: #C55D84;
}
</style>
background-color css
<style>
a { background-color: #C55D84; }
a { background-color: rgb(197,93,132); }
div.DivClassName
{
background-color: #C55D84;
}
.BgClassName
{
background-color: #C55D84;
}
</style>
border-color css
<style>
span { border-color: #C55D84; }
span { border-color: rgb(197,93,132); }
td.TdClassName
{
border-color: #C55D84;
}
.TagClassName
{
border-color: #C55D84;
}
</style>