Shades of Hopbush #CB6089
Tints of Hopbush #CB6089
RGB
CMYK
RGB Variations
Color information
#CB6089 (or 0xCB6089) is known color: Hopbush. HEX triplet: CB, 60 and 89. RGB value is (203,96,137). Sum of RGB (Red+Green+Blue) = 203+96+137=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6089 is #349F76. Grayscale: #848484. Windows color (decimal): -3448695 or 9003211. OLE color: 9003211.
HSL color Cylindrical-coordinate representation of color #CB6089: hue angle of 337.01º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6089 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 137 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.20 |
| HSL | 337.01º | 0.51% | 0.59% | - |
| HSV(B) | 337.01º | 0.53% | 0.8% | - |
| XYZ | 33.33 | 22.87 | 26.32 | - |
| YUV | 132.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 137 | 0 | 0.53 | 0.33 | 0.20 | 337.01 | 0.51 | 0.59 |
| Hex | CB | 60 | 89 | 0 | 35 | 21 | 14 | 151 | 33 | 3B |
| Octal | 313 | 140 | 211 | 0 | 65 | 41 | 24 | 521 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10001001 | 0 | 110101 | 100001 | 10100 | 101010001 | 110011 | 111011 |
Color Harmonies of #CB6089
Complementary color
Monochromatic Colors of #CB6089
Black with #CB6089
Text Example
Text Example
White with #CB6089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6089; }
p { color: rgb(203,96,137); }
H1.HeaderClassName
{
color: #CB6089;
}
.AnyTagClassName
{
color: #CB6089;
}
</style>
background-color css
<style>
a { background-color: #CB6089; }
a { background-color: rgb(203,96,137); }
div.DivClassName
{
background-color: #CB6089;
}
.BgClassName
{
background-color: #CB6089;
}
</style>
border-color css
<style>
span { border-color: #CB6089; }
span { border-color: rgb(203,96,137); }
td.TdClassName
{
border-color: #CB6089;
}
.TagClassName
{
border-color: #CB6089;
}
</style>