Shades of Hopbush #CB6BA6
Tints of Hopbush #CB6BA6
RGB
CMYK
RGB Variations
Color information
#CB6BA6 (or 0xCB6BA6) is known color: Hopbush. HEX triplet: CB, 6B and A6. RGB value is (203,107,166). Sum of RGB (Red+Green+Blue) = 203+107+166=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6BA6 is #349459. Grayscale: #8E8E8E. Windows color (decimal): -3445850 or 10906571. OLE color: 10906571.
HSL color Cylindrical-coordinate representation of color #CB6BA6: hue angle of 323.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6BA6 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 166 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.20 |
| HSL | 323.13º | 0.48% | 0.61% | - |
| HSV(B) | 323.13º | 0.47% | 0.8% | - |
| XYZ | 36.77 | 25.97 | 39.15 | - |
| YUV | 142.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 166 | 0 | 0.47 | 0.18 | 0.20 | 323.13 | 0.48 | 0.61 |
| Hex | CB | 6B | A6 | 0 | 2F | 12 | 14 | 143 | 30 | 3D |
| Octal | 313 | 153 | 246 | 0 | 57 | 22 | 24 | 503 | 60 | 75 |
| Binary | 11001011 | 1101011 | 10100110 | 0 | 101111 | 10010 | 10100 | 101000011 | 110000 | 111101 |
Color Harmonies of #CB6BA6
Complementary color
Monochromatic Colors of #CB6BA6
Black with #CB6BA6
Text Example
Text Example
White with #CB6BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BA6; }
p { color: rgb(203,107,166); }
H1.HeaderClassName
{
color: #CB6BA6;
}
.AnyTagClassName
{
color: #CB6BA6;
}
</style>
background-color css
<style>
a { background-color: #CB6BA6; }
a { background-color: rgb(203,107,166); }
div.DivClassName
{
background-color: #CB6BA6;
}
.BgClassName
{
background-color: #CB6BA6;
}
</style>
border-color css
<style>
span { border-color: #CB6BA6; }
span { border-color: rgb(203,107,166); }
td.TdClassName
{
border-color: #CB6BA6;
}
.TagClassName
{
border-color: #CB6BA6;
}
</style>