Shades of Hopbush #CB7798
Tints of Hopbush #CB7798
RGB
CMYK
RGB Variations
Color information
#CB7798 (or 0xCB7798) is known color: Hopbush. HEX triplet: CB, 77 and 98. RGB value is (203,119,152). Sum of RGB (Red+Green+Blue) = 203+119+152=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7798 is #348867. Grayscale: #939393. Windows color (decimal): -3442792 or 9992139. OLE color: 9992139.
HSL color Cylindrical-coordinate representation of color #CB7798: hue angle of 336.43º degrees, saturation: 0.45, 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 #CB7798 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 152 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.20 |
| HSL | 336.43º | 0.45% | 0.63% | - |
| HSV(B) | 336.43º | 0.41% | 0.8% | - |
| XYZ | 36.89 | 28.16 | 33.2 | - |
| YUV | 147.88 | 130.33 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 152 | 0 | 0.41 | 0.25 | 0.20 | 336.43 | 0.45 | 0.63 |
| Hex | CB | 77 | 98 | 0 | 29 | 19 | 14 | 150 | 2D | 3F |
| Octal | 313 | 167 | 230 | 0 | 51 | 31 | 24 | 520 | 55 | 77 |
| Binary | 11001011 | 1110111 | 10011000 | 0 | 101001 | 11001 | 10100 | 101010000 | 101101 | 111111 |
Color Harmonies of #CB7798
Complementary color
Monochromatic Colors of #CB7798
Black with #CB7798
Text Example
Text Example
White with #CB7798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7798; }
p { color: rgb(203,119,152); }
H1.HeaderClassName
{
color: #CB7798;
}
.AnyTagClassName
{
color: #CB7798;
}
</style>
background-color css
<style>
a { background-color: #CB7798; }
a { background-color: rgb(203,119,152); }
div.DivClassName
{
background-color: #CB7798;
}
.BgClassName
{
background-color: #CB7798;
}
</style>
border-color css
<style>
span { border-color: #CB7798; }
span { border-color: rgb(203,119,152); }
td.TdClassName
{
border-color: #CB7798;
}
.TagClassName
{
border-color: #CB7798;
}
</style>