Shades of Hopbush #C85D8F
Tints of Hopbush #C85D8F
RGB
CMYK
RGB Variations
Color information
#C85D8F (or 0xC85D8F) is known color: Hopbush. HEX triplet: C8, 5D and 8F. RGB value is (200,93,143). Sum of RGB (Red+Green+Blue) = 200+93+143=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D8F is #37A270. Grayscale: #828282. Windows color (decimal): -3646065 or 9395656. OLE color: 9395656.
HSL color Cylindrical-coordinate representation of color #C85D8F: hue angle of 331.96º 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 #C85D8F is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 143 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.22 |
| HSL | 331.96º | 0.49% | 0.57% | - |
| HSV(B) | 331.96º | 0.54% | 0.78% | - |
| XYZ | 32.69 | 22.09 | 28.53 | - |
| YUV | 130.69 | 134.95 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 143 | 0 | 0.54 | 0.28 | 0.22 | 331.96 | 0.49 | 0.57 |
| Hex | C8 | 5D | 8F | 0 | 36 | 1C | 16 | 14C | 31 | 39 |
| Octal | 310 | 135 | 217 | 0 | 66 | 34 | 26 | 514 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10001111 | 0 | 110110 | 11100 | 10110 | 101001100 | 110001 | 111001 |
Color Harmonies of #C85D8F
Complementary color
Monochromatic Colors of #C85D8F
Black with #C85D8F
Text Example
Text Example
White with #C85D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D8F; }
p { color: rgb(200,93,143); }
H1.HeaderClassName
{
color: #C85D8F;
}
.AnyTagClassName
{
color: #C85D8F;
}
</style>
background-color css
<style>
a { background-color: #C85D8F; }
a { background-color: rgb(200,93,143); }
div.DivClassName
{
background-color: #C85D8F;
}
.BgClassName
{
background-color: #C85D8F;
}
</style>
border-color css
<style>
span { border-color: #C85D8F; }
span { border-color: rgb(200,93,143); }
td.TdClassName
{
border-color: #C85D8F;
}
.TagClassName
{
border-color: #C85D8F;
}
</style>