Shades of Hopbush #CC789F
Tints of Hopbush #CC789F
RGB
CMYK
RGB Variations
Color information
#CC789F (or 0xCC789F) is known color: Hopbush. HEX triplet: CC, 78 and 9F. RGB value is (204,120,159). Sum of RGB (Red+Green+Blue) = 204+120+159=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC789F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC789F is #338760. Grayscale: #959595. Windows color (decimal): -3376993 or 10451148. OLE color: 10451148.
HSL color Cylindrical-coordinate representation of color #CC789F: hue angle of 332.14º 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 #CC789F is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 159 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.2 |
| HSL | 332.14º | 0.45% | 0.64% | - |
| HSV(B) | 332.14º | 0.41% | 0.8% | - |
| XYZ | 37.88 | 28.77 | 36.36 | - |
| YUV | 149.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 159 | 0 | 0.41 | 0.22 | 0.2 | 332.14 | 0.45 | 0.64 |
| Hex | CC | 78 | 9F | 0 | 29 | 16 | 14 | 14C | 2D | 40 |
| Octal | 314 | 170 | 237 | 0 | 51 | 26 | 24 | 514 | 55 | 100 |
| Binary | 11001100 | 1111000 | 10011111 | 0 | 101001 | 10110 | 10100 | 101001100 | 101101 | 1000000 |
Color Harmonies of #CC789F
Complementary color
Monochromatic Colors of #CC789F
Black with #CC789F
Text Example
Text Example
White with #CC789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC789F; }
p { color: rgb(204,120,159); }
H1.HeaderClassName
{
color: #CC789F;
}
.AnyTagClassName
{
color: #CC789F;
}
</style>
background-color css
<style>
a { background-color: #CC789F; }
a { background-color: rgb(204,120,159); }
div.DivClassName
{
background-color: #CC789F;
}
.BgClassName
{
background-color: #CC789F;
}
</style>
border-color css
<style>
span { border-color: #CC789F; }
span { border-color: rgb(204,120,159); }
td.TdClassName
{
border-color: #CC789F;
}
.TagClassName
{
border-color: #CC789F;
}
</style>