Shades of Hopbush #C55F85
Tints of Hopbush #C55F85
RGB
CMYK
RGB Variations
Color information
#C55F85 (or 0xC55F85) is known color: Hopbush. HEX triplet: C5, 5F and 85. RGB value is (197,95,133). Sum of RGB (Red+Green+Blue) = 197+95+133=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F85 is #3AA07A. Grayscale: #818181. Windows color (decimal): -3842171 or 8740805. OLE color: 8740805.
HSL color Cylindrical-coordinate representation of color #C55F85: hue angle of 337.65º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55F85 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 133 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.23 |
| HSL | 337.65º | 0.47% | 0.57% | - |
| HSV(B) | 337.65º | 0.52% | 0.77% | - |
| XYZ | 31.35 | 21.75 | 24.74 | - |
| YUV | 129.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 133 | 0 | 0.52 | 0.32 | 0.23 | 337.65 | 0.47 | 0.57 |
| Hex | C5 | 5F | 85 | 0 | 34 | 20 | 17 | 152 | 2F | 39 |
| Octal | 305 | 137 | 205 | 0 | 64 | 40 | 27 | 522 | 57 | 71 |
| Binary | 11000101 | 1011111 | 10000101 | 0 | 110100 | 100000 | 10111 | 101010010 | 101111 | 111001 |
Color Harmonies of #C55F85
Complementary color
Monochromatic Colors of #C55F85
Black with #C55F85
Text Example
Text Example
White with #C55F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F85; }
p { color: rgb(197,95,133); }
H1.HeaderClassName
{
color: #C55F85;
}
.AnyTagClassName
{
color: #C55F85;
}
</style>
background-color css
<style>
a { background-color: #C55F85; }
a { background-color: rgb(197,95,133); }
div.DivClassName
{
background-color: #C55F85;
}
.BgClassName
{
background-color: #C55F85;
}
</style>
border-color css
<style>
span { border-color: #C55F85; }
span { border-color: rgb(197,95,133); }
td.TdClassName
{
border-color: #C55F85;
}
.TagClassName
{
border-color: #C55F85;
}
</style>