Shades of Hopbush #C65F84
Tints of Hopbush #C65F84
RGB
CMYK
RGB Variations
Color information
#C65F84 (or 0xC65F84) is known color: Hopbush. HEX triplet: C6, 5F and 84. RGB value is (198,95,132). Sum of RGB (Red+Green+Blue) = 198+95+132=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65F84 is #39A07B. Grayscale: #818181. Windows color (decimal): -3776636 or 8675270. OLE color: 8675270.
HSL color Cylindrical-coordinate representation of color #C65F84: hue angle of 338.45º 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 #C65F84 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 132 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.22 |
| HSL | 338.45º | 0.47% | 0.57% | - |
| HSV(B) | 338.45º | 0.52% | 0.78% | - |
| XYZ | 31.55 | 21.86 | 24.39 | - |
| YUV | 130.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 132 | 0 | 0.52 | 0.33 | 0.22 | 338.45 | 0.47 | 0.57 |
| Hex | C6 | 5F | 84 | 0 | 34 | 21 | 16 | 152 | 2F | 39 |
| Octal | 306 | 137 | 204 | 0 | 64 | 41 | 26 | 522 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10000100 | 0 | 110100 | 100001 | 10110 | 101010010 | 101111 | 111001 |
Color Harmonies of #C65F84
Complementary color
Monochromatic Colors of #C65F84
Black with #C65F84
Text Example
Text Example
White with #C65F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F84; }
p { color: rgb(198,95,132); }
H1.HeaderClassName
{
color: #C65F84;
}
.AnyTagClassName
{
color: #C65F84;
}
</style>
background-color css
<style>
a { background-color: #C65F84; }
a { background-color: rgb(198,95,132); }
div.DivClassName
{
background-color: #C65F84;
}
.BgClassName
{
background-color: #C65F84;
}
</style>
border-color css
<style>
span { border-color: #C65F84; }
span { border-color: rgb(198,95,132); }
td.TdClassName
{
border-color: #C65F84;
}
.TagClassName
{
border-color: #C65F84;
}
</style>