Shades of Hopbush #CB6E94
Tints of Hopbush #CB6E94
RGB
CMYK
RGB Variations
Color information
#CB6E94 (or 0xCB6E94) is known color: Hopbush. HEX triplet: CB, 6E and 94. RGB value is (203,110,148). Sum of RGB (Red+Green+Blue) = 203+110+148=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6E94 is #34916B. Grayscale: #8E8E8E. Windows color (decimal): -3445100 or 9727691. OLE color: 9727691.
HSL color Cylindrical-coordinate representation of color #CB6E94: hue angle of 335.48º 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 #CB6E94 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 148 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.20 |
| HSL | 335.48º | 0.47% | 0.61% | - |
| HSV(B) | 335.48º | 0.46% | 0.8% | - |
| XYZ | 35.55 | 25.99 | 31.16 | - |
| YUV | 142.14 | 131.31 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 148 | 0 | 0.46 | 0.27 | 0.20 | 335.48 | 0.47 | 0.61 |
| Hex | CB | 6E | 94 | 0 | 2E | 1B | 14 | 14F | 2F | 3D |
| Octal | 313 | 156 | 224 | 0 | 56 | 33 | 24 | 517 | 57 | 75 |
| Binary | 11001011 | 1101110 | 10010100 | 0 | 101110 | 11011 | 10100 | 101001111 | 101111 | 111101 |
Color Harmonies of #CB6E94
Complementary color
Monochromatic Colors of #CB6E94
Black with #CB6E94
Text Example
Text Example
White with #CB6E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E94; }
p { color: rgb(203,110,148); }
H1.HeaderClassName
{
color: #CB6E94;
}
.AnyTagClassName
{
color: #CB6E94;
}
</style>
background-color css
<style>
a { background-color: #CB6E94; }
a { background-color: rgb(203,110,148); }
div.DivClassName
{
background-color: #CB6E94;
}
.BgClassName
{
background-color: #CB6E94;
}
</style>
border-color css
<style>
span { border-color: #CB6E94; }
span { border-color: rgb(203,110,148); }
td.TdClassName
{
border-color: #CB6E94;
}
.TagClassName
{
border-color: #CB6E94;
}
</style>