Shades of Hopbush #C65F8C
Tints of Hopbush #C65F8C
RGB
CMYK
RGB Variations
Color information
#C65F8C (or 0xC65F8C) is known color: Hopbush. HEX triplet: C6, 5F and 8C. RGB value is (198,95,140). Sum of RGB (Red+Green+Blue) = 198+95+140=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65F8C is #39A073. Grayscale: #828282. Windows color (decimal): -3776628 or 9199558. OLE color: 9199558.
HSL color Cylindrical-coordinate representation of color #C65F8C: hue angle of 333.79º 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 #C65F8C is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 140 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.22 |
| HSL | 333.79º | 0.47% | 0.57% | - |
| HSV(B) | 333.79º | 0.52% | 0.78% | - |
| XYZ | 32.11 | 22.08 | 27.38 | - |
| YUV | 130.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 140 | 0 | 0.52 | 0.29 | 0.22 | 333.79 | 0.47 | 0.57 |
| Hex | C6 | 5F | 8C | 0 | 34 | 1D | 16 | 14E | 2F | 39 |
| Octal | 306 | 137 | 214 | 0 | 64 | 35 | 26 | 516 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10001100 | 0 | 110100 | 11101 | 10110 | 101001110 | 101111 | 111001 |
Color Harmonies of #C65F8C
Complementary color
Monochromatic Colors of #C65F8C
Black with #C65F8C
Text Example
Text Example
White with #C65F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F8C; }
p { color: rgb(198,95,140); }
H1.HeaderClassName
{
color: #C65F8C;
}
.AnyTagClassName
{
color: #C65F8C;
}
</style>
background-color css
<style>
a { background-color: #C65F8C; }
a { background-color: rgb(198,95,140); }
div.DivClassName
{
background-color: #C65F8C;
}
.BgClassName
{
background-color: #C65F8C;
}
</style>
border-color css
<style>
span { border-color: #C65F8C; }
span { border-color: rgb(198,95,140); }
td.TdClassName
{
border-color: #C65F8C;
}
.TagClassName
{
border-color: #C65F8C;
}
</style>