Shades of Hopbush #CB6289
Tints of Hopbush #CB6289
RGB
CMYK
RGB Variations
Color information
#CB6289 (or 0xCB6289) is known color: Hopbush. HEX triplet: CB, 62 and 89. RGB value is (203,98,137). Sum of RGB (Red+Green+Blue) = 203+98+137=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6289 is #349D76. Grayscale: #858585. Windows color (decimal): -3448183 or 9003723. OLE color: 9003723.
HSL color Cylindrical-coordinate representation of color #CB6289: hue angle of 337.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6289 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 137 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.20 |
| HSL | 337.71º | 0.5% | 0.59% | - |
| HSV(B) | 337.71º | 0.52% | 0.8% | - |
| XYZ | 33.51 | 23.24 | 26.39 | - |
| YUV | 133.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 137 | 0 | 0.52 | 0.33 | 0.20 | 337.71 | 0.5 | 0.59 |
| Hex | CB | 62 | 89 | 0 | 34 | 21 | 14 | 152 | 32 | 3B |
| Octal | 313 | 142 | 211 | 0 | 64 | 41 | 24 | 522 | 62 | 73 |
| Binary | 11001011 | 1100010 | 10001001 | 0 | 110100 | 100001 | 10100 | 101010010 | 110010 | 111011 |
Color Harmonies of #CB6289
Complementary color
Monochromatic Colors of #CB6289
Black with #CB6289
Text Example
Text Example
White with #CB6289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6289; }
p { color: rgb(203,98,137); }
H1.HeaderClassName
{
color: #CB6289;
}
.AnyTagClassName
{
color: #CB6289;
}
</style>
background-color css
<style>
a { background-color: #CB6289; }
a { background-color: rgb(203,98,137); }
div.DivClassName
{
background-color: #CB6289;
}
.BgClassName
{
background-color: #CB6289;
}
</style>
border-color css
<style>
span { border-color: #CB6289; }
span { border-color: rgb(203,98,137); }
td.TdClassName
{
border-color: #CB6289;
}
.TagClassName
{
border-color: #CB6289;
}
</style>