Shades of Hopbush #CB779E
Tints of Hopbush #CB779E
RGB
CMYK
RGB Variations
Color information
#CB779E (or 0xCB779E) is known color: Hopbush. HEX triplet: CB, 77 and 9E. RGB value is (203,119,158). Sum of RGB (Red+Green+Blue) = 203+119+158=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB779E is #348861. Grayscale: #949494. Windows color (decimal): -3442786 or 10385355. OLE color: 10385355.
HSL color Cylindrical-coordinate representation of color #CB779E: hue angle of 332.14º 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 #CB779E is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 158 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.20 |
| HSL | 332.14º | 0.45% | 0.63% | - |
| HSV(B) | 332.14º | 0.41% | 0.8% | - |
| XYZ | 37.4 | 28.36 | 35.85 | - |
| YUV | 148.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 158 | 0 | 0.41 | 0.22 | 0.20 | 332.14 | 0.45 | 0.63 |
| Hex | CB | 77 | 9E | 0 | 29 | 16 | 14 | 14C | 2D | 3F |
| Octal | 313 | 167 | 236 | 0 | 51 | 26 | 24 | 514 | 55 | 77 |
| Binary | 11001011 | 1110111 | 10011110 | 0 | 101001 | 10110 | 10100 | 101001100 | 101101 | 111111 |
Color Harmonies of #CB779E
Complementary color
Monochromatic Colors of #CB779E
Black with #CB779E
Text Example
Text Example
White with #CB779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB779E; }
p { color: rgb(203,119,158); }
H1.HeaderClassName
{
color: #CB779E;
}
.AnyTagClassName
{
color: #CB779E;
}
</style>
background-color css
<style>
a { background-color: #CB779E; }
a { background-color: rgb(203,119,158); }
div.DivClassName
{
background-color: #CB779E;
}
.BgClassName
{
background-color: #CB779E;
}
</style>
border-color css
<style>
span { border-color: #CB779E; }
span { border-color: rgb(203,119,158); }
td.TdClassName
{
border-color: #CB779E;
}
.TagClassName
{
border-color: #CB779E;
}
</style>