Shades of Hopbush #CF7095
Tints of Hopbush #CF7095
RGB
CMYK
RGB Variations
Color information
#CF7095 (or 0xCF7095) is known color: Hopbush. HEX triplet: CF, 70 and 95. RGB value is (207,112,149). Sum of RGB (Red+Green+Blue) = 207+112+149=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7095 is #308F6A. Grayscale: #909090. Windows color (decimal): -3182443 or 9793743. OLE color: 9793743.
HSL color Cylindrical-coordinate representation of color #CF7095: hue angle of 336.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF7095 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 149 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.19 |
| HSL | 336.63º | 0.5% | 0.63% | - |
| HSV(B) | 336.63º | 0.46% | 0.81% | - |
| XYZ | 36.95 | 27.02 | 31.7 | - |
| YUV | 144.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 149 | 0 | 0.46 | 0.28 | 0.19 | 336.63 | 0.5 | 0.63 |
| Hex | CF | 70 | 95 | 0 | 2E | 1C | 13 | 151 | 32 | 3F |
| Octal | 317 | 160 | 225 | 0 | 56 | 34 | 23 | 521 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10010101 | 0 | 101110 | 11100 | 10011 | 101010001 | 110010 | 111111 |
Color Harmonies of #CF7095
Complementary color
Monochromatic Colors of #CF7095
Black with #CF7095
Text Example
Text Example
White with #CF7095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7095; }
p { color: rgb(207,112,149); }
H1.HeaderClassName
{
color: #CF7095;
}
.AnyTagClassName
{
color: #CF7095;
}
</style>
background-color css
<style>
a { background-color: #CF7095; }
a { background-color: rgb(207,112,149); }
div.DivClassName
{
background-color: #CF7095;
}
.BgClassName
{
background-color: #CF7095;
}
</style>
border-color css
<style>
span { border-color: #CF7095; }
span { border-color: rgb(207,112,149); }
td.TdClassName
{
border-color: #CF7095;
}
.TagClassName
{
border-color: #CF7095;
}
</style>