Shades of Hopbush #CB5D9A
Tints of Hopbush #CB5D9A
RGB
CMYK
RGB Variations
Color information
#CB5D9A (or 0xCB5D9A) is known color: Hopbush. HEX triplet: CB, 5D and 9A. RGB value is (203,93,154). Sum of RGB (Red+Green+Blue) = 203+93+154=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5D9A is #34A265. Grayscale: #848484. Windows color (decimal): -3449446 or 10116555. OLE color: 10116555.
HSL color Cylindrical-coordinate representation of color #CB5D9A: hue angle of 326.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5D9A is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 154 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.20 |
| HSL | 326.73º | 0.51% | 0.58% | - |
| HSV(B) | 326.73º | 0.54% | 0.8% | - |
| XYZ | 34.38 | 22.86 | 33.17 | - |
| YUV | 132.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 154 | 0 | 0.54 | 0.24 | 0.20 | 326.73 | 0.51 | 0.58 |
| Hex | CB | 5D | 9A | 0 | 36 | 18 | 14 | 147 | 33 | 3A |
| Octal | 313 | 135 | 232 | 0 | 66 | 30 | 24 | 507 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10011010 | 0 | 110110 | 11000 | 10100 | 101000111 | 110011 | 111010 |
Color Harmonies of #CB5D9A
Complementary color
Monochromatic Colors of #CB5D9A
Black with #CB5D9A
Text Example
Text Example
White with #CB5D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D9A; }
p { color: rgb(203,93,154); }
H1.HeaderClassName
{
color: #CB5D9A;
}
.AnyTagClassName
{
color: #CB5D9A;
}
</style>
background-color css
<style>
a { background-color: #CB5D9A; }
a { background-color: rgb(203,93,154); }
div.DivClassName
{
background-color: #CB5D9A;
}
.BgClassName
{
background-color: #CB5D9A;
}
</style>
border-color css
<style>
span { border-color: #CB5D9A; }
span { border-color: rgb(203,93,154); }
td.TdClassName
{
border-color: #CB5D9A;
}
.TagClassName
{
border-color: #CB5D9A;
}
</style>