Shades of Hopbush #CC649A
Tints of Hopbush #CC649A
RGB
CMYK
RGB Variations
Color information
#CC649A (or 0xCC649A) is known color: Hopbush. HEX triplet: CC, 64 and 9A. RGB value is (204,100,154). Sum of RGB (Red+Green+Blue) = 204+100+154=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC649A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC649A is #339B65. Grayscale: #898989. Windows color (decimal): -3382118 or 10118348. OLE color: 10118348.
HSL color Cylindrical-coordinate representation of color #CC649A: hue angle of 328.85º 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 #CC649A is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 154 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.2 |
| HSL | 328.85º | 0.5% | 0.6% | - |
| HSV(B) | 328.85º | 0.51% | 0.8% | - |
| XYZ | 35.29 | 24.28 | 33.4 | - |
| YUV | 137.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 154 | 0 | 0.51 | 0.25 | 0.2 | 328.85 | 0.5 | 0.6 |
| Hex | CC | 64 | 9A | 0 | 33 | 19 | 14 | 149 | 32 | 3C |
| Octal | 314 | 144 | 232 | 0 | 63 | 31 | 24 | 511 | 62 | 74 |
| Binary | 11001100 | 1100100 | 10011010 | 0 | 110011 | 11001 | 10100 | 101001001 | 110010 | 111100 |
Color Harmonies of #CC649A
Complementary color
Monochromatic Colors of #CC649A
Black with #CC649A
Text Example
Text Example
White with #CC649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC649A; }
p { color: rgb(204,100,154); }
H1.HeaderClassName
{
color: #CC649A;
}
.AnyTagClassName
{
color: #CC649A;
}
</style>
background-color css
<style>
a { background-color: #CC649A; }
a { background-color: rgb(204,100,154); }
div.DivClassName
{
background-color: #CC649A;
}
.BgClassName
{
background-color: #CC649A;
}
</style>
border-color css
<style>
span { border-color: #CC649A; }
span { border-color: rgb(204,100,154); }
td.TdClassName
{
border-color: #CC649A;
}
.TagClassName
{
border-color: #CC649A;
}
</style>