Shades of Hopbush #CC7898
Tints of Hopbush #CC7898
RGB
CMYK
RGB Variations
Color information
#CC7898 (or 0xCC7898) is known color: Hopbush. HEX triplet: CC, 78 and 98. RGB value is (204,120,152). Sum of RGB (Red+Green+Blue) = 204+120+152=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7898 is #338767. Grayscale: #949494. Windows color (decimal): -3377000 or 9992396. OLE color: 9992396.
HSL color Cylindrical-coordinate representation of color #CC7898: hue angle of 337.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 #CC7898 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 152 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.2 |
| HSL | 337.14º | 0.45% | 0.64% | - |
| HSV(B) | 337.14º | 0.41% | 0.8% | - |
| XYZ | 37.29 | 28.54 | 33.25 | - |
| YUV | 148.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 152 | 0 | 0.41 | 0.25 | 0.2 | 337.14 | 0.45 | 0.64 |
| Hex | CC | 78 | 98 | 0 | 29 | 19 | 14 | 151 | 2D | 40 |
| Octal | 314 | 170 | 230 | 0 | 51 | 31 | 24 | 521 | 55 | 100 |
| Binary | 11001100 | 1111000 | 10011000 | 0 | 101001 | 11001 | 10100 | 101010001 | 101101 | 1000000 |
Color Harmonies of #CC7898
Complementary color
Monochromatic Colors of #CC7898
Black with #CC7898
Text Example
Text Example
White with #CC7898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7898; }
p { color: rgb(204,120,152); }
H1.HeaderClassName
{
color: #CC7898;
}
.AnyTagClassName
{
color: #CC7898;
}
</style>
background-color css
<style>
a { background-color: #CC7898; }
a { background-color: rgb(204,120,152); }
div.DivClassName
{
background-color: #CC7898;
}
.BgClassName
{
background-color: #CC7898;
}
</style>
border-color css
<style>
span { border-color: #CC7898; }
span { border-color: rgb(204,120,152); }
td.TdClassName
{
border-color: #CC7898;
}
.TagClassName
{
border-color: #CC7898;
}
</style>