Shades of Hopbush #C85F9B
Tints of Hopbush #C85F9B
RGB
CMYK
RGB Variations
Color information
#C85F9B (or 0xC85F9B) is known color: Hopbush. HEX triplet: C8, 5F and 9B. RGB value is (200,95,155). Sum of RGB (Red+Green+Blue) = 200+95+155=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85F9B is #37A064. Grayscale: #858585. Windows color (decimal): -3645541 or 10182600. OLE color: 10182600.
HSL color Cylindrical-coordinate representation of color #C85F9B: hue angle of 325.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C85F9B is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 155 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.22 |
| HSL | 325.71º | 0.49% | 0.58% | - |
| HSV(B) | 325.71º | 0.53% | 0.78% | - |
| XYZ | 33.83 | 22.83 | 33.63 | - |
| YUV | 133.24 | 140.29 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 155 | 0 | 0.52 | 0.22 | 0.22 | 325.71 | 0.49 | 0.58 |
| Hex | C8 | 5F | 9B | 0 | 34 | 16 | 16 | 146 | 31 | 3A |
| Octal | 310 | 137 | 233 | 0 | 64 | 26 | 26 | 506 | 61 | 72 |
| Binary | 11001000 | 1011111 | 10011011 | 0 | 110100 | 10110 | 10110 | 101000110 | 110001 | 111010 |
Color Harmonies of #C85F9B
Complementary color
Monochromatic Colors of #C85F9B
Black with #C85F9B
Text Example
Text Example
White with #C85F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F9B; }
p { color: rgb(200,95,155); }
H1.HeaderClassName
{
color: #C85F9B;
}
.AnyTagClassName
{
color: #C85F9B;
}
</style>
background-color css
<style>
a { background-color: #C85F9B; }
a { background-color: rgb(200,95,155); }
div.DivClassName
{
background-color: #C85F9B;
}
.BgClassName
{
background-color: #C85F9B;
}
</style>
border-color css
<style>
span { border-color: #C85F9B; }
span { border-color: rgb(200,95,155); }
td.TdClassName
{
border-color: #C85F9B;
}
.TagClassName
{
border-color: #C85F9B;
}
</style>