Shades of Hopbush #CB68AB
Tints of Hopbush #CB68AB
RGB
CMYK
RGB Variations
Color information
#CB68AB (or 0xCB68AB) is known color: Hopbush. HEX triplet: CB, 68 and AB. RGB value is (203,104,171). Sum of RGB (Red+Green+Blue) = 203+104+171=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB68AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB68AB is #349754. Grayscale: #8D8D8D. Windows color (decimal): -3446613 or 11233483. OLE color: 11233483.
HSL color Cylindrical-coordinate representation of color #CB68AB: hue angle of 319.39º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB68AB is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 171 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.20 |
| HSL | 319.39º | 0.49% | 0.6% | - |
| HSV(B) | 319.39º | 0.49% | 0.8% | - |
| XYZ | 36.93 | 25.54 | 41.51 | - |
| YUV | 141.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 171 | 0 | 0.49 | 0.16 | 0.20 | 319.39 | 0.49 | 0.6 |
| Hex | CB | 68 | AB | 0 | 31 | 10 | 14 | 13F | 31 | 3C |
| Octal | 313 | 150 | 253 | 0 | 61 | 20 | 24 | 477 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10101011 | 0 | 110001 | 10000 | 10100 | 100111111 | 110001 | 111100 |
Color Harmonies of #CB68AB
Complementary color
Monochromatic Colors of #CB68AB
Black with #CB68AB
Text Example
Text Example
White with #CB68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68AB; }
p { color: rgb(203,104,171); }
H1.HeaderClassName
{
color: #CB68AB;
}
.AnyTagClassName
{
color: #CB68AB;
}
</style>
background-color css
<style>
a { background-color: #CB68AB; }
a { background-color: rgb(203,104,171); }
div.DivClassName
{
background-color: #CB68AB;
}
.BgClassName
{
background-color: #CB68AB;
}
</style>
border-color css
<style>
span { border-color: #CB68AB; }
span { border-color: rgb(203,104,171); }
td.TdClassName
{
border-color: #CB68AB;
}
.TagClassName
{
border-color: #CB68AB;
}
</style>