Shades of Hopbush #C85D91
Tints of Hopbush #C85D91
RGB
CMYK
RGB Variations
Color information
#C85D91 (or 0xC85D91) is known color: Hopbush. HEX triplet: C8, 5D and 91. RGB value is (200,93,145). Sum of RGB (Red+Green+Blue) = 200+93+145=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D91 is #37A26E. Grayscale: #828282. Windows color (decimal): -3646063 or 9526728. OLE color: 9526728.
HSL color Cylindrical-coordinate representation of color #C85D91: hue angle of 330.84º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85D91 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 145 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.22 |
| HSL | 330.84º | 0.49% | 0.57% | - |
| HSV(B) | 330.84º | 0.54% | 0.78% | - |
| XYZ | 32.84 | 22.15 | 29.33 | - |
| YUV | 130.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 145 | 0 | 0.54 | 0.28 | 0.22 | 330.84 | 0.49 | 0.57 |
| Hex | C8 | 5D | 91 | 0 | 36 | 1C | 16 | 14B | 31 | 39 |
| Octal | 310 | 135 | 221 | 0 | 66 | 34 | 26 | 513 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10010001 | 0 | 110110 | 11100 | 10110 | 101001011 | 110001 | 111001 |
Color Harmonies of #C85D91
Complementary color
Monochromatic Colors of #C85D91
Black with #C85D91
Text Example
Text Example
White with #C85D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D91; }
p { color: rgb(200,93,145); }
H1.HeaderClassName
{
color: #C85D91;
}
.AnyTagClassName
{
color: #C85D91;
}
</style>
background-color css
<style>
a { background-color: #C85D91; }
a { background-color: rgb(200,93,145); }
div.DivClassName
{
background-color: #C85D91;
}
.BgClassName
{
background-color: #C85D91;
}
</style>
border-color css
<style>
span { border-color: #C85D91; }
span { border-color: rgb(200,93,145); }
td.TdClassName
{
border-color: #C85D91;
}
.TagClassName
{
border-color: #C85D91;
}
</style>