Shades of Hopbush #CF77AF
Tints of Hopbush #CF77AF
RGB
CMYK
RGB Variations
Color information
#CF77AF (or 0xCF77AF) is known color: Hopbush. HEX triplet: CF, 77 and AF. RGB value is (207,119,175). Sum of RGB (Red+Green+Blue) = 207+119+175=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF77AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF77AF is #308850. Grayscale: #979797. Windows color (decimal): -3180625 or 11499471. OLE color: 11499471.
HSL color Cylindrical-coordinate representation of color #CF77AF: hue angle of 321.82º 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 #CF77AF is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 175 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.19 |
| HSL | 321.82º | 0.48% | 0.64% | - |
| HSV(B) | 321.82º | 0.43% | 0.81% | - |
| XYZ | 40.07 | 29.55 | 44.15 | - |
| YUV | 151.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 175 | 0 | 0.43 | 0.15 | 0.19 | 321.82 | 0.48 | 0.64 |
| Hex | CF | 77 | AF | 0 | 2B | F | 13 | 142 | 30 | 40 |
| Octal | 317 | 167 | 257 | 0 | 53 | 17 | 23 | 502 | 60 | 100 |
| Binary | 11001111 | 1110111 | 10101111 | 0 | 101011 | 1111 | 10011 | 101000010 | 110000 | 1000000 |
Color Harmonies of #CF77AF
Complementary color
Monochromatic Colors of #CF77AF
Black with #CF77AF
Text Example
Text Example
White with #CF77AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77AF; }
p { color: rgb(207,119,175); }
H1.HeaderClassName
{
color: #CF77AF;
}
.AnyTagClassName
{
color: #CF77AF;
}
</style>
background-color css
<style>
a { background-color: #CF77AF; }
a { background-color: rgb(207,119,175); }
div.DivClassName
{
background-color: #CF77AF;
}
.BgClassName
{
background-color: #CF77AF;
}
</style>
border-color css
<style>
span { border-color: #CF77AF; }
span { border-color: rgb(207,119,175); }
td.TdClassName
{
border-color: #CF77AF;
}
.TagClassName
{
border-color: #CF77AF;
}
</style>