Shades of Hopbush #C05F87
Tints of Hopbush #C05F87
RGB
CMYK
RGB Variations
Color information
#C05F87 (or 0xC05F87) is known color: Hopbush. HEX triplet: C0, 5F and 87. RGB value is (192,95,135). Sum of RGB (Red+Green+Blue) = 192+95+135=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F87 is #3FA078. Grayscale: #808080. Windows color (decimal): -4169849 or 8871872. OLE color: 8871872.
HSL color Cylindrical-coordinate representation of color #C05F87: hue angle of 335.26º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05F87 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 135 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.25 |
| HSL | 335.26º | 0.43% | 0.56% | - |
| HSV(B) | 335.26º | 0.51% | 0.75% | - |
| XYZ | 30.2 | 21.14 | 25.41 | - |
| YUV | 128.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 135 | 0 | 0.51 | 0.30 | 0.25 | 335.26 | 0.43 | 0.56 |
| Hex | C0 | 5F | 87 | 0 | 33 | 1E | 19 | 14F | 2B | 38 |
| Octal | 300 | 137 | 207 | 0 | 63 | 36 | 31 | 517 | 53 | 70 |
| Binary | 11000000 | 1011111 | 10000111 | 0 | 110011 | 11110 | 11001 | 101001111 | 101011 | 111000 |
Color Harmonies of #C05F87
Complementary color
Monochromatic Colors of #C05F87
Black with #C05F87
Text Example
Text Example
White with #C05F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F87; }
p { color: rgb(192,95,135); }
H1.HeaderClassName
{
color: #C05F87;
}
.AnyTagClassName
{
color: #C05F87;
}
</style>
background-color css
<style>
a { background-color: #C05F87; }
a { background-color: rgb(192,95,135); }
div.DivClassName
{
background-color: #C05F87;
}
.BgClassName
{
background-color: #C05F87;
}
</style>
border-color css
<style>
span { border-color: #C05F87; }
span { border-color: rgb(192,95,135); }
td.TdClassName
{
border-color: #C05F87;
}
.TagClassName
{
border-color: #C05F87;
}
</style>