Shades of Hopbush #CC759C
Tints of Hopbush #CC759C
RGB
CMYK
RGB Variations
Color information
#CC759C (or 0xCC759C) is known color: Hopbush. HEX triplet: CC, 75 and 9C. RGB value is (204,117,156). Sum of RGB (Red+Green+Blue) = 204+117+156=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC759C is #338A63. Grayscale: #939393. Windows color (decimal): -3377764 or 10253772. OLE color: 10253772.
HSL color Cylindrical-coordinate representation of color #CC759C: hue angle of 333.1º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC759C is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 156 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.2 |
| HSL | 333.1º | 0.46% | 0.63% | - |
| HSV(B) | 333.1º | 0.43% | 0.8% | - |
| XYZ | 37.26 | 27.96 | 34.89 | - |
| YUV | 147.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 156 | 0 | 0.43 | 0.24 | 0.2 | 333.1 | 0.46 | 0.63 |
| Hex | CC | 75 | 9C | 0 | 2B | 18 | 14 | 14D | 2E | 3F |
| Octal | 314 | 165 | 234 | 0 | 53 | 30 | 24 | 515 | 56 | 77 |
| Binary | 11001100 | 1110101 | 10011100 | 0 | 101011 | 11000 | 10100 | 101001101 | 101110 | 111111 |
Color Harmonies of #CC759C
Complementary color
Monochromatic Colors of #CC759C
Black with #CC759C
Text Example
Text Example
White with #CC759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC759C; }
p { color: rgb(204,117,156); }
H1.HeaderClassName
{
color: #CC759C;
}
.AnyTagClassName
{
color: #CC759C;
}
</style>
background-color css
<style>
a { background-color: #CC759C; }
a { background-color: rgb(204,117,156); }
div.DivClassName
{
background-color: #CC759C;
}
.BgClassName
{
background-color: #CC759C;
}
</style>
border-color css
<style>
span { border-color: #CC759C; }
span { border-color: rgb(204,117,156); }
td.TdClassName
{
border-color: #CC759C;
}
.TagClassName
{
border-color: #CC759C;
}
</style>