Shades of Hopbush #CB6590
Tints of Hopbush #CB6590
RGB
CMYK
RGB Variations
Color information
#CB6590 (or 0xCB6590) is known color: Hopbush. HEX triplet: CB, 65 and 90. RGB value is (203,101,144). Sum of RGB (Red+Green+Blue) = 203+101+144=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6590 is #349A6F. Grayscale: #888888. Windows color (decimal): -3447408 or 9463243. OLE color: 9463243.
HSL color Cylindrical-coordinate representation of color #CB6590: hue angle of 334.71º degrees, saturation: 0.5, 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 #CB6590 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 144 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.20 |
| HSL | 334.71º | 0.5% | 0.6% | - |
| HSV(B) | 334.71º | 0.5% | 0.8% | - |
| XYZ | 34.32 | 24.02 | 29.21 | - |
| YUV | 136.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 144 | 0 | 0.50 | 0.29 | 0.20 | 334.71 | 0.5 | 0.6 |
| Hex | CB | 65 | 90 | 0 | 32 | 1D | 14 | 14F | 32 | 3C |
| Octal | 313 | 145 | 220 | 0 | 62 | 35 | 24 | 517 | 62 | 74 |
| Binary | 11001011 | 1100101 | 10010000 | 0 | 110010 | 11101 | 10100 | 101001111 | 110010 | 111100 |
Color Harmonies of #CB6590
Complementary color
Monochromatic Colors of #CB6590
Black with #CB6590
Text Example
Text Example
White with #CB6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6590; }
p { color: rgb(203,101,144); }
H1.HeaderClassName
{
color: #CB6590;
}
.AnyTagClassName
{
color: #CB6590;
}
</style>
background-color css
<style>
a { background-color: #CB6590; }
a { background-color: rgb(203,101,144); }
div.DivClassName
{
background-color: #CB6590;
}
.BgClassName
{
background-color: #CB6590;
}
</style>
border-color css
<style>
span { border-color: #CB6590; }
span { border-color: rgb(203,101,144); }
td.TdClassName
{
border-color: #CB6590;
}
.TagClassName
{
border-color: #CB6590;
}
</style>