Shades of Hopbush #CC789C
Tints of Hopbush #CC789C
RGB
CMYK
RGB Variations
Color information
#CC789C (or 0xCC789C) is known color: Hopbush. HEX triplet: CC, 78 and 9C. RGB value is (204,120,156). Sum of RGB (Red+Green+Blue) = 204+120+156=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC789C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC789C is #338763. Grayscale: #959595. Windows color (decimal): -3376996 or 10254540. OLE color: 10254540.
HSL color Cylindrical-coordinate representation of color #CC789C: hue angle of 334.29º 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 #CC789C is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 156 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.2 |
| HSL | 334.29º | 0.45% | 0.64% | - |
| HSV(B) | 334.29º | 0.41% | 0.8% | - |
| XYZ | 37.62 | 28.67 | 35 | - |
| YUV | 149.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 156 | 0 | 0.41 | 0.24 | 0.2 | 334.29 | 0.45 | 0.64 |
| Hex | CC | 78 | 9C | 0 | 29 | 18 | 14 | 14E | 2D | 40 |
| Octal | 314 | 170 | 234 | 0 | 51 | 30 | 24 | 516 | 55 | 100 |
| Binary | 11001100 | 1111000 | 10011100 | 0 | 101001 | 11000 | 10100 | 101001110 | 101101 | 1000000 |
Color Harmonies of #CC789C
Complementary color
Monochromatic Colors of #CC789C
Black with #CC789C
Text Example
Text Example
White with #CC789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC789C; }
p { color: rgb(204,120,156); }
H1.HeaderClassName
{
color: #CC789C;
}
.AnyTagClassName
{
color: #CC789C;
}
</style>
background-color css
<style>
a { background-color: #CC789C; }
a { background-color: rgb(204,120,156); }
div.DivClassName
{
background-color: #CC789C;
}
.BgClassName
{
background-color: #CC789C;
}
</style>
border-color css
<style>
span { border-color: #CC789C; }
span { border-color: rgb(204,120,156); }
td.TdClassName
{
border-color: #CC789C;
}
.TagClassName
{
border-color: #CC789C;
}
</style>