Shades of Hopbush #C85D95
Tints of Hopbush #C85D95
RGB
CMYK
RGB Variations
Color information
#C85D95 (or 0xC85D95) is known color: Hopbush. HEX triplet: C8, 5D and 95. RGB value is (200,93,149). Sum of RGB (Red+Green+Blue) = 200+93+149=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D95 is #37A26A. Grayscale: #838383. Windows color (decimal): -3646059 or 9788872. OLE color: 9788872.
HSL color Cylindrical-coordinate representation of color #C85D95: hue angle of 328.6º 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 #C85D95 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 149 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.22 |
| HSL | 328.6º | 0.49% | 0.57% | - |
| HSV(B) | 328.6º | 0.54% | 0.78% | - |
| XYZ | 33.16 | 22.28 | 30.99 | - |
| YUV | 131.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 149 | 0 | 0.54 | 0.26 | 0.22 | 328.6 | 0.49 | 0.57 |
| Hex | C8 | 5D | 95 | 0 | 36 | 1A | 16 | 149 | 31 | 39 |
| Octal | 310 | 135 | 225 | 0 | 66 | 32 | 26 | 511 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10010101 | 0 | 110110 | 11010 | 10110 | 101001001 | 110001 | 111001 |
Color Harmonies of #C85D95
Complementary color
Monochromatic Colors of #C85D95
Black with #C85D95
Text Example
Text Example
White with #C85D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D95; }
p { color: rgb(200,93,149); }
H1.HeaderClassName
{
color: #C85D95;
}
.AnyTagClassName
{
color: #C85D95;
}
</style>
background-color css
<style>
a { background-color: #C85D95; }
a { background-color: rgb(200,93,149); }
div.DivClassName
{
background-color: #C85D95;
}
.BgClassName
{
background-color: #C85D95;
}
</style>
border-color css
<style>
span { border-color: #C85D95; }
span { border-color: rgb(200,93,149); }
td.TdClassName
{
border-color: #C85D95;
}
.TagClassName
{
border-color: #C85D95;
}
</style>