Shades of Hopbush #CC709E
Tints of Hopbush #CC709E
RGB
CMYK
RGB Variations
Color information
#CC709E (or 0xCC709E) is known color: Hopbush. HEX triplet: CC, 70 and 9E. RGB value is (204,112,158). Sum of RGB (Red+Green+Blue) = 204+112+158=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC709E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC709E is #338F61. Grayscale: #909090. Windows color (decimal): -3379042 or 10383564. OLE color: 10383564.
HSL color Cylindrical-coordinate representation of color #CC709E: hue angle of 330º 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 #CC709E is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 158 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.2 |
| HSL | 330º | 0.47% | 0.62% | - |
| HSV(B) | 330º | 0.45% | 0.8% | - |
| XYZ | 36.87 | 26.89 | 35.6 | - |
| YUV | 144.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 158 | 0 | 0.45 | 0.23 | 0.2 | 330 | 0.47 | 0.62 |
| Hex | CC | 70 | 9E | 0 | 2D | 17 | 14 | 14A | 2F | 3E |
| Octal | 314 | 160 | 236 | 0 | 55 | 27 | 24 | 512 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10011110 | 0 | 101101 | 10111 | 10100 | 101001010 | 101111 | 111110 |
Color Harmonies of #CC709E
Complementary color
Monochromatic Colors of #CC709E
Black with #CC709E
Text Example
Text Example
White with #CC709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC709E; }
p { color: rgb(204,112,158); }
H1.HeaderClassName
{
color: #CC709E;
}
.AnyTagClassName
{
color: #CC709E;
}
</style>
background-color css
<style>
a { background-color: #CC709E; }
a { background-color: rgb(204,112,158); }
div.DivClassName
{
background-color: #CC709E;
}
.BgClassName
{
background-color: #CC709E;
}
</style>
border-color css
<style>
span { border-color: #CC709E; }
span { border-color: rgb(204,112,158); }
td.TdClassName
{
border-color: #CC709E;
}
.TagClassName
{
border-color: #CC709E;
}
</style>