Shades of Hopbush #C85D8B
Tints of Hopbush #C85D8B
RGB
CMYK
RGB Variations
Color information
#C85D8B (or 0xC85D8B) is known color: Hopbush. HEX triplet: C8, 5D and 8B. RGB value is (200,93,139). Sum of RGB (Red+Green+Blue) = 200+93+139=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D8B is #37A274. Grayscale: #828282. Windows color (decimal): -3646069 or 9133512. OLE color: 9133512.
HSL color Cylindrical-coordinate representation of color #C85D8B: hue angle of 334.21º 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 #C85D8B is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 139 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.22 |
| HSL | 334.21º | 0.49% | 0.57% | - |
| HSV(B) | 334.21º | 0.54% | 0.78% | - |
| XYZ | 32.39 | 21.97 | 26.96 | - |
| YUV | 130.24 | 132.95 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 139 | 0 | 0.54 | 0.30 | 0.22 | 334.21 | 0.49 | 0.57 |
| Hex | C8 | 5D | 8B | 0 | 36 | 1E | 16 | 14E | 31 | 39 |
| Octal | 310 | 135 | 213 | 0 | 66 | 36 | 26 | 516 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10001011 | 0 | 110110 | 11110 | 10110 | 101001110 | 110001 | 111001 |
Color Harmonies of #C85D8B
Complementary color
Monochromatic Colors of #C85D8B
Black with #C85D8B
Text Example
Text Example
White with #C85D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D8B; }
p { color: rgb(200,93,139); }
H1.HeaderClassName
{
color: #C85D8B;
}
.AnyTagClassName
{
color: #C85D8B;
}
</style>
background-color css
<style>
a { background-color: #C85D8B; }
a { background-color: rgb(200,93,139); }
div.DivClassName
{
background-color: #C85D8B;
}
.BgClassName
{
background-color: #C85D8B;
}
</style>
border-color css
<style>
span { border-color: #C85D8B; }
span { border-color: rgb(200,93,139); }
td.TdClassName
{
border-color: #C85D8B;
}
.TagClassName
{
border-color: #C85D8B;
}
</style>