Shades of Hopbush #CB6589
Tints of Hopbush #CB6589
RGB
CMYK
RGB Variations
Color information
#CB6589 (or 0xCB6589) is known color: Hopbush. HEX triplet: CB, 65 and 89. RGB value is (203,101,137). Sum of RGB (Red+Green+Blue) = 203+101+137=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6589 is #349A76. Grayscale: #878787. Windows color (decimal): -3447415 or 9004491. OLE color: 9004491.
HSL color Cylindrical-coordinate representation of color #CB6589: hue angle of 338.82º 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 #CB6589 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 137 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.20 |
| HSL | 338.82º | 0.5% | 0.6% | - |
| HSV(B) | 338.82º | 0.5% | 0.8% | - |
| XYZ | 33.8 | 23.81 | 26.48 | - |
| YUV | 135.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 137 | 0 | 0.50 | 0.33 | 0.20 | 338.82 | 0.5 | 0.6 |
| Hex | CB | 65 | 89 | 0 | 32 | 21 | 14 | 153 | 32 | 3C |
| Octal | 313 | 145 | 211 | 0 | 62 | 41 | 24 | 523 | 62 | 74 |
| Binary | 11001011 | 1100101 | 10001001 | 0 | 110010 | 100001 | 10100 | 101010011 | 110010 | 111100 |
Color Harmonies of #CB6589
Complementary color
Monochromatic Colors of #CB6589
Black with #CB6589
Text Example
Text Example
White with #CB6589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6589; }
p { color: rgb(203,101,137); }
H1.HeaderClassName
{
color: #CB6589;
}
.AnyTagClassName
{
color: #CB6589;
}
</style>
background-color css
<style>
a { background-color: #CB6589; }
a { background-color: rgb(203,101,137); }
div.DivClassName
{
background-color: #CB6589;
}
.BgClassName
{
background-color: #CB6589;
}
</style>
border-color css
<style>
span { border-color: #CB6589; }
span { border-color: rgb(203,101,137); }
td.TdClassName
{
border-color: #CB6589;
}
.TagClassName
{
border-color: #CB6589;
}
</style>