Shades of Hopbush #C65E8C
Tints of Hopbush #C65E8C
RGB
CMYK
RGB Variations
Color information
#C65E8C (or 0xC65E8C) is known color: Hopbush. HEX triplet: C6, 5E and 8C. RGB value is (198,94,140). Sum of RGB (Red+Green+Blue) = 198+94+140=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65E8C is #39A173. Grayscale: #828282. Windows color (decimal): -3776884 or 9199302. OLE color: 9199302.
HSL color Cylindrical-coordinate representation of color #C65E8C: hue angle of 333.46º 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 #C65E8C is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 140 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.22 |
| HSL | 333.46º | 0.48% | 0.57% | - |
| HSV(B) | 333.46º | 0.53% | 0.78% | - |
| XYZ | 32.03 | 21.9 | 27.35 | - |
| YUV | 130.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 140 | 0 | 0.53 | 0.29 | 0.22 | 333.46 | 0.48 | 0.57 |
| Hex | C6 | 5E | 8C | 0 | 35 | 1D | 16 | 14D | 30 | 39 |
| Octal | 306 | 136 | 214 | 0 | 65 | 35 | 26 | 515 | 60 | 71 |
| Binary | 11000110 | 1011110 | 10001100 | 0 | 110101 | 11101 | 10110 | 101001101 | 110000 | 111001 |
Color Harmonies of #C65E8C
Complementary color
Monochromatic Colors of #C65E8C
Black with #C65E8C
Text Example
Text Example
White with #C65E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E8C; }
p { color: rgb(198,94,140); }
H1.HeaderClassName
{
color: #C65E8C;
}
.AnyTagClassName
{
color: #C65E8C;
}
</style>
background-color css
<style>
a { background-color: #C65E8C; }
a { background-color: rgb(198,94,140); }
div.DivClassName
{
background-color: #C65E8C;
}
.BgClassName
{
background-color: #C65E8C;
}
</style>
border-color css
<style>
span { border-color: #C65E8C; }
span { border-color: rgb(198,94,140); }
td.TdClassName
{
border-color: #C65E8C;
}
.TagClassName
{
border-color: #C65E8C;
}
</style>