Shades of Hopbush #CC609E
Tints of Hopbush #CC609E
RGB
CMYK
RGB Variations
Color information
#CC609E (or 0xCC609E) is known color: Hopbush. HEX triplet: CC, 60 and 9E. RGB value is (204,96,158). Sum of RGB (Red+Green+Blue) = 204+96+158=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC609E is #339F61. Grayscale: #878787. Windows color (decimal): -3383138 or 10379468. OLE color: 10379468.
HSL color Cylindrical-coordinate representation of color #CC609E: hue angle of 325.56º 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 #CC609E is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 158 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.2 |
| HSL | 325.56º | 0.51% | 0.59% | - |
| HSV(B) | 325.56º | 0.53% | 0.8% | - |
| XYZ | 35.26 | 23.67 | 35.06 | - |
| YUV | 135.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 158 | 0 | 0.53 | 0.23 | 0.2 | 325.56 | 0.51 | 0.59 |
| Hex | CC | 60 | 9E | 0 | 35 | 17 | 14 | 146 | 33 | 3B |
| Octal | 314 | 140 | 236 | 0 | 65 | 27 | 24 | 506 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10011110 | 0 | 110101 | 10111 | 10100 | 101000110 | 110011 | 111011 |
Color Harmonies of #CC609E
Complementary color
Monochromatic Colors of #CC609E
Black with #CC609E
Text Example
Text Example
White with #CC609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC609E; }
p { color: rgb(204,96,158); }
H1.HeaderClassName
{
color: #CC609E;
}
.AnyTagClassName
{
color: #CC609E;
}
</style>
background-color css
<style>
a { background-color: #CC609E; }
a { background-color: rgb(204,96,158); }
div.DivClassName
{
background-color: #CC609E;
}
.BgClassName
{
background-color: #CC609E;
}
</style>
border-color css
<style>
span { border-color: #CC609E; }
span { border-color: rgb(204,96,158); }
td.TdClassName
{
border-color: #CC609E;
}
.TagClassName
{
border-color: #CC609E;
}
</style>