Shades of Hopbush #CB6599
Tints of Hopbush #CB6599
RGB
CMYK
RGB Variations
Color information
#CB6599 (or 0xCB6599) is known color: Hopbush. HEX triplet: CB, 65 and 99. RGB value is (203,101,153). Sum of RGB (Red+Green+Blue) = 203+101+153=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6599 is #349A66. Grayscale: #898989. Windows color (decimal): -3447399 or 10053067. OLE color: 10053067.
HSL color Cylindrical-coordinate representation of color #CB6599: hue angle of 329.41º 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 #CB6599 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 153 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.20 |
| HSL | 329.41º | 0.5% | 0.6% | - |
| HSV(B) | 329.41º | 0.5% | 0.8% | - |
| XYZ | 35.03 | 24.3 | 32.98 | - |
| YUV | 137.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 153 | 0 | 0.50 | 0.25 | 0.20 | 329.41 | 0.5 | 0.6 |
| Hex | CB | 65 | 99 | 0 | 32 | 19 | 14 | 149 | 32 | 3C |
| Octal | 313 | 145 | 231 | 0 | 62 | 31 | 24 | 511 | 62 | 74 |
| Binary | 11001011 | 1100101 | 10011001 | 0 | 110010 | 11001 | 10100 | 101001001 | 110010 | 111100 |
Color Harmonies of #CB6599
Complementary color
Monochromatic Colors of #CB6599
Black with #CB6599
Text Example
Text Example
White with #CB6599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6599; }
p { color: rgb(203,101,153); }
H1.HeaderClassName
{
color: #CB6599;
}
.AnyTagClassName
{
color: #CB6599;
}
</style>
background-color css
<style>
a { background-color: #CB6599; }
a { background-color: rgb(203,101,153); }
div.DivClassName
{
background-color: #CB6599;
}
.BgClassName
{
background-color: #CB6599;
}
</style>
border-color css
<style>
span { border-color: #CB6599; }
span { border-color: rgb(203,101,153); }
td.TdClassName
{
border-color: #CB6599;
}
.TagClassName
{
border-color: #CB6599;
}
</style>