Shades of Hopbush #CB7396
Tints of Hopbush #CB7396
RGB
CMYK
RGB Variations
Color information
#CB7396 (or 0xCB7396) is known color: Hopbush. HEX triplet: CB, 73 and 96. RGB value is (203,115,150). Sum of RGB (Red+Green+Blue) = 203+115+150=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7396 is #348C69. Grayscale: #919191. Windows color (decimal): -3443818 or 9860043. OLE color: 9860043.
HSL color Cylindrical-coordinate representation of color #CB7396: hue angle of 336.14º 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 #CB7396 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 150 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.20 |
| HSL | 336.14º | 0.46% | 0.62% | - |
| HSV(B) | 336.14º | 0.43% | 0.8% | - |
| XYZ | 36.26 | 27.16 | 32.19 | - |
| YUV | 145.3 | 130.65 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 150 | 0 | 0.43 | 0.26 | 0.20 | 336.14 | 0.46 | 0.62 |
| Hex | CB | 73 | 96 | 0 | 2B | 1A | 14 | 150 | 2E | 3E |
| Octal | 313 | 163 | 226 | 0 | 53 | 32 | 24 | 520 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10010110 | 0 | 101011 | 11010 | 10100 | 101010000 | 101110 | 111110 |
Color Harmonies of #CB7396
Complementary color
Monochromatic Colors of #CB7396
Black with #CB7396
Text Example
Text Example
White with #CB7396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7396; }
p { color: rgb(203,115,150); }
H1.HeaderClassName
{
color: #CB7396;
}
.AnyTagClassName
{
color: #CB7396;
}
</style>
background-color css
<style>
a { background-color: #CB7396; }
a { background-color: rgb(203,115,150); }
div.DivClassName
{
background-color: #CB7396;
}
.BgClassName
{
background-color: #CB7396;
}
</style>
border-color css
<style>
span { border-color: #CB7396; }
span { border-color: rgb(203,115,150); }
td.TdClassName
{
border-color: #CB7396;
}
.TagClassName
{
border-color: #CB7396;
}
</style>