Shades of Hopbush #C0689B
Tints of Hopbush #C0689B
RGB
CMYK
RGB Variations
Color information
#C0689B (or 0xC0689B) is known color: Hopbush. HEX triplet: C0, 68 and 9B. RGB value is (192,104,155). Sum of RGB (Red+Green+Blue) = 192+104+155=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0689B is #3F9764. Grayscale: #888888. Windows color (decimal): -4167525 or 10184896. OLE color: 10184896.
HSL color Cylindrical-coordinate representation of color #C0689B: hue angle of 325.23º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0689B is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 155 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.25 |
| HSL | 325.23º | 0.41% | 0.58% | - |
| HSV(B) | 325.23º | 0.46% | 0.75% | - |
| XYZ | 32.6 | 23.47 | 33.82 | - |
| YUV | 136.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 155 | 0 | 0.46 | 0.19 | 0.25 | 325.23 | 0.41 | 0.58 |
| Hex | C0 | 68 | 9B | 0 | 2E | 13 | 19 | 145 | 29 | 3A |
| Octal | 300 | 150 | 233 | 0 | 56 | 23 | 31 | 505 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10011011 | 0 | 101110 | 10011 | 11001 | 101000101 | 101001 | 111010 |
Color Harmonies of #C0689B
Complementary color
Monochromatic Colors of #C0689B
Black with #C0689B
Text Example
Text Example
White with #C0689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0689B; }
p { color: rgb(192,104,155); }
H1.HeaderClassName
{
color: #C0689B;
}
.AnyTagClassName
{
color: #C0689B;
}
</style>
background-color css
<style>
a { background-color: #C0689B; }
a { background-color: rgb(192,104,155); }
div.DivClassName
{
background-color: #C0689B;
}
.BgClassName
{
background-color: #C0689B;
}
</style>
border-color css
<style>
span { border-color: #C0689B; }
span { border-color: rgb(192,104,155); }
td.TdClassName
{
border-color: #C0689B;
}
.TagClassName
{
border-color: #C0689B;
}
</style>