Shades of Hopbush #CC759B
Tints of Hopbush #CC759B
RGB
CMYK
RGB Variations
Color information
#CC759B (or 0xCC759B) is known color: Hopbush. HEX triplet: CC, 75 and 9B. RGB value is (204,117,155). Sum of RGB (Red+Green+Blue) = 204+117+155=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC759B is #338A64. Grayscale: #939393. Windows color (decimal): -3377765 or 10188236. OLE color: 10188236.
HSL color Cylindrical-coordinate representation of color #CC759B: hue angle of 333.79º 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 #CC759B is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 155 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.2 |
| HSL | 333.79º | 0.46% | 0.63% | - |
| HSV(B) | 333.79º | 0.43% | 0.8% | - |
| XYZ | 37.18 | 27.93 | 34.44 | - |
| YUV | 147.35 | 132.32 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 155 | 0 | 0.43 | 0.24 | 0.2 | 333.79 | 0.46 | 0.63 |
| Hex | CC | 75 | 9B | 0 | 2B | 18 | 14 | 14E | 2E | 3F |
| Octal | 314 | 165 | 233 | 0 | 53 | 30 | 24 | 516 | 56 | 77 |
| Binary | 11001100 | 1110101 | 10011011 | 0 | 101011 | 11000 | 10100 | 101001110 | 101110 | 111111 |
Color Harmonies of #CC759B
Complementary color
Monochromatic Colors of #CC759B
Black with #CC759B
Text Example
Text Example
White with #CC759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC759B; }
p { color: rgb(204,117,155); }
H1.HeaderClassName
{
color: #CC759B;
}
.AnyTagClassName
{
color: #CC759B;
}
</style>
background-color css
<style>
a { background-color: #CC759B; }
a { background-color: rgb(204,117,155); }
div.DivClassName
{
background-color: #CC759B;
}
.BgClassName
{
background-color: #CC759B;
}
</style>
border-color css
<style>
span { border-color: #CC759B; }
span { border-color: rgb(204,117,155); }
td.TdClassName
{
border-color: #CC759B;
}
.TagClassName
{
border-color: #CC759B;
}
</style>