Shades of Hopbush #CC78A2
Tints of Hopbush #CC78A2
RGB
CMYK
RGB Variations
Color information
#CC78A2 (or 0xCC78A2) is known color: Hopbush. HEX triplet: CC, 78 and A2. RGB value is (204,120,162). Sum of RGB (Red+Green+Blue) = 204+120+162=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC78A2 is #33875D. Grayscale: #959595. Windows color (decimal): -3376990 or 10647756. OLE color: 10647756.
HSL color Cylindrical-coordinate representation of color #CC78A2: hue angle of 330º 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 #CC78A2 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 162 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.2 |
| HSL | 330º | 0.45% | 0.64% | - |
| HSV(B) | 330º | 0.41% | 0.8% | - |
| XYZ | 38.14 | 28.88 | 37.75 | - |
| YUV | 149.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 162 | 0 | 0.41 | 0.21 | 0.2 | 330 | 0.45 | 0.64 |
| Hex | CC | 78 | A2 | 0 | 29 | 15 | 14 | 14A | 2D | 40 |
| Octal | 314 | 170 | 242 | 0 | 51 | 25 | 24 | 512 | 55 | 100 |
| Binary | 11001100 | 1111000 | 10100010 | 0 | 101001 | 10101 | 10100 | 101001010 | 101101 | 1000000 |
Color Harmonies of #CC78A2
Complementary color
Monochromatic Colors of #CC78A2
Black with #CC78A2
Text Example
Text Example
White with #CC78A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78A2; }
p { color: rgb(204,120,162); }
H1.HeaderClassName
{
color: #CC78A2;
}
.AnyTagClassName
{
color: #CC78A2;
}
</style>
background-color css
<style>
a { background-color: #CC78A2; }
a { background-color: rgb(204,120,162); }
div.DivClassName
{
background-color: #CC78A2;
}
.BgClassName
{
background-color: #CC78A2;
}
</style>
border-color css
<style>
span { border-color: #CC78A2; }
span { border-color: rgb(204,120,162); }
td.TdClassName
{
border-color: #CC78A2;
}
.TagClassName
{
border-color: #CC78A2;
}
</style>