Shades of Hopbush #CC7894
Tints of Hopbush #CC7894
RGB
CMYK
RGB Variations
Color information
#CC7894 (or 0xCC7894) is known color: Hopbush. HEX triplet: CC, 78 and 94. RGB value is (204,120,148). Sum of RGB (Red+Green+Blue) = 204+120+148=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7894 is #33876B. Grayscale: #949494. Windows color (decimal): -3377004 or 9730252. OLE color: 9730252.
HSL color Cylindrical-coordinate representation of color #CC7894: hue angle of 340º 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 #CC7894 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 148 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.2 |
| HSL | 340º | 0.45% | 0.64% | - |
| HSV(B) | 340º | 0.41% | 0.8% | - |
| XYZ | 36.96 | 28.41 | 31.55 | - |
| YUV | 148.31 | 127.83 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 148 | 0 | 0.41 | 0.27 | 0.2 | 340 | 0.45 | 0.64 |
| Hex | CC | 78 | 94 | 0 | 29 | 1B | 14 | 154 | 2D | 40 |
| Octal | 314 | 170 | 224 | 0 | 51 | 33 | 24 | 524 | 55 | 100 |
| Binary | 11001100 | 1111000 | 10010100 | 0 | 101001 | 11011 | 10100 | 101010100 | 101101 | 1000000 |
Color Harmonies of #CC7894
Complementary color
Monochromatic Colors of #CC7894
Black with #CC7894
Text Example
Text Example
White with #CC7894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7894; }
p { color: rgb(204,120,148); }
H1.HeaderClassName
{
color: #CC7894;
}
.AnyTagClassName
{
color: #CC7894;
}
</style>
background-color css
<style>
a { background-color: #CC7894; }
a { background-color: rgb(204,120,148); }
div.DivClassName
{
background-color: #CC7894;
}
.BgClassName
{
background-color: #CC7894;
}
</style>
border-color css
<style>
span { border-color: #CC7894; }
span { border-color: rgb(204,120,148); }
td.TdClassName
{
border-color: #CC7894;
}
.TagClassName
{
border-color: #CC7894;
}
</style>