Shades of Hopbush #CC7198
Tints of Hopbush #CC7198
RGB
CMYK
RGB Variations
Color information
#CC7198 (or 0xCC7198) is known color: Hopbush. HEX triplet: CC, 71 and 98. RGB value is (204,113,152). Sum of RGB (Red+Green+Blue) = 204+113+152=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7198 is #338E67. Grayscale: #909090. Windows color (decimal): -3378792 or 9990604. OLE color: 9990604.
HSL color Cylindrical-coordinate representation of color #CC7198: hue angle of 334.29º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7198 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 152 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.2 |
| HSL | 334.29º | 0.47% | 0.62% | - |
| HSV(B) | 334.29º | 0.45% | 0.8% | - |
| XYZ | 36.47 | 26.91 | 32.98 | - |
| YUV | 144.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 152 | 0 | 0.45 | 0.25 | 0.2 | 334.29 | 0.47 | 0.62 |
| Hex | CC | 71 | 98 | 0 | 2D | 19 | 14 | 14E | 2F | 3E |
| Octal | 314 | 161 | 230 | 0 | 55 | 31 | 24 | 516 | 57 | 76 |
| Binary | 11001100 | 1110001 | 10011000 | 0 | 101101 | 11001 | 10100 | 101001110 | 101111 | 111110 |
Color Harmonies of #CC7198
Complementary color
Monochromatic Colors of #CC7198
Black with #CC7198
Text Example
Text Example
White with #CC7198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7198; }
p { color: rgb(204,113,152); }
H1.HeaderClassName
{
color: #CC7198;
}
.AnyTagClassName
{
color: #CC7198;
}
</style>
background-color css
<style>
a { background-color: #CC7198; }
a { background-color: rgb(204,113,152); }
div.DivClassName
{
background-color: #CC7198;
}
.BgClassName
{
background-color: #CC7198;
}
</style>
border-color css
<style>
span { border-color: #CC7198; }
span { border-color: rgb(204,113,152); }
td.TdClassName
{
border-color: #CC7198;
}
.TagClassName
{
border-color: #CC7198;
}
</style>