Shades of Hopbush #CB7399
Tints of Hopbush #CB7399
RGB
CMYK
RGB Variations
Color information
#CB7399 (or 0xCB7399) is known color: Hopbush. HEX triplet: CB, 73 and 99. RGB value is (203,115,153). Sum of RGB (Red+Green+Blue) = 203+115+153=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7399 is #348C66. Grayscale: #919191. Windows color (decimal): -3443815 or 10056651. OLE color: 10056651.
HSL color Cylindrical-coordinate representation of color #CB7399: hue angle of 334.09º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7399 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 153 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.20 |
| HSL | 334.09º | 0.46% | 0.62% | - |
| HSV(B) | 334.09º | 0.43% | 0.8% | - |
| XYZ | 36.51 | 27.26 | 33.47 | - |
| YUV | 145.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 153 | 0 | 0.43 | 0.25 | 0.20 | 334.09 | 0.46 | 0.62 |
| Hex | CB | 73 | 99 | 0 | 2B | 19 | 14 | 14E | 2E | 3E |
| Octal | 313 | 163 | 231 | 0 | 53 | 31 | 24 | 516 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10011001 | 0 | 101011 | 11001 | 10100 | 101001110 | 101110 | 111110 |
Color Harmonies of #CB7399
Complementary color
Monochromatic Colors of #CB7399
Black with #CB7399
Text Example
Text Example
White with #CB7399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7399; }
p { color: rgb(203,115,153); }
H1.HeaderClassName
{
color: #CB7399;
}
.AnyTagClassName
{
color: #CB7399;
}
</style>
background-color css
<style>
a { background-color: #CB7399; }
a { background-color: rgb(203,115,153); }
div.DivClassName
{
background-color: #CB7399;
}
.BgClassName
{
background-color: #CB7399;
}
</style>
border-color css
<style>
span { border-color: #CB7399; }
span { border-color: rgb(203,115,153); }
td.TdClassName
{
border-color: #CB7399;
}
.TagClassName
{
border-color: #CB7399;
}
</style>