Shades of Hopbush #CF649C
Tints of Hopbush #CF649C
RGB
CMYK
RGB Variations
Color information
#CF649C (or 0xCF649C) is known color: Hopbush. HEX triplet: CF, 64 and 9C. RGB value is (207,100,156). Sum of RGB (Red+Green+Blue) = 207+100+156=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF649C is #309B63. Grayscale: #8A8A8A. Windows color (decimal): -3185508 or 10249423. OLE color: 10249423.
HSL color Cylindrical-coordinate representation of color #CF649C: hue angle of 328.6º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF649C is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 156 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.19 |
| HSL | 328.6º | 0.53% | 0.6% | - |
| HSV(B) | 328.6º | 0.52% | 0.81% | - |
| XYZ | 36.29 | 24.78 | 34.32 | - |
| YUV | 138.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 156 | 0 | 0.52 | 0.25 | 0.19 | 328.6 | 0.53 | 0.6 |
| Hex | CF | 64 | 9C | 0 | 34 | 19 | 13 | 149 | 35 | 3C |
| Octal | 317 | 144 | 234 | 0 | 64 | 31 | 23 | 511 | 65 | 74 |
| Binary | 11001111 | 1100100 | 10011100 | 0 | 110100 | 11001 | 10011 | 101001001 | 110101 | 111100 |
Color Harmonies of #CF649C
Complementary color
Monochromatic Colors of #CF649C
Black with #CF649C
Text Example
Text Example
White with #CF649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF649C; }
p { color: rgb(207,100,156); }
H1.HeaderClassName
{
color: #CF649C;
}
.AnyTagClassName
{
color: #CF649C;
}
</style>
background-color css
<style>
a { background-color: #CF649C; }
a { background-color: rgb(207,100,156); }
div.DivClassName
{
background-color: #CF649C;
}
.BgClassName
{
background-color: #CF649C;
}
</style>
border-color css
<style>
span { border-color: #CF649C; }
span { border-color: rgb(207,100,156); }
td.TdClassName
{
border-color: #CF649C;
}
.TagClassName
{
border-color: #CF649C;
}
</style>