Shades of Hopbush #C0659B
Tints of Hopbush #C0659B
RGB
CMYK
RGB Variations
Color information
#C0659B (or 0xC0659B) is known color: Hopbush. HEX triplet: C0, 65 and 9B. RGB value is (192,101,155). Sum of RGB (Red+Green+Blue) = 192+101+155=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0659B is #3F9A64. Grayscale: #868686. Windows color (decimal): -4168293 or 10184128. OLE color: 10184128.
HSL color Cylindrical-coordinate representation of color #C0659B: hue angle of 324.4º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0659B is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 155 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.25 |
| HSL | 324.4º | 0.42% | 0.57% | - |
| HSV(B) | 324.4º | 0.47% | 0.75% | - |
| XYZ | 32.31 | 22.88 | 33.72 | - |
| YUV | 134.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 155 | 0 | 0.47 | 0.19 | 0.25 | 324.4 | 0.42 | 0.57 |
| Hex | C0 | 65 | 9B | 0 | 2F | 13 | 19 | 144 | 2A | 39 |
| Octal | 300 | 145 | 233 | 0 | 57 | 23 | 31 | 504 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10011011 | 0 | 101111 | 10011 | 11001 | 101000100 | 101010 | 111001 |
Color Harmonies of #C0659B
Complementary color
Monochromatic Colors of #C0659B
Black with #C0659B
Text Example
Text Example
White with #C0659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0659B; }
p { color: rgb(192,101,155); }
H1.HeaderClassName
{
color: #C0659B;
}
.AnyTagClassName
{
color: #C0659B;
}
</style>
background-color css
<style>
a { background-color: #C0659B; }
a { background-color: rgb(192,101,155); }
div.DivClassName
{
background-color: #C0659B;
}
.BgClassName
{
background-color: #C0659B;
}
</style>
border-color css
<style>
span { border-color: #C0659B; }
span { border-color: rgb(192,101,155); }
td.TdClassName
{
border-color: #C0659B;
}
.TagClassName
{
border-color: #C0659B;
}
</style>