Shades of Hopbush #CC78AB
Tints of Hopbush #CC78AB
RGB
CMYK
RGB Variations
Color information
#CC78AB (or 0xCC78AB) is known color: Hopbush. HEX triplet: CC, 78 and AB. RGB value is (204,120,171). Sum of RGB (Red+Green+Blue) = 204+120+171=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC78AB is #338754. Grayscale: #969696. Windows color (decimal): -3376981 or 11237580. OLE color: 11237580.
HSL color Cylindrical-coordinate representation of color #CC78AB: hue angle of 323.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC78AB is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 171 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.2 |
| HSL | 323.57º | 0.45% | 0.64% | - |
| HSV(B) | 323.57º | 0.41% | 0.8% | - |
| XYZ | 38.97 | 29.21 | 42.11 | - |
| YUV | 150.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 171 | 0 | 0.41 | 0.16 | 0.2 | 323.57 | 0.45 | 0.64 |
| Hex | CC | 78 | AB | 0 | 29 | 10 | 14 | 144 | 2D | 40 |
| Octal | 314 | 170 | 253 | 0 | 51 | 20 | 24 | 504 | 55 | 100 |
| Binary | 11001100 | 1111000 | 10101011 | 0 | 101001 | 10000 | 10100 | 101000100 | 101101 | 1000000 |
Color Harmonies of #CC78AB
Complementary color
Monochromatic Colors of #CC78AB
Black with #CC78AB
Text Example
Text Example
White with #CC78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78AB; }
p { color: rgb(204,120,171); }
H1.HeaderClassName
{
color: #CC78AB;
}
.AnyTagClassName
{
color: #CC78AB;
}
</style>
background-color css
<style>
a { background-color: #CC78AB; }
a { background-color: rgb(204,120,171); }
div.DivClassName
{
background-color: #CC78AB;
}
.BgClassName
{
background-color: #CC78AB;
}
</style>
border-color css
<style>
span { border-color: #CC78AB; }
span { border-color: rgb(204,120,171); }
td.TdClassName
{
border-color: #CC78AB;
}
.TagClassName
{
border-color: #CC78AB;
}
</style>