Shades of Hopbush #CB7AAB
Tints of Hopbush #CB7AAB
RGB
CMYK
RGB Variations
Color information
#CB7AAB (or 0xCB7AAB) is known color: Hopbush. HEX triplet: CB, 7A and AB. RGB value is (203,122,171). Sum of RGB (Red+Green+Blue) = 203+122+171=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7AAB is #348554. Grayscale: #979797. Windows color (decimal): -3442005 or 11238091. OLE color: 11238091.
HSL color Cylindrical-coordinate representation of color #CB7AAB: hue angle of 323.7º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7AAB is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 171 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.20 |
| HSL | 323.7º | 0.44% | 0.64% | - |
| HSV(B) | 323.7º | 0.4% | 0.8% | - |
| XYZ | 38.94 | 29.56 | 42.18 | - |
| YUV | 151.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 171 | 0 | 0.40 | 0.16 | 0.20 | 323.7 | 0.44 | 0.64 |
| Hex | CB | 7A | AB | 0 | 28 | 10 | 14 | 144 | 2C | 40 |
| Octal | 313 | 172 | 253 | 0 | 50 | 20 | 24 | 504 | 54 | 100 |
| Binary | 11001011 | 1111010 | 10101011 | 0 | 101000 | 10000 | 10100 | 101000100 | 101100 | 1000000 |
Color Harmonies of #CB7AAB
Complementary color
Monochromatic Colors of #CB7AAB
Black with #CB7AAB
Text Example
Text Example
White with #CB7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7AAB; }
p { color: rgb(203,122,171); }
H1.HeaderClassName
{
color: #CB7AAB;
}
.AnyTagClassName
{
color: #CB7AAB;
}
</style>
background-color css
<style>
a { background-color: #CB7AAB; }
a { background-color: rgb(203,122,171); }
div.DivClassName
{
background-color: #CB7AAB;
}
.BgClassName
{
background-color: #CB7AAB;
}
</style>
border-color css
<style>
span { border-color: #CB7AAB; }
span { border-color: rgb(203,122,171); }
td.TdClassName
{
border-color: #CB7AAB;
}
.TagClassName
{
border-color: #CB7AAB;
}
</style>