Shades of Hopbush #CB76A0
Tints of Hopbush #CB76A0
RGB
CMYK
RGB Variations
Color information
#CB76A0 (or 0xCB76A0) is known color: Hopbush. HEX triplet: CB, 76 and A0. RGB value is (203,118,160). Sum of RGB (Red+Green+Blue) = 203+118+160=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB76A0 is #34895F. Grayscale: #949494. Windows color (decimal): -3443040 or 10516171. OLE color: 10516171.
HSL color Cylindrical-coordinate representation of color #CB76A0: hue angle of 330.35º 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 #CB76A0 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 160 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.20 |
| HSL | 330.35º | 0.45% | 0.63% | - |
| HSV(B) | 330.35º | 0.42% | 0.8% | - |
| XYZ | 37.45 | 28.19 | 36.73 | - |
| YUV | 148.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 160 | 0 | 0.42 | 0.21 | 0.20 | 330.35 | 0.45 | 0.63 |
| Hex | CB | 76 | A0 | 0 | 2A | 15 | 14 | 14A | 2D | 3F |
| Octal | 313 | 166 | 240 | 0 | 52 | 25 | 24 | 512 | 55 | 77 |
| Binary | 11001011 | 1110110 | 10100000 | 0 | 101010 | 10101 | 10100 | 101001010 | 101101 | 111111 |
Color Harmonies of #CB76A0
Complementary color
Monochromatic Colors of #CB76A0
Black with #CB76A0
Text Example
Text Example
White with #CB76A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB76A0; }
p { color: rgb(203,118,160); }
H1.HeaderClassName
{
color: #CB76A0;
}
.AnyTagClassName
{
color: #CB76A0;
}
</style>
background-color css
<style>
a { background-color: #CB76A0; }
a { background-color: rgb(203,118,160); }
div.DivClassName
{
background-color: #CB76A0;
}
.BgClassName
{
background-color: #CB76A0;
}
</style>
border-color css
<style>
span { border-color: #CB76A0; }
span { border-color: rgb(203,118,160); }
td.TdClassName
{
border-color: #CB76A0;
}
.TagClassName
{
border-color: #CB76A0;
}
</style>