Shades of Hopbush #C85E81
Tints of Hopbush #C85E81
RGB
CMYK
RGB Variations
Color information
#C85E81 (or 0xC85E81) is known color: Hopbush. HEX triplet: C8, 5E and 81. RGB value is (200,94,129). Sum of RGB (Red+Green+Blue) = 200+94+129=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E81 is #37A17E. Grayscale: #818181. Windows color (decimal): -3645823 or 8478408. OLE color: 8478408.
HSL color Cylindrical-coordinate representation of color #C85E81: hue angle of 340.19º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85E81 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 129 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.22 |
| HSL | 340.19º | 0.49% | 0.58% | - |
| HSV(B) | 340.19º | 0.53% | 0.78% | - |
| XYZ | 31.78 | 21.87 | 23.31 | - |
| YUV | 129.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 129 | 0 | 0.53 | 0.36 | 0.22 | 340.19 | 0.49 | 0.58 |
| Hex | C8 | 5E | 81 | 0 | 35 | 24 | 16 | 154 | 31 | 3A |
| Octal | 310 | 136 | 201 | 0 | 65 | 44 | 26 | 524 | 61 | 72 |
| Binary | 11001000 | 1011110 | 10000001 | 0 | 110101 | 100100 | 10110 | 101010100 | 110001 | 111010 |
Color Harmonies of #C85E81
Complementary color
Monochromatic Colors of #C85E81
Black with #C85E81
Text Example
Text Example
White with #C85E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E81; }
p { color: rgb(200,94,129); }
H1.HeaderClassName
{
color: #C85E81;
}
.AnyTagClassName
{
color: #C85E81;
}
</style>
background-color css
<style>
a { background-color: #C85E81; }
a { background-color: rgb(200,94,129); }
div.DivClassName
{
background-color: #C85E81;
}
.BgClassName
{
background-color: #C85E81;
}
</style>
border-color css
<style>
span { border-color: #C85E81; }
span { border-color: rgb(200,94,129); }
td.TdClassName
{
border-color: #C85E81;
}
.TagClassName
{
border-color: #C85E81;
}
</style>