Shades of Hopbush #CB77AD
Tints of Hopbush #CB77AD
RGB
CMYK
RGB Variations
Color information
#CB77AD (or 0xCB77AD) is known color: Hopbush. HEX triplet: CB, 77 and AD. RGB value is (203,119,173). Sum of RGB (Red+Green+Blue) = 203+119+173=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB77AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB77AD is #348852. Grayscale: #969696. Windows color (decimal): -3442771 or 11368395. OLE color: 11368395.
HSL color Cylindrical-coordinate representation of color #CB77AD: hue angle of 321.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 #CB77AD is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 173 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.20 |
| HSL | 321.43º | 0.45% | 0.63% | - |
| HSV(B) | 321.43º | 0.41% | 0.8% | - |
| XYZ | 38.77 | 28.91 | 43.07 | - |
| YUV | 150.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 173 | 0 | 0.41 | 0.15 | 0.20 | 321.43 | 0.45 | 0.63 |
| Hex | CB | 77 | AD | 0 | 29 | F | 14 | 141 | 2D | 3F |
| Octal | 313 | 167 | 255 | 0 | 51 | 17 | 24 | 501 | 55 | 77 |
| Binary | 11001011 | 1110111 | 10101101 | 0 | 101001 | 1111 | 10100 | 101000001 | 101101 | 111111 |
Color Harmonies of #CB77AD
Complementary color
Monochromatic Colors of #CB77AD
Black with #CB77AD
Text Example
Text Example
White with #CB77AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB77AD; }
p { color: rgb(203,119,173); }
H1.HeaderClassName
{
color: #CB77AD;
}
.AnyTagClassName
{
color: #CB77AD;
}
</style>
background-color css
<style>
a { background-color: #CB77AD; }
a { background-color: rgb(203,119,173); }
div.DivClassName
{
background-color: #CB77AD;
}
.BgClassName
{
background-color: #CB77AD;
}
</style>
border-color css
<style>
span { border-color: #CB77AD; }
span { border-color: rgb(203,119,173); }
td.TdClassName
{
border-color: #CB77AD;
}
.TagClassName
{
border-color: #CB77AD;
}
</style>