Shades of Hopbush #CB7796
Tints of Hopbush #CB7796
RGB
CMYK
RGB Variations
Color information
#CB7796 (or 0xCB7796) is known color: Hopbush. HEX triplet: CB, 77 and 96. RGB value is (203,119,150). Sum of RGB (Red+Green+Blue) = 203+119+150=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7796 is #348869. Grayscale: #939393. Windows color (decimal): -3442794 or 9861067. OLE color: 9861067.
HSL color Cylindrical-coordinate representation of color #CB7796: hue angle of 337.86º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB7796 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 150 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.20 |
| HSL | 337.86º | 0.45% | 0.63% | - |
| HSV(B) | 337.86º | 0.41% | 0.8% | - |
| XYZ | 36.73 | 28.09 | 32.34 | - |
| YUV | 147.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 150 | 0 | 0.41 | 0.26 | 0.20 | 337.86 | 0.45 | 0.63 |
| Hex | CB | 77 | 96 | 0 | 29 | 1A | 14 | 152 | 2D | 3F |
| Octal | 313 | 167 | 226 | 0 | 51 | 32 | 24 | 522 | 55 | 77 |
| Binary | 11001011 | 1110111 | 10010110 | 0 | 101001 | 11010 | 10100 | 101010010 | 101101 | 111111 |
Color Harmonies of #CB7796
Complementary color
Monochromatic Colors of #CB7796
Black with #CB7796
Text Example
Text Example
White with #CB7796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7796; }
p { color: rgb(203,119,150); }
H1.HeaderClassName
{
color: #CB7796;
}
.AnyTagClassName
{
color: #CB7796;
}
</style>
background-color css
<style>
a { background-color: #CB7796; }
a { background-color: rgb(203,119,150); }
div.DivClassName
{
background-color: #CB7796;
}
.BgClassName
{
background-color: #CB7796;
}
</style>
border-color css
<style>
span { border-color: #CB7796; }
span { border-color: rgb(203,119,150); }
td.TdClassName
{
border-color: #CB7796;
}
.TagClassName
{
border-color: #CB7796;
}
</style>