Shades of Hopbush #CF7699
Tints of Hopbush #CF7699
RGB
CMYK
RGB Variations
Color information
#CF7699 (or 0xCF7699) is known color: Hopbush. HEX triplet: CF, 76 and 99. RGB value is (207,118,153). Sum of RGB (Red+Green+Blue) = 207+118+153=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7699 is #308966. Grayscale: #949494. Windows color (decimal): -3180903 or 10057423. OLE color: 10057423.
HSL color Cylindrical-coordinate representation of color #CF7699: hue angle of 336.4º 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 #CF7699 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 153 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.19 |
| HSL | 336.4º | 0.48% | 0.64% | - |
| HSV(B) | 336.4º | 0.43% | 0.81% | - |
| XYZ | 37.96 | 28.52 | 33.64 | - |
| YUV | 148.6 | 130.49 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 153 | 0 | 0.43 | 0.26 | 0.19 | 336.4 | 0.48 | 0.64 |
| Hex | CF | 76 | 99 | 0 | 2B | 1A | 13 | 150 | 30 | 40 |
| Octal | 317 | 166 | 231 | 0 | 53 | 32 | 23 | 520 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10011001 | 0 | 101011 | 11010 | 10011 | 101010000 | 110000 | 1000000 |
Color Harmonies of #CF7699
Complementary color
Monochromatic Colors of #CF7699
Black with #CF7699
Text Example
Text Example
White with #CF7699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7699; }
p { color: rgb(207,118,153); }
H1.HeaderClassName
{
color: #CF7699;
}
.AnyTagClassName
{
color: #CF7699;
}
</style>
background-color css
<style>
a { background-color: #CF7699; }
a { background-color: rgb(207,118,153); }
div.DivClassName
{
background-color: #CF7699;
}
.BgClassName
{
background-color: #CF7699;
}
</style>
border-color css
<style>
span { border-color: #CF7699; }
span { border-color: rgb(207,118,153); }
td.TdClassName
{
border-color: #CF7699;
}
.TagClassName
{
border-color: #CF7699;
}
</style>