Shades of Hopbush #CB6FA0
Tints of Hopbush #CB6FA0
RGB
CMYK
RGB Variations
Color information
#CB6FA0 (or 0xCB6FA0) is known color: Hopbush. HEX triplet: CB, 6F and A0. RGB value is (203,111,160). Sum of RGB (Red+Green+Blue) = 203+111+160=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6FA0 is #34905F. Grayscale: #8F8F8F. Windows color (decimal): -3444832 or 10514379. OLE color: 10514379.
HSL color Cylindrical-coordinate representation of color #CB6FA0: hue angle of 328.04º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB6FA0 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 160 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.20 |
| HSL | 328.04º | 0.47% | 0.62% | - |
| HSV(B) | 328.04º | 0.45% | 0.8% | - |
| XYZ | 36.66 | 26.6 | 36.46 | - |
| YUV | 144.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 160 | 0 | 0.45 | 0.21 | 0.20 | 328.04 | 0.47 | 0.62 |
| Hex | CB | 6F | A0 | 0 | 2D | 15 | 14 | 148 | 2F | 3E |
| Octal | 313 | 157 | 240 | 0 | 55 | 25 | 24 | 510 | 57 | 76 |
| Binary | 11001011 | 1101111 | 10100000 | 0 | 101101 | 10101 | 10100 | 101001000 | 101111 | 111110 |
Color Harmonies of #CB6FA0
Complementary color
Monochromatic Colors of #CB6FA0
Black with #CB6FA0
Text Example
Text Example
White with #CB6FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FA0; }
p { color: rgb(203,111,160); }
H1.HeaderClassName
{
color: #CB6FA0;
}
.AnyTagClassName
{
color: #CB6FA0;
}
</style>
background-color css
<style>
a { background-color: #CB6FA0; }
a { background-color: rgb(203,111,160); }
div.DivClassName
{
background-color: #CB6FA0;
}
.BgClassName
{
background-color: #CB6FA0;
}
</style>
border-color css
<style>
span { border-color: #CB6FA0; }
span { border-color: rgb(203,111,160); }
td.TdClassName
{
border-color: #CB6FA0;
}
.TagClassName
{
border-color: #CB6FA0;
}
</style>