Shades of Hopbush #CD649C
Tints of Hopbush #CD649C
RGB
CMYK
RGB Variations
Color information
#CD649C (or 0xCD649C) is known color: Hopbush. HEX triplet: CD, 64 and 9C. RGB value is (205,100,156). Sum of RGB (Red+Green+Blue) = 205+100+156=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD649C is #329B63. Grayscale: #898989. Windows color (decimal): -3316580 or 10249421. OLE color: 10249421.
HSL color Cylindrical-coordinate representation of color #CD649C: hue angle of 328º degrees, saturation: 0.51, 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 #CD649C is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 156 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.20 |
| HSL | 328º | 0.51% | 0.6% | - |
| HSV(B) | 328º | 0.51% | 0.8% | - |
| XYZ | 35.73 | 24.49 | 34.3 | - |
| YUV | 137.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 156 | 0 | 0.51 | 0.24 | 0.20 | 328 | 0.51 | 0.6 |
| Hex | CD | 64 | 9C | 0 | 33 | 18 | 14 | 148 | 33 | 3C |
| Octal | 315 | 144 | 234 | 0 | 63 | 30 | 24 | 510 | 63 | 74 |
| Binary | 11001101 | 1100100 | 10011100 | 0 | 110011 | 11000 | 10100 | 101001000 | 110011 | 111100 |
Color Harmonies of #CD649C
Complementary color
Monochromatic Colors of #CD649C
Black with #CD649C
Text Example
Text Example
White with #CD649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD649C; }
p { color: rgb(205,100,156); }
H1.HeaderClassName
{
color: #CD649C;
}
.AnyTagClassName
{
color: #CD649C;
}
</style>
background-color css
<style>
a { background-color: #CD649C; }
a { background-color: rgb(205,100,156); }
div.DivClassName
{
background-color: #CD649C;
}
.BgClassName
{
background-color: #CD649C;
}
</style>
border-color css
<style>
span { border-color: #CD649C; }
span { border-color: rgb(205,100,156); }
td.TdClassName
{
border-color: #CD649C;
}
.TagClassName
{
border-color: #CD649C;
}
</style>