Shades of Hopbush #CB6E95
Tints of Hopbush #CB6E95
RGB
CMYK
RGB Variations
Color information
#CB6E95 (or 0xCB6E95) is known color: Hopbush. HEX triplet: CB, 6E and 95. RGB value is (203,110,149). Sum of RGB (Red+Green+Blue) = 203+110+149=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6E95 is #34916A. Grayscale: #8E8E8E. Windows color (decimal): -3445099 or 9793227. OLE color: 9793227.
HSL color Cylindrical-coordinate representation of color #CB6E95: hue angle of 334.84º 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 #CB6E95 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 149 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.20 |
| HSL | 334.84º | 0.47% | 0.61% | - |
| HSV(B) | 334.84º | 0.46% | 0.8% | - |
| XYZ | 35.63 | 26.02 | 31.58 | - |
| YUV | 142.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 149 | 0 | 0.46 | 0.27 | 0.20 | 334.84 | 0.47 | 0.61 |
| Hex | CB | 6E | 95 | 0 | 2E | 1B | 14 | 14F | 2F | 3D |
| Octal | 313 | 156 | 225 | 0 | 56 | 33 | 24 | 517 | 57 | 75 |
| Binary | 11001011 | 1101110 | 10010101 | 0 | 101110 | 11011 | 10100 | 101001111 | 101111 | 111101 |
Color Harmonies of #CB6E95
Complementary color
Monochromatic Colors of #CB6E95
Black with #CB6E95
Text Example
Text Example
White with #CB6E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E95; }
p { color: rgb(203,110,149); }
H1.HeaderClassName
{
color: #CB6E95;
}
.AnyTagClassName
{
color: #CB6E95;
}
</style>
background-color css
<style>
a { background-color: #CB6E95; }
a { background-color: rgb(203,110,149); }
div.DivClassName
{
background-color: #CB6E95;
}
.BgClassName
{
background-color: #CB6E95;
}
</style>
border-color css
<style>
span { border-color: #CB6E95; }
span { border-color: rgb(203,110,149); }
td.TdClassName
{
border-color: #CB6E95;
}
.TagClassName
{
border-color: #CB6E95;
}
</style>