Shades of Hopbush #CB6E96
Tints of Hopbush #CB6E96
RGB
CMYK
RGB Variations
Color information
#CB6E96 (or 0xCB6E96) is known color: Hopbush. HEX triplet: CB, 6E and 96. RGB value is (203,110,150). Sum of RGB (Red+Green+Blue) = 203+110+150=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6E96 is #349169. Grayscale: #8E8E8E. Windows color (decimal): -3445098 or 9858763. OLE color: 9858763.
HSL color Cylindrical-coordinate representation of color #CB6E96: hue angle of 334.19º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6E96 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 150 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.20 |
| HSL | 334.19º | 0.47% | 0.61% | - |
| HSV(B) | 334.19º | 0.46% | 0.8% | - |
| XYZ | 35.71 | 26.05 | 32 | - |
| YUV | 142.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 150 | 0 | 0.46 | 0.26 | 0.20 | 334.19 | 0.47 | 0.61 |
| Hex | CB | 6E | 96 | 0 | 2E | 1A | 14 | 14E | 2F | 3D |
| Octal | 313 | 156 | 226 | 0 | 56 | 32 | 24 | 516 | 57 | 75 |
| Binary | 11001011 | 1101110 | 10010110 | 0 | 101110 | 11010 | 10100 | 101001110 | 101111 | 111101 |
Color Harmonies of #CB6E96
Complementary color
Monochromatic Colors of #CB6E96
Black with #CB6E96
Text Example
Text Example
White with #CB6E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E96; }
p { color: rgb(203,110,150); }
H1.HeaderClassName
{
color: #CB6E96;
}
.AnyTagClassName
{
color: #CB6E96;
}
</style>
background-color css
<style>
a { background-color: #CB6E96; }
a { background-color: rgb(203,110,150); }
div.DivClassName
{
background-color: #CB6E96;
}
.BgClassName
{
background-color: #CB6E96;
}
</style>
border-color css
<style>
span { border-color: #CB6E96; }
span { border-color: rgb(203,110,150); }
td.TdClassName
{
border-color: #CB6E96;
}
.TagClassName
{
border-color: #CB6E96;
}
</style>