Shades of Hopbush #CB6BA0
Tints of Hopbush #CB6BA0
RGB
CMYK
RGB Variations
Color information
#CB6BA0 (or 0xCB6BA0) is known color: Hopbush. HEX triplet: CB, 6B and A0. RGB value is (203,107,160). Sum of RGB (Red+Green+Blue) = 203+107+160=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6BA0 is #34945F. Grayscale: #8D8D8D. Windows color (decimal): -3445856 or 10513355. OLE color: 10513355.
HSL color Cylindrical-coordinate representation of color #CB6BA0: hue angle of 326.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6BA0 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 160 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.20 |
| HSL | 326.88º | 0.48% | 0.61% | - |
| HSV(B) | 326.88º | 0.47% | 0.8% | - |
| XYZ | 36.23 | 25.75 | 36.32 | - |
| YUV | 141.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 160 | 0 | 0.47 | 0.21 | 0.20 | 326.88 | 0.48 | 0.61 |
| Hex | CB | 6B | A0 | 0 | 2F | 15 | 14 | 147 | 30 | 3D |
| Octal | 313 | 153 | 240 | 0 | 57 | 25 | 24 | 507 | 60 | 75 |
| Binary | 11001011 | 1101011 | 10100000 | 0 | 101111 | 10101 | 10100 | 101000111 | 110000 | 111101 |
Color Harmonies of #CB6BA0
Complementary color
Monochromatic Colors of #CB6BA0
Black with #CB6BA0
Text Example
Text Example
White with #CB6BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BA0; }
p { color: rgb(203,107,160); }
H1.HeaderClassName
{
color: #CB6BA0;
}
.AnyTagClassName
{
color: #CB6BA0;
}
</style>
background-color css
<style>
a { background-color: #CB6BA0; }
a { background-color: rgb(203,107,160); }
div.DivClassName
{
background-color: #CB6BA0;
}
.BgClassName
{
background-color: #CB6BA0;
}
</style>
border-color css
<style>
span { border-color: #CB6BA0; }
span { border-color: rgb(203,107,160); }
td.TdClassName
{
border-color: #CB6BA0;
}
.TagClassName
{
border-color: #CB6BA0;
}
</style>