Shades of Hopbush #CF7696
Tints of Hopbush #CF7696
RGB
CMYK
RGB Variations
Color information
#CF7696 (or 0xCF7696) is known color: Hopbush. HEX triplet: CF, 76 and 96. RGB value is (207,118,150). Sum of RGB (Red+Green+Blue) = 207+118+150=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7696 is #308969. Grayscale: #949494. Windows color (decimal): -3180906 or 9860815. OLE color: 9860815.
HSL color Cylindrical-coordinate representation of color #CF7696: hue angle of 338.43º 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 #CF7696 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 150 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.19 |
| HSL | 338.43º | 0.48% | 0.64% | - |
| HSV(B) | 338.43º | 0.43% | 0.81% | - |
| XYZ | 37.72 | 28.42 | 32.35 | - |
| YUV | 148.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 150 | 0 | 0.43 | 0.28 | 0.19 | 338.43 | 0.48 | 0.64 |
| Hex | CF | 76 | 96 | 0 | 2B | 1C | 13 | 152 | 30 | 40 |
| Octal | 317 | 166 | 226 | 0 | 53 | 34 | 23 | 522 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10010110 | 0 | 101011 | 11100 | 10011 | 101010010 | 110000 | 1000000 |
Color Harmonies of #CF7696
Complementary color
Monochromatic Colors of #CF7696
Black with #CF7696
Text Example
Text Example
White with #CF7696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7696; }
p { color: rgb(207,118,150); }
H1.HeaderClassName
{
color: #CF7696;
}
.AnyTagClassName
{
color: #CF7696;
}
</style>
background-color css
<style>
a { background-color: #CF7696; }
a { background-color: rgb(207,118,150); }
div.DivClassName
{
background-color: #CF7696;
}
.BgClassName
{
background-color: #CF7696;
}
</style>
border-color css
<style>
span { border-color: #CF7696; }
span { border-color: rgb(207,118,150); }
td.TdClassName
{
border-color: #CF7696;
}
.TagClassName
{
border-color: #CF7696;
}
</style>