Shades of Hopbush #C85D96
Tints of Hopbush #C85D96
RGB
CMYK
RGB Variations
Color information
#C85D96 (or 0xC85D96) is known color: Hopbush. HEX triplet: C8, 5D and 96. RGB value is (200,93,150). Sum of RGB (Red+Green+Blue) = 200+93+150=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D96 is #37A269. Grayscale: #838383. Windows color (decimal): -3646058 or 9854408. OLE color: 9854408.
HSL color Cylindrical-coordinate representation of color #C85D96: hue angle of 328.04º 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 #C85D96 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 150 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.22 |
| HSL | 328.04º | 0.49% | 0.57% | - |
| HSV(B) | 328.04º | 0.54% | 0.78% | - |
| XYZ | 33.24 | 22.31 | 31.41 | - |
| YUV | 131.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 150 | 0 | 0.54 | 0.25 | 0.22 | 328.04 | 0.49 | 0.57 |
| Hex | C8 | 5D | 96 | 0 | 36 | 19 | 16 | 148 | 31 | 39 |
| Octal | 310 | 135 | 226 | 0 | 66 | 31 | 26 | 510 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10010110 | 0 | 110110 | 11001 | 10110 | 101001000 | 110001 | 111001 |
Color Harmonies of #C85D96
Complementary color
Monochromatic Colors of #C85D96
Black with #C85D96
Text Example
Text Example
White with #C85D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D96; }
p { color: rgb(200,93,150); }
H1.HeaderClassName
{
color: #C85D96;
}
.AnyTagClassName
{
color: #C85D96;
}
</style>
background-color css
<style>
a { background-color: #C85D96; }
a { background-color: rgb(200,93,150); }
div.DivClassName
{
background-color: #C85D96;
}
.BgClassName
{
background-color: #C85D96;
}
</style>
border-color css
<style>
span { border-color: #C85D96; }
span { border-color: rgb(200,93,150); }
td.TdClassName
{
border-color: #C85D96;
}
.TagClassName
{
border-color: #C85D96;
}
</style>