Shades of Hopbush #C05F8D
Tints of Hopbush #C05F8D
RGB
CMYK
RGB Variations
Color information
#C05F8D (or 0xC05F8D) is known color: Hopbush. HEX triplet: C0, 5F and 8D. RGB value is (192,95,141). Sum of RGB (Red+Green+Blue) = 192+95+141=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F8D is #3FA072. Grayscale: #818181. Windows color (decimal): -4169843 or 9265088. OLE color: 9265088.
HSL color Cylindrical-coordinate representation of color #C05F8D: hue angle of 331.55º 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 #C05F8D is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 141 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.25 |
| HSL | 331.55º | 0.43% | 0.56% | - |
| HSV(B) | 331.55º | 0.51% | 0.75% | - |
| XYZ | 30.64 | 21.31 | 27.7 | - |
| YUV | 129.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 141 | 0 | 0.51 | 0.27 | 0.25 | 331.55 | 0.43 | 0.56 |
| Hex | C0 | 5F | 8D | 0 | 33 | 1B | 19 | 14C | 2B | 38 |
| Octal | 300 | 137 | 215 | 0 | 63 | 33 | 31 | 514 | 53 | 70 |
| Binary | 11000000 | 1011111 | 10001101 | 0 | 110011 | 11011 | 11001 | 101001100 | 101011 | 111000 |
Color Harmonies of #C05F8D
Complementary color
Monochromatic Colors of #C05F8D
Black with #C05F8D
Text Example
Text Example
White with #C05F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F8D; }
p { color: rgb(192,95,141); }
H1.HeaderClassName
{
color: #C05F8D;
}
.AnyTagClassName
{
color: #C05F8D;
}
</style>
background-color css
<style>
a { background-color: #C05F8D; }
a { background-color: rgb(192,95,141); }
div.DivClassName
{
background-color: #C05F8D;
}
.BgClassName
{
background-color: #C05F8D;
}
</style>
border-color css
<style>
span { border-color: #C05F8D; }
span { border-color: rgb(192,95,141); }
td.TdClassName
{
border-color: #C05F8D;
}
.TagClassName
{
border-color: #C05F8D;
}
</style>