Shades of Hopbush #CB7BAA
Tints of Hopbush #CB7BAA
RGB
CMYK
RGB Variations
Color information
#CB7BAA (or 0xCB7BAA) is known color: Hopbush. HEX triplet: CB, 7B and AA. RGB value is (203,123,170). Sum of RGB (Red+Green+Blue) = 203+123+170=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7BAA is #348455. Grayscale: #989898. Windows color (decimal): -3441750 or 11172811. OLE color: 11172811.
HSL color Cylindrical-coordinate representation of color #CB7BAA: hue angle of 324.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7BAA is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 170 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.20 |
| HSL | 324.75º | 0.43% | 0.64% | - |
| HSV(B) | 324.75º | 0.39% | 0.8% | - |
| XYZ | 38.97 | 29.76 | 41.72 | - |
| YUV | 152.28 | 138 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 170 | 0 | 0.39 | 0.16 | 0.20 | 324.75 | 0.43 | 0.64 |
| Hex | CB | 7B | AA | 0 | 27 | 10 | 14 | 145 | 2B | 40 |
| Octal | 313 | 173 | 252 | 0 | 47 | 20 | 24 | 505 | 53 | 100 |
| Binary | 11001011 | 1111011 | 10101010 | 0 | 100111 | 10000 | 10100 | 101000101 | 101011 | 1000000 |
Color Harmonies of #CB7BAA
Complementary color
Monochromatic Colors of #CB7BAA
Black with #CB7BAA
Text Example
Text Example
White with #CB7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BAA; }
p { color: rgb(203,123,170); }
H1.HeaderClassName
{
color: #CB7BAA;
}
.AnyTagClassName
{
color: #CB7BAA;
}
</style>
background-color css
<style>
a { background-color: #CB7BAA; }
a { background-color: rgb(203,123,170); }
div.DivClassName
{
background-color: #CB7BAA;
}
.BgClassName
{
background-color: #CB7BAA;
}
</style>
border-color css
<style>
span { border-color: #CB7BAA; }
span { border-color: rgb(203,123,170); }
td.TdClassName
{
border-color: #CB7BAA;
}
.TagClassName
{
border-color: #CB7BAA;
}
</style>