Shades of Hopbush #CC649E
Tints of Hopbush #CC649E
RGB
CMYK
RGB Variations
Color information
#CC649E (or 0xCC649E) is known color: Hopbush. HEX triplet: CC, 64 and 9E. RGB value is (204,100,158). Sum of RGB (Red+Green+Blue) = 204+100+158=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC649E is #339B61. Grayscale: #898989. Windows color (decimal): -3382114 or 10380492. OLE color: 10380492.
HSL color Cylindrical-coordinate representation of color #CC649E: hue angle of 326.54º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC649E is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 158 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.2 |
| HSL | 326.54º | 0.5% | 0.6% | - |
| HSV(B) | 326.54º | 0.51% | 0.8% | - |
| XYZ | 35.63 | 24.42 | 35.18 | - |
| YUV | 137.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 158 | 0 | 0.51 | 0.23 | 0.2 | 326.54 | 0.5 | 0.6 |
| Hex | CC | 64 | 9E | 0 | 33 | 17 | 14 | 147 | 32 | 3C |
| Octal | 314 | 144 | 236 | 0 | 63 | 27 | 24 | 507 | 62 | 74 |
| Binary | 11001100 | 1100100 | 10011110 | 0 | 110011 | 10111 | 10100 | 101000111 | 110010 | 111100 |
Color Harmonies of #CC649E
Complementary color
Monochromatic Colors of #CC649E
Black with #CC649E
Text Example
Text Example
White with #CC649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC649E; }
p { color: rgb(204,100,158); }
H1.HeaderClassName
{
color: #CC649E;
}
.AnyTagClassName
{
color: #CC649E;
}
</style>
background-color css
<style>
a { background-color: #CC649E; }
a { background-color: rgb(204,100,158); }
div.DivClassName
{
background-color: #CC649E;
}
.BgClassName
{
background-color: #CC649E;
}
</style>
border-color css
<style>
span { border-color: #CC649E; }
span { border-color: rgb(204,100,158); }
td.TdClassName
{
border-color: #CC649E;
}
.TagClassName
{
border-color: #CC649E;
}
</style>