Shades of Hopbush #CB789D
Tints of Hopbush #CB789D
RGB
CMYK
RGB Variations
Color information
#CB789D (or 0xCB789D) is known color: Hopbush. HEX triplet: CB, 78 and 9D. RGB value is (203,120,157). Sum of RGB (Red+Green+Blue) = 203+120+157=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB789D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB789D is #348762. Grayscale: #949494. Windows color (decimal): -3442531 or 10320075. OLE color: 10320075.
HSL color Cylindrical-coordinate representation of color #CB789D: hue angle of 333.25º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB789D is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 157 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.20 |
| HSL | 333.25º | 0.44% | 0.63% | - |
| HSV(B) | 333.25º | 0.41% | 0.8% | - |
| XYZ | 37.43 | 28.56 | 35.44 | - |
| YUV | 149.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 157 | 0 | 0.41 | 0.23 | 0.20 | 333.25 | 0.44 | 0.63 |
| Hex | CB | 78 | 9D | 0 | 29 | 17 | 14 | 14D | 2C | 3F |
| Octal | 313 | 170 | 235 | 0 | 51 | 27 | 24 | 515 | 54 | 77 |
| Binary | 11001011 | 1111000 | 10011101 | 0 | 101001 | 10111 | 10100 | 101001101 | 101100 | 111111 |
Color Harmonies of #CB789D
Complementary color
Monochromatic Colors of #CB789D
Black with #CB789D
Text Example
Text Example
White with #CB789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB789D; }
p { color: rgb(203,120,157); }
H1.HeaderClassName
{
color: #CB789D;
}
.AnyTagClassName
{
color: #CB789D;
}
</style>
background-color css
<style>
a { background-color: #CB789D; }
a { background-color: rgb(203,120,157); }
div.DivClassName
{
background-color: #CB789D;
}
.BgClassName
{
background-color: #CB789D;
}
</style>
border-color css
<style>
span { border-color: #CB789D; }
span { border-color: rgb(203,120,157); }
td.TdClassName
{
border-color: #CB789D;
}
.TagClassName
{
border-color: #CB789D;
}
</style>