Shades of Hopbush #CC709D
Tints of Hopbush #CC709D
RGB
CMYK
RGB Variations
Color information
#CC709D (or 0xCC709D) is known color: Hopbush. HEX triplet: CC, 70 and 9D. RGB value is (204,112,157). Sum of RGB (Red+Green+Blue) = 204+112+157=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC709D is #338F62. Grayscale: #909090. Windows color (decimal): -3379043 or 10318028. OLE color: 10318028.
HSL color Cylindrical-coordinate representation of color #CC709D: hue angle of 330.65º 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 #CC709D is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 157 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.2 |
| HSL | 330.65º | 0.47% | 0.62% | - |
| HSV(B) | 330.65º | 0.45% | 0.8% | - |
| XYZ | 36.78 | 26.86 | 35.14 | - |
| YUV | 144.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 157 | 0 | 0.45 | 0.23 | 0.2 | 330.65 | 0.47 | 0.62 |
| Hex | CC | 70 | 9D | 0 | 2D | 17 | 14 | 14B | 2F | 3E |
| Octal | 314 | 160 | 235 | 0 | 55 | 27 | 24 | 513 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10011101 | 0 | 101101 | 10111 | 10100 | 101001011 | 101111 | 111110 |
Color Harmonies of #CC709D
Complementary color
Monochromatic Colors of #CC709D
Black with #CC709D
Text Example
Text Example
White with #CC709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC709D; }
p { color: rgb(204,112,157); }
H1.HeaderClassName
{
color: #CC709D;
}
.AnyTagClassName
{
color: #CC709D;
}
</style>
background-color css
<style>
a { background-color: #CC709D; }
a { background-color: rgb(204,112,157); }
div.DivClassName
{
background-color: #CC709D;
}
.BgClassName
{
background-color: #CC709D;
}
</style>
border-color css
<style>
span { border-color: #CC709D; }
span { border-color: rgb(204,112,157); }
td.TdClassName
{
border-color: #CC709D;
}
.TagClassName
{
border-color: #CC709D;
}
</style>