Shades of Hopbush #C85D90
Tints of Hopbush #C85D90
RGB
CMYK
RGB Variations
Color information
#C85D90 (or 0xC85D90) is known color: Hopbush. HEX triplet: C8, 5D and 90. RGB value is (200,93,144). Sum of RGB (Red+Green+Blue) = 200+93+144=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D90 is #37A26F. Grayscale: #828282. Windows color (decimal): -3646064 or 9461192. OLE color: 9461192.
HSL color Cylindrical-coordinate representation of color #C85D90: hue angle of 331.4º 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 #C85D90 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 144 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.22 |
| HSL | 331.4º | 0.49% | 0.57% | - |
| HSV(B) | 331.4º | 0.54% | 0.78% | - |
| XYZ | 32.77 | 22.12 | 28.93 | - |
| YUV | 130.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 144 | 0 | 0.54 | 0.28 | 0.22 | 331.4 | 0.49 | 0.57 |
| Hex | C8 | 5D | 90 | 0 | 36 | 1C | 16 | 14B | 31 | 39 |
| Octal | 310 | 135 | 220 | 0 | 66 | 34 | 26 | 513 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10010000 | 0 | 110110 | 11100 | 10110 | 101001011 | 110001 | 111001 |
Color Harmonies of #C85D90
Complementary color
Monochromatic Colors of #C85D90
Black with #C85D90
Text Example
Text Example
White with #C85D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D90; }
p { color: rgb(200,93,144); }
H1.HeaderClassName
{
color: #C85D90;
}
.AnyTagClassName
{
color: #C85D90;
}
</style>
background-color css
<style>
a { background-color: #C85D90; }
a { background-color: rgb(200,93,144); }
div.DivClassName
{
background-color: #C85D90;
}
.BgClassName
{
background-color: #C85D90;
}
</style>
border-color css
<style>
span { border-color: #C85D90; }
span { border-color: rgb(200,93,144); }
td.TdClassName
{
border-color: #C85D90;
}
.TagClassName
{
border-color: #C85D90;
}
</style>