Shades of Hopbush #CB76B0
Tints of Hopbush #CB76B0
RGB
CMYK
RGB Variations
Color information
#CB76B0 (or 0xCB76B0) is known color: Hopbush. HEX triplet: CB, 76 and B0. RGB value is (203,118,176). Sum of RGB (Red+Green+Blue) = 203+118+176=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB76B0 is #34894F. Grayscale: #959595. Windows color (decimal): -3443024 or 11564747. OLE color: 11564747.
HSL color Cylindrical-coordinate representation of color #CB76B0: hue angle of 319.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB76B0 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 176 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.20 |
| HSL | 319.06º | 0.45% | 0.63% | - |
| HSV(B) | 319.06º | 0.42% | 0.8% | - |
| XYZ | 38.94 | 28.79 | 44.58 | - |
| YUV | 150.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 176 | 0 | 0.42 | 0.13 | 0.20 | 319.06 | 0.45 | 0.63 |
| Hex | CB | 76 | B0 | 0 | 2A | D | 14 | 13F | 2D | 3F |
| Octal | 313 | 166 | 260 | 0 | 52 | 15 | 24 | 477 | 55 | 77 |
| Binary | 11001011 | 1110110 | 10110000 | 0 | 101010 | 1101 | 10100 | 100111111 | 101101 | 111111 |
Color Harmonies of #CB76B0
Complementary color
Monochromatic Colors of #CB76B0
Black with #CB76B0
Text Example
Text Example
White with #CB76B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB76B0; }
p { color: rgb(203,118,176); }
H1.HeaderClassName
{
color: #CB76B0;
}
.AnyTagClassName
{
color: #CB76B0;
}
</style>
background-color css
<style>
a { background-color: #CB76B0; }
a { background-color: rgb(203,118,176); }
div.DivClassName
{
background-color: #CB76B0;
}
.BgClassName
{
background-color: #CB76B0;
}
</style>
border-color css
<style>
span { border-color: #CB76B0; }
span { border-color: rgb(203,118,176); }
td.TdClassName
{
border-color: #CB76B0;
}
.TagClassName
{
border-color: #CB76B0;
}
</style>