Shades of Hopbush #CB7CA6
Tints of Hopbush #CB7CA6
RGB
CMYK
RGB Variations
Color information
#CB7CA6 (or 0xCB7CA6) is known color: Hopbush. HEX triplet: CB, 7C and A6. RGB value is (203,124,166). Sum of RGB (Red+Green+Blue) = 203+124+166=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7CA6 is #348359. Grayscale: #989898. Windows color (decimal): -3441498 or 10910923. OLE color: 10910923.
HSL color Cylindrical-coordinate representation of color #CB7CA6: hue angle of 328.1º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7CA6 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 166 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.20 |
| HSL | 328.1º | 0.43% | 0.64% | - |
| HSV(B) | 328.1º | 0.39% | 0.8% | - |
| XYZ | 38.72 | 29.86 | 39.8 | - |
| YUV | 152.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 166 | 0 | 0.39 | 0.18 | 0.20 | 328.1 | 0.43 | 0.64 |
| Hex | CB | 7C | A6 | 0 | 27 | 12 | 14 | 148 | 2B | 40 |
| Octal | 313 | 174 | 246 | 0 | 47 | 22 | 24 | 510 | 53 | 100 |
| Binary | 11001011 | 1111100 | 10100110 | 0 | 100111 | 10010 | 10100 | 101001000 | 101011 | 1000000 |
Color Harmonies of #CB7CA6
Complementary color
Monochromatic Colors of #CB7CA6
Black with #CB7CA6
Text Example
Text Example
White with #CB7CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CA6; }
p { color: rgb(203,124,166); }
H1.HeaderClassName
{
color: #CB7CA6;
}
.AnyTagClassName
{
color: #CB7CA6;
}
</style>
background-color css
<style>
a { background-color: #CB7CA6; }
a { background-color: rgb(203,124,166); }
div.DivClassName
{
background-color: #CB7CA6;
}
.BgClassName
{
background-color: #CB7CA6;
}
</style>
border-color css
<style>
span { border-color: #CB7CA6; }
span { border-color: rgb(203,124,166); }
td.TdClassName
{
border-color: #CB7CA6;
}
.TagClassName
{
border-color: #CB7CA6;
}
</style>