Shades of Hopbush #CB7096
Tints of Hopbush #CB7096
RGB
CMYK
RGB Variations
Color information
#CB7096 (or 0xCB7096) is known color: Hopbush. HEX triplet: CB, 70 and 96. RGB value is (203,112,150). Sum of RGB (Red+Green+Blue) = 203+112+150=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7096 is #348F69. Grayscale: #8F8F8F. Windows color (decimal): -3444586 or 9859275. OLE color: 9859275.
HSL color Cylindrical-coordinate representation of color #CB7096: hue angle of 334.95º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7096 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 150 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.20 |
| HSL | 334.95º | 0.47% | 0.62% | - |
| HSV(B) | 334.95º | 0.45% | 0.8% | - |
| XYZ | 35.93 | 26.49 | 32.07 | - |
| YUV | 143.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 150 | 0 | 0.45 | 0.26 | 0.20 | 334.95 | 0.47 | 0.62 |
| Hex | CB | 70 | 96 | 0 | 2D | 1A | 14 | 14F | 2F | 3E |
| Octal | 313 | 160 | 226 | 0 | 55 | 32 | 24 | 517 | 57 | 76 |
| Binary | 11001011 | 1110000 | 10010110 | 0 | 101101 | 11010 | 10100 | 101001111 | 101111 | 111110 |
Color Harmonies of #CB7096
Complementary color
Monochromatic Colors of #CB7096
Black with #CB7096
Text Example
Text Example
White with #CB7096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7096; }
p { color: rgb(203,112,150); }
H1.HeaderClassName
{
color: #CB7096;
}
.AnyTagClassName
{
color: #CB7096;
}
</style>
background-color css
<style>
a { background-color: #CB7096; }
a { background-color: rgb(203,112,150); }
div.DivClassName
{
background-color: #CB7096;
}
.BgClassName
{
background-color: #CB7096;
}
</style>
border-color css
<style>
span { border-color: #CB7096; }
span { border-color: rgb(203,112,150); }
td.TdClassName
{
border-color: #CB7096;
}
.TagClassName
{
border-color: #CB7096;
}
</style>