Shades of Hopbush #C55D81
Tints of Hopbush #C55D81
RGB
CMYK
RGB Variations
Color information
#C55D81 (or 0xC55D81) is known color: Hopbush. HEX triplet: C5, 5D and 81. RGB value is (197,93,129). Sum of RGB (Red+Green+Blue) = 197+93+129=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55D81 is #3AA27E. Grayscale: #808080. Windows color (decimal): -3842687 or 8478149. OLE color: 8478149.
HSL color Cylindrical-coordinate representation of color #C55D81: hue angle of 339.23º 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 #C55D81 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 129 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.23 |
| HSL | 339.23º | 0.47% | 0.57% | - |
| HSV(B) | 339.23º | 0.53% | 0.77% | - |
| XYZ | 30.9 | 21.28 | 23.25 | - |
| YUV | 128.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 129 | 0 | 0.53 | 0.35 | 0.23 | 339.23 | 0.47 | 0.57 |
| Hex | C5 | 5D | 81 | 0 | 35 | 23 | 17 | 153 | 2F | 39 |
| Octal | 305 | 135 | 201 | 0 | 65 | 43 | 27 | 523 | 57 | 71 |
| Binary | 11000101 | 1011101 | 10000001 | 0 | 110101 | 100011 | 10111 | 101010011 | 101111 | 111001 |
Color Harmonies of #C55D81
Complementary color
Monochromatic Colors of #C55D81
Black with #C55D81
Text Example
Text Example
White with #C55D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D81; }
p { color: rgb(197,93,129); }
H1.HeaderClassName
{
color: #C55D81;
}
.AnyTagClassName
{
color: #C55D81;
}
</style>
background-color css
<style>
a { background-color: #C55D81; }
a { background-color: rgb(197,93,129); }
div.DivClassName
{
background-color: #C55D81;
}
.BgClassName
{
background-color: #C55D81;
}
</style>
border-color css
<style>
span { border-color: #C55D81; }
span { border-color: rgb(197,93,129); }
td.TdClassName
{
border-color: #C55D81;
}
.TagClassName
{
border-color: #C55D81;
}
</style>