Shades of Hopbush #CF6689
Tints of Hopbush #CF6689
RGB
CMYK
RGB Variations
Color information
#CF6689 (or 0xCF6689) is known color: Hopbush. HEX triplet: CF, 66 and 89. RGB value is (207,102,137). Sum of RGB (Red+Green+Blue) = 207+102+137=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6689 is #309976. Grayscale: #898989. Windows color (decimal): -3185015 or 9004751. OLE color: 9004751.
HSL color Cylindrical-coordinate representation of color #CF6689: hue angle of 340º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6689 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 137 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.19 |
| HSL | 340º | 0.52% | 0.61% | - |
| HSV(B) | 340º | 0.51% | 0.81% | - |
| XYZ | 35 | 24.57 | 26.57 | - |
| YUV | 137.39 | 127.79 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 137 | 0 | 0.51 | 0.34 | 0.19 | 340 | 0.52 | 0.61 |
| Hex | CF | 66 | 89 | 0 | 33 | 22 | 13 | 154 | 34 | 3D |
| Octal | 317 | 146 | 211 | 0 | 63 | 42 | 23 | 524 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10001001 | 0 | 110011 | 100010 | 10011 | 101010100 | 110100 | 111101 |
Color Harmonies of #CF6689
Complementary color
Monochromatic Colors of #CF6689
Black with #CF6689
Text Example
Text Example
White with #CF6689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6689; }
p { color: rgb(207,102,137); }
H1.HeaderClassName
{
color: #CF6689;
}
.AnyTagClassName
{
color: #CF6689;
}
</style>
background-color css
<style>
a { background-color: #CF6689; }
a { background-color: rgb(207,102,137); }
div.DivClassName
{
background-color: #CF6689;
}
.BgClassName
{
background-color: #CF6689;
}
</style>
border-color css
<style>
span { border-color: #CF6689; }
span { border-color: rgb(207,102,137); }
td.TdClassName
{
border-color: #CF6689;
}
.TagClassName
{
border-color: #CF6689;
}
</style>