Shades of Hopbush #CF649A
Tints of Hopbush #CF649A
RGB
CMYK
RGB Variations
Color information
#CF649A (or 0xCF649A) is known color: Hopbush. HEX triplet: CF, 64 and 9A. RGB value is (207,100,154). Sum of RGB (Red+Green+Blue) = 207+100+154=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF649A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF649A is #309B65. Grayscale: #8A8A8A. Windows color (decimal): -3185510 or 10118351. OLE color: 10118351.
HSL color Cylindrical-coordinate representation of color #CF649A: hue angle of 329.72º 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 #CF649A is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 154 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.19 |
| HSL | 329.72º | 0.53% | 0.6% | - |
| HSV(B) | 329.72º | 0.52% | 0.81% | - |
| XYZ | 36.12 | 24.71 | 33.44 | - |
| YUV | 138.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 154 | 0 | 0.52 | 0.26 | 0.19 | 329.72 | 0.53 | 0.6 |
| Hex | CF | 64 | 9A | 0 | 34 | 1A | 13 | 14A | 35 | 3C |
| Octal | 317 | 144 | 232 | 0 | 64 | 32 | 23 | 512 | 65 | 74 |
| Binary | 11001111 | 1100100 | 10011010 | 0 | 110100 | 11010 | 10011 | 101001010 | 110101 | 111100 |
Color Harmonies of #CF649A
Complementary color
Monochromatic Colors of #CF649A
Black with #CF649A
Text Example
Text Example
White with #CF649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF649A; }
p { color: rgb(207,100,154); }
H1.HeaderClassName
{
color: #CF649A;
}
.AnyTagClassName
{
color: #CF649A;
}
</style>
background-color css
<style>
a { background-color: #CF649A; }
a { background-color: rgb(207,100,154); }
div.DivClassName
{
background-color: #CF649A;
}
.BgClassName
{
background-color: #CF649A;
}
</style>
border-color css
<style>
span { border-color: #CF649A; }
span { border-color: rgb(207,100,154); }
td.TdClassName
{
border-color: #CF649A;
}
.TagClassName
{
border-color: #CF649A;
}
</style>