Shades of Hopbush #C65F94
Tints of Hopbush #C65F94
RGB
CMYK
RGB Variations
Color information
#C65F94 (or 0xC65F94) is known color: Hopbush. HEX triplet: C6, 5F and 94. RGB value is (198,95,148). Sum of RGB (Red+Green+Blue) = 198+95+148=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65F94 is #39A06B. Grayscale: #838383. Windows color (decimal): -3776620 or 9723846. OLE color: 9723846.
HSL color Cylindrical-coordinate representation of color #C65F94: hue angle of 329.13º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65F94 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 148 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.22 |
| HSL | 329.13º | 0.47% | 0.57% | - |
| HSV(B) | 329.13º | 0.52% | 0.78% | - |
| XYZ | 32.73 | 22.33 | 30.6 | - |
| YUV | 131.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 148 | 0 | 0.52 | 0.25 | 0.22 | 329.13 | 0.47 | 0.57 |
| Hex | C6 | 5F | 94 | 0 | 34 | 19 | 16 | 149 | 2F | 39 |
| Octal | 306 | 137 | 224 | 0 | 64 | 31 | 26 | 511 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10010100 | 0 | 110100 | 11001 | 10110 | 101001001 | 101111 | 111001 |
Color Harmonies of #C65F94
Complementary color
Monochromatic Colors of #C65F94
Black with #C65F94
Text Example
Text Example
White with #C65F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F94; }
p { color: rgb(198,95,148); }
H1.HeaderClassName
{
color: #C65F94;
}
.AnyTagClassName
{
color: #C65F94;
}
</style>
background-color css
<style>
a { background-color: #C65F94; }
a { background-color: rgb(198,95,148); }
div.DivClassName
{
background-color: #C65F94;
}
.BgClassName
{
background-color: #C65F94;
}
</style>
border-color css
<style>
span { border-color: #C65F94; }
span { border-color: rgb(198,95,148); }
td.TdClassName
{
border-color: #C65F94;
}
.TagClassName
{
border-color: #C65F94;
}
</style>