Shades of Hopbush #C65E85
Tints of Hopbush #C65E85
RGB
CMYK
RGB Variations
Color information
#C65E85 (or 0xC65E85) is known color: Hopbush. HEX triplet: C6, 5E and 85. RGB value is (198,94,133). Sum of RGB (Red+Green+Blue) = 198+94+133=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65E85 is #39A17A. Grayscale: #818181. Windows color (decimal): -3776891 or 8740550. OLE color: 8740550.
HSL color Cylindrical-coordinate representation of color #C65E85: hue angle of 337.5º 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 #C65E85 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 133 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.22 |
| HSL | 337.5º | 0.48% | 0.57% | - |
| HSV(B) | 337.5º | 0.53% | 0.78% | - |
| XYZ | 31.53 | 21.7 | 24.72 | - |
| YUV | 129.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 133 | 0 | 0.53 | 0.33 | 0.22 | 337.5 | 0.48 | 0.57 |
| Hex | C6 | 5E | 85 | 0 | 35 | 21 | 16 | 152 | 30 | 39 |
| Octal | 306 | 136 | 205 | 0 | 65 | 41 | 26 | 522 | 60 | 71 |
| Binary | 11000110 | 1011110 | 10000101 | 0 | 110101 | 100001 | 10110 | 101010010 | 110000 | 111001 |
Color Harmonies of #C65E85
Complementary color
Monochromatic Colors of #C65E85
Black with #C65E85
Text Example
Text Example
White with #C65E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E85; }
p { color: rgb(198,94,133); }
H1.HeaderClassName
{
color: #C65E85;
}
.AnyTagClassName
{
color: #C65E85;
}
</style>
background-color css
<style>
a { background-color: #C65E85; }
a { background-color: rgb(198,94,133); }
div.DivClassName
{
background-color: #C65E85;
}
.BgClassName
{
background-color: #C65E85;
}
</style>
border-color css
<style>
span { border-color: #C65E85; }
span { border-color: rgb(198,94,133); }
td.TdClassName
{
border-color: #C65E85;
}
.TagClassName
{
border-color: #C65E85;
}
</style>