Shades of Hopbush #CB5DA2
Tints of Hopbush #CB5DA2
RGB
CMYK
RGB Variations
Color information
#CB5DA2 (or 0xCB5DA2) is known color: Hopbush. HEX triplet: CB, 5D and A2. RGB value is (203,93,162). Sum of RGB (Red+Green+Blue) = 203+93+162=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5DA2 is #34A25D. Grayscale: #858585. Windows color (decimal): -3449438 or 10640843. OLE color: 10640843.
HSL color Cylindrical-coordinate representation of color #CB5DA2: hue angle of 322.36º 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 #CB5DA2 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 162 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.20 |
| HSL | 322.36º | 0.51% | 0.58% | - |
| HSV(B) | 322.36º | 0.54% | 0.8% | - |
| XYZ | 35.06 | 23.13 | 36.8 | - |
| YUV | 133.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 162 | 0 | 0.54 | 0.20 | 0.20 | 322.36 | 0.51 | 0.58 |
| Hex | CB | 5D | A2 | 0 | 36 | 14 | 14 | 142 | 33 | 3A |
| Octal | 313 | 135 | 242 | 0 | 66 | 24 | 24 | 502 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10100010 | 0 | 110110 | 10100 | 10100 | 101000010 | 110011 | 111010 |
Color Harmonies of #CB5DA2
Complementary color
Monochromatic Colors of #CB5DA2
Black with #CB5DA2
Text Example
Text Example
White with #CB5DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DA2; }
p { color: rgb(203,93,162); }
H1.HeaderClassName
{
color: #CB5DA2;
}
.AnyTagClassName
{
color: #CB5DA2;
}
</style>
background-color css
<style>
a { background-color: #CB5DA2; }
a { background-color: rgb(203,93,162); }
div.DivClassName
{
background-color: #CB5DA2;
}
.BgClassName
{
background-color: #CB5DA2;
}
</style>
border-color css
<style>
span { border-color: #CB5DA2; }
span { border-color: rgb(203,93,162); }
td.TdClassName
{
border-color: #CB5DA2;
}
.TagClassName
{
border-color: #CB5DA2;
}
</style>