Shades of Hopbush #CB77A0
Tints of Hopbush #CB77A0
RGB
CMYK
RGB Variations
Color information
#CB77A0 (or 0xCB77A0) is known color: Hopbush. HEX triplet: CB, 77 and A0. RGB value is (203,119,160). Sum of RGB (Red+Green+Blue) = 203+119+160=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB77A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB77A0 is #34885F. Grayscale: #949494. Windows color (decimal): -3442784 or 10516427. OLE color: 10516427.
HSL color Cylindrical-coordinate representation of color #CB77A0: hue angle of 330.71º 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 #CB77A0 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 160 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.20 |
| HSL | 330.71º | 0.45% | 0.63% | - |
| HSV(B) | 330.71º | 0.41% | 0.8% | - |
| XYZ | 37.57 | 28.43 | 36.76 | - |
| YUV | 148.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 160 | 0 | 0.41 | 0.21 | 0.20 | 330.71 | 0.45 | 0.63 |
| Hex | CB | 77 | A0 | 0 | 29 | 15 | 14 | 14B | 2D | 3F |
| Octal | 313 | 167 | 240 | 0 | 51 | 25 | 24 | 513 | 55 | 77 |
| Binary | 11001011 | 1110111 | 10100000 | 0 | 101001 | 10101 | 10100 | 101001011 | 101101 | 111111 |
Color Harmonies of #CB77A0
Complementary color
Monochromatic Colors of #CB77A0
Black with #CB77A0
Text Example
Text Example
White with #CB77A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB77A0; }
p { color: rgb(203,119,160); }
H1.HeaderClassName
{
color: #CB77A0;
}
.AnyTagClassName
{
color: #CB77A0;
}
</style>
background-color css
<style>
a { background-color: #CB77A0; }
a { background-color: rgb(203,119,160); }
div.DivClassName
{
background-color: #CB77A0;
}
.BgClassName
{
background-color: #CB77A0;
}
</style>
border-color css
<style>
span { border-color: #CB77A0; }
span { border-color: rgb(203,119,160); }
td.TdClassName
{
border-color: #CB77A0;
}
.TagClassName
{
border-color: #CB77A0;
}
</style>