Shades of Hopbush #CF7694
Tints of Hopbush #CF7694
RGB
CMYK
RGB Variations
Color information
#CF7694 (or 0xCF7694) is known color: Hopbush. HEX triplet: CF, 76 and 94. RGB value is (207,118,148). Sum of RGB (Red+Green+Blue) = 207+118+148=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7694 is #30896B. Grayscale: #939393. Windows color (decimal): -3180908 or 9729743. OLE color: 9729743.
HSL color Cylindrical-coordinate representation of color #CF7694: hue angle of 339.78º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7694 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 148 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.19 |
| HSL | 339.78º | 0.48% | 0.64% | - |
| HSV(B) | 339.78º | 0.43% | 0.81% | - |
| XYZ | 37.56 | 28.36 | 31.51 | - |
| YUV | 148.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 148 | 0 | 0.43 | 0.29 | 0.19 | 339.78 | 0.48 | 0.64 |
| Hex | CF | 76 | 94 | 0 | 2B | 1D | 13 | 154 | 30 | 40 |
| Octal | 317 | 166 | 224 | 0 | 53 | 35 | 23 | 524 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10010100 | 0 | 101011 | 11101 | 10011 | 101010100 | 110000 | 1000000 |
Color Harmonies of #CF7694
Complementary color
Monochromatic Colors of #CF7694
Black with #CF7694
Text Example
Text Example
White with #CF7694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7694; }
p { color: rgb(207,118,148); }
H1.HeaderClassName
{
color: #CF7694;
}
.AnyTagClassName
{
color: #CF7694;
}
</style>
background-color css
<style>
a { background-color: #CF7694; }
a { background-color: rgb(207,118,148); }
div.DivClassName
{
background-color: #CF7694;
}
.BgClassName
{
background-color: #CF7694;
}
</style>
border-color css
<style>
span { border-color: #CF7694; }
span { border-color: rgb(207,118,148); }
td.TdClassName
{
border-color: #CF7694;
}
.TagClassName
{
border-color: #CF7694;
}
</style>