Shades of Hopbush #CB66AB
Tints of Hopbush #CB66AB
RGB
CMYK
RGB Variations
Color information
#CB66AB (or 0xCB66AB) is known color: Hopbush. HEX triplet: CB, 66 and AB. RGB value is (203,102,171). Sum of RGB (Red+Green+Blue) = 203+102+171=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB66AB is #349954. Grayscale: #8B8B8B. Windows color (decimal): -3447125 or 11232971. OLE color: 11232971.
HSL color Cylindrical-coordinate representation of color #CB66AB: hue angle of 319.01º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB66AB is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 171 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.20 |
| HSL | 319.01º | 0.49% | 0.6% | - |
| HSV(B) | 319.01º | 0.5% | 0.8% | - |
| XYZ | 36.73 | 25.14 | 41.44 | - |
| YUV | 140.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 171 | 0 | 0.50 | 0.16 | 0.20 | 319.01 | 0.49 | 0.6 |
| Hex | CB | 66 | AB | 0 | 32 | 10 | 14 | 13F | 31 | 3C |
| Octal | 313 | 146 | 253 | 0 | 62 | 20 | 24 | 477 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10101011 | 0 | 110010 | 10000 | 10100 | 100111111 | 110001 | 111100 |
Color Harmonies of #CB66AB
Complementary color
Monochromatic Colors of #CB66AB
Black with #CB66AB
Text Example
Text Example
White with #CB66AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB66AB; }
p { color: rgb(203,102,171); }
H1.HeaderClassName
{
color: #CB66AB;
}
.AnyTagClassName
{
color: #CB66AB;
}
</style>
background-color css
<style>
a { background-color: #CB66AB; }
a { background-color: rgb(203,102,171); }
div.DivClassName
{
background-color: #CB66AB;
}
.BgClassName
{
background-color: #CB66AB;
}
</style>
border-color css
<style>
span { border-color: #CB66AB; }
span { border-color: rgb(203,102,171); }
td.TdClassName
{
border-color: #CB66AB;
}
.TagClassName
{
border-color: #CB66AB;
}
</style>