Shades of Hopbush #CB6BA9
Tints of Hopbush #CB6BA9
RGB
CMYK
RGB Variations
Color information
#CB6BA9 (or 0xCB6BA9) is known color: Hopbush. HEX triplet: CB, 6B and A9. RGB value is (203,107,169). Sum of RGB (Red+Green+Blue) = 203+107+169=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6BA9 is #349456. Grayscale: #8E8E8E. Windows color (decimal): -3445847 or 11103179. OLE color: 11103179.
HSL color Cylindrical-coordinate representation of color #CB6BA9: hue angle of 321.25º 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 #CB6BA9 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 169 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.20 |
| HSL | 321.25º | 0.48% | 0.61% | - |
| HSV(B) | 321.25º | 0.47% | 0.8% | - |
| XYZ | 37.05 | 26.08 | 40.62 | - |
| YUV | 142.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 169 | 0 | 0.47 | 0.17 | 0.20 | 321.25 | 0.48 | 0.61 |
| Hex | CB | 6B | A9 | 0 | 2F | 11 | 14 | 141 | 30 | 3D |
| Octal | 313 | 153 | 251 | 0 | 57 | 21 | 24 | 501 | 60 | 75 |
| Binary | 11001011 | 1101011 | 10101001 | 0 | 101111 | 10001 | 10100 | 101000001 | 110000 | 111101 |
Color Harmonies of #CB6BA9
Complementary color
Monochromatic Colors of #CB6BA9
Black with #CB6BA9
Text Example
Text Example
White with #CB6BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BA9; }
p { color: rgb(203,107,169); }
H1.HeaderClassName
{
color: #CB6BA9;
}
.AnyTagClassName
{
color: #CB6BA9;
}
</style>
background-color css
<style>
a { background-color: #CB6BA9; }
a { background-color: rgb(203,107,169); }
div.DivClassName
{
background-color: #CB6BA9;
}
.BgClassName
{
background-color: #CB6BA9;
}
</style>
border-color css
<style>
span { border-color: #CB6BA9; }
span { border-color: rgb(203,107,169); }
td.TdClassName
{
border-color: #CB6BA9;
}
.TagClassName
{
border-color: #CB6BA9;
}
</style>