Shades of Hopbush #CC609D
Tints of Hopbush #CC609D
RGB
CMYK
RGB Variations
Color information
#CC609D (or 0xCC609D) is known color: Hopbush. HEX triplet: CC, 60 and 9D. RGB value is (204,96,157). Sum of RGB (Red+Green+Blue) = 204+96+157=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC609D is #339F62. Grayscale: #878787. Windows color (decimal): -3383139 or 10313932. OLE color: 10313932.
HSL color Cylindrical-coordinate representation of color #CC609D: hue angle of 326.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC609D is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 157 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.2 |
| HSL | 326.11º | 0.51% | 0.59% | - |
| HSV(B) | 326.11º | 0.53% | 0.8% | - |
| XYZ | 35.17 | 23.64 | 34.61 | - |
| YUV | 135.25 | 140.28 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 157 | 0 | 0.53 | 0.23 | 0.2 | 326.11 | 0.51 | 0.59 |
| Hex | CC | 60 | 9D | 0 | 35 | 17 | 14 | 146 | 33 | 3B |
| Octal | 314 | 140 | 235 | 0 | 65 | 27 | 24 | 506 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10011101 | 0 | 110101 | 10111 | 10100 | 101000110 | 110011 | 111011 |
Color Harmonies of #CC609D
Complementary color
Monochromatic Colors of #CC609D
Black with #CC609D
Text Example
Text Example
White with #CC609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC609D; }
p { color: rgb(204,96,157); }
H1.HeaderClassName
{
color: #CC609D;
}
.AnyTagClassName
{
color: #CC609D;
}
</style>
background-color css
<style>
a { background-color: #CC609D; }
a { background-color: rgb(204,96,157); }
div.DivClassName
{
background-color: #CC609D;
}
.BgClassName
{
background-color: #CC609D;
}
</style>
border-color css
<style>
span { border-color: #CC609D; }
span { border-color: rgb(204,96,157); }
td.TdClassName
{
border-color: #CC609D;
}
.TagClassName
{
border-color: #CC609D;
}
</style>