Shades of Hopbush #CF6F98
Tints of Hopbush #CF6F98
RGB
CMYK
RGB Variations
Color information
#CF6F98 (or 0xCF6F98) is known color: Hopbush. HEX triplet: CF, 6F and 98. RGB value is (207,111,152). Sum of RGB (Red+Green+Blue) = 207+111+152=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6F98 is #309067. Grayscale: #909090. Windows color (decimal): -3182696 or 9990095. OLE color: 9990095.
HSL color Cylindrical-coordinate representation of color #CF6F98: hue angle of 334.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6F98 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 152 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.19 |
| HSL | 334.38º | 0.5% | 0.62% | - |
| HSV(B) | 334.38º | 0.46% | 0.81% | - |
| XYZ | 37.08 | 26.9 | 32.94 | - |
| YUV | 144.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 152 | 0 | 0.46 | 0.27 | 0.19 | 334.38 | 0.5 | 0.62 |
| Hex | CF | 6F | 98 | 0 | 2E | 1B | 13 | 14E | 32 | 3E |
| Octal | 317 | 157 | 230 | 0 | 56 | 33 | 23 | 516 | 62 | 76 |
| Binary | 11001111 | 1101111 | 10011000 | 0 | 101110 | 11011 | 10011 | 101001110 | 110010 | 111110 |
Color Harmonies of #CF6F98
Complementary color
Monochromatic Colors of #CF6F98
Black with #CF6F98
Text Example
Text Example
White with #CF6F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F98; }
p { color: rgb(207,111,152); }
H1.HeaderClassName
{
color: #CF6F98;
}
.AnyTagClassName
{
color: #CF6F98;
}
</style>
background-color css
<style>
a { background-color: #CF6F98; }
a { background-color: rgb(207,111,152); }
div.DivClassName
{
background-color: #CF6F98;
}
.BgClassName
{
background-color: #CF6F98;
}
</style>
border-color css
<style>
span { border-color: #CF6F98; }
span { border-color: rgb(207,111,152); }
td.TdClassName
{
border-color: #CF6F98;
}
.TagClassName
{
border-color: #CF6F98;
}
</style>