Shades of Hopbush #CB78A6
Tints of Hopbush #CB78A6
RGB
CMYK
RGB Variations
Color information
#CB78A6 (or 0xCB78A6) is known color: Hopbush. HEX triplet: CB, 78 and A6. RGB value is (203,120,166). Sum of RGB (Red+Green+Blue) = 203+120+166=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB78A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB78A6 is #348759. Grayscale: #959595. Windows color (decimal): -3442522 or 10909899. OLE color: 10909899.
HSL color Cylindrical-coordinate representation of color #CB78A6: hue angle of 326.75º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB78A6 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 166 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.20 |
| HSL | 326.75º | 0.44% | 0.63% | - |
| HSV(B) | 326.75º | 0.41% | 0.8% | - |
| XYZ | 38.23 | 28.88 | 39.64 | - |
| YUV | 150.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 166 | 0 | 0.41 | 0.18 | 0.20 | 326.75 | 0.44 | 0.63 |
| Hex | CB | 78 | A6 | 0 | 29 | 12 | 14 | 147 | 2C | 3F |
| Octal | 313 | 170 | 246 | 0 | 51 | 22 | 24 | 507 | 54 | 77 |
| Binary | 11001011 | 1111000 | 10100110 | 0 | 101001 | 10010 | 10100 | 101000111 | 101100 | 111111 |
Color Harmonies of #CB78A6
Complementary color
Monochromatic Colors of #CB78A6
Black with #CB78A6
Text Example
Text Example
White with #CB78A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB78A6; }
p { color: rgb(203,120,166); }
H1.HeaderClassName
{
color: #CB78A6;
}
.AnyTagClassName
{
color: #CB78A6;
}
</style>
background-color css
<style>
a { background-color: #CB78A6; }
a { background-color: rgb(203,120,166); }
div.DivClassName
{
background-color: #CB78A6;
}
.BgClassName
{
background-color: #CB78A6;
}
</style>
border-color css
<style>
span { border-color: #CB78A6; }
span { border-color: rgb(203,120,166); }
td.TdClassName
{
border-color: #CB78A6;
}
.TagClassName
{
border-color: #CB78A6;
}
</style>