Shades of Hopbush #C0789B
Tints of Hopbush #C0789B
RGB
CMYK
RGB Variations
Color information
#C0789B (or 0xC0789B) is known color: Hopbush. HEX triplet: C0, 78 and 9B. RGB value is (192,120,155). Sum of RGB (Red+Green+Blue) = 192+120+155=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0789B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0789B is #3F8764. Grayscale: #919191. Windows color (decimal): -4163429 or 10188992. OLE color: 10188992.
HSL color Cylindrical-coordinate representation of color #C0789B: hue angle of 330.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0789B is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 155 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.25 |
| HSL | 330.83º | 0.36% | 0.61% | - |
| HSV(B) | 330.83º | 0.38% | 0.75% | - |
| XYZ | 34.37 | 27.01 | 34.41 | - |
| YUV | 145.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 155 | 0 | 0.38 | 0.19 | 0.25 | 330.83 | 0.36 | 0.61 |
| Hex | C0 | 78 | 9B | 0 | 26 | 13 | 19 | 14B | 24 | 3D |
| Octal | 300 | 170 | 233 | 0 | 46 | 23 | 31 | 513 | 44 | 75 |
| Binary | 11000000 | 1111000 | 10011011 | 0 | 100110 | 10011 | 11001 | 101001011 | 100100 | 111101 |
Color Harmonies of #C0789B
Complementary color
Monochromatic Colors of #C0789B
Black with #C0789B
Text Example
Text Example
White with #C0789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0789B; }
p { color: rgb(192,120,155); }
H1.HeaderClassName
{
color: #C0789B;
}
.AnyTagClassName
{
color: #C0789B;
}
</style>
background-color css
<style>
a { background-color: #C0789B; }
a { background-color: rgb(192,120,155); }
div.DivClassName
{
background-color: #C0789B;
}
.BgClassName
{
background-color: #C0789B;
}
</style>
border-color css
<style>
span { border-color: #C0789B; }
span { border-color: rgb(192,120,155); }
td.TdClassName
{
border-color: #C0789B;
}
.TagClassName
{
border-color: #C0789B;
}
</style>