Shades of Hopbush #CB6EAC
Tints of Hopbush #CB6EAC
RGB
CMYK
RGB Variations
Color information
#CB6EAC (or 0xCB6EAC) is known color: Hopbush. HEX triplet: CB, 6E and AC. RGB value is (203,110,172). Sum of RGB (Red+Green+Blue) = 203+110+172=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6EAC is #349153. Grayscale: #909090. Windows color (decimal): -3445076 or 11300555. OLE color: 11300555.
HSL color Cylindrical-coordinate representation of color #CB6EAC: hue angle of 320º 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 #CB6EAC is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 172 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.20 |
| HSL | 320º | 0.47% | 0.61% | - |
| HSV(B) | 320º | 0.46% | 0.8% | - |
| XYZ | 37.65 | 26.83 | 42.22 | - |
| YUV | 144.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 172 | 0 | 0.46 | 0.15 | 0.20 | 320 | 0.47 | 0.61 |
| Hex | CB | 6E | AC | 0 | 2E | F | 14 | 140 | 2F | 3D |
| Octal | 313 | 156 | 254 | 0 | 56 | 17 | 24 | 500 | 57 | 75 |
| Binary | 11001011 | 1101110 | 10101100 | 0 | 101110 | 1111 | 10100 | 101000000 | 101111 | 111101 |
Color Harmonies of #CB6EAC
Complementary color
Monochromatic Colors of #CB6EAC
Black with #CB6EAC
Text Example
Text Example
White with #CB6EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EAC; }
p { color: rgb(203,110,172); }
H1.HeaderClassName
{
color: #CB6EAC;
}
.AnyTagClassName
{
color: #CB6EAC;
}
</style>
background-color css
<style>
a { background-color: #CB6EAC; }
a { background-color: rgb(203,110,172); }
div.DivClassName
{
background-color: #CB6EAC;
}
.BgClassName
{
background-color: #CB6EAC;
}
</style>
border-color css
<style>
span { border-color: #CB6EAC; }
span { border-color: rgb(203,110,172); }
td.TdClassName
{
border-color: #CB6EAC;
}
.TagClassName
{
border-color: #CB6EAC;
}
</style>