Shades of Hopbush #C65E95
Tints of Hopbush #C65E95
RGB
CMYK
RGB Variations
Color information
#C65E95 (or 0xC65E95) is known color: Hopbush. HEX triplet: C6, 5E and 95. RGB value is (198,94,149). Sum of RGB (Red+Green+Blue) = 198+94+149=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65E95 is #39A16A. Grayscale: #838383. Windows color (decimal): -3776875 or 9789126. OLE color: 9789126.
HSL color Cylindrical-coordinate representation of color #C65E95: hue angle of 328.27º degrees, saturation: 0.48, 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 #C65E95 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 149 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.22 |
| HSL | 328.27º | 0.48% | 0.57% | - |
| HSV(B) | 328.27º | 0.53% | 0.78% | - |
| XYZ | 32.72 | 22.18 | 30.99 | - |
| YUV | 131.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 149 | 0 | 0.53 | 0.25 | 0.22 | 328.27 | 0.48 | 0.57 |
| Hex | C6 | 5E | 95 | 0 | 35 | 19 | 16 | 148 | 30 | 39 |
| Octal | 306 | 136 | 225 | 0 | 65 | 31 | 26 | 510 | 60 | 71 |
| Binary | 11000110 | 1011110 | 10010101 | 0 | 110101 | 11001 | 10110 | 101001000 | 110000 | 111001 |
Color Harmonies of #C65E95
Complementary color
Monochromatic Colors of #C65E95
Black with #C65E95
Text Example
Text Example
White with #C65E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E95; }
p { color: rgb(198,94,149); }
H1.HeaderClassName
{
color: #C65E95;
}
.AnyTagClassName
{
color: #C65E95;
}
</style>
background-color css
<style>
a { background-color: #C65E95; }
a { background-color: rgb(198,94,149); }
div.DivClassName
{
background-color: #C65E95;
}
.BgClassName
{
background-color: #C65E95;
}
</style>
border-color css
<style>
span { border-color: #C65E95; }
span { border-color: rgb(198,94,149); }
td.TdClassName
{
border-color: #C65E95;
}
.TagClassName
{
border-color: #C65E95;
}
</style>