Shades of Hopbush #CF7098
Tints of Hopbush #CF7098
RGB
CMYK
RGB Variations
Color information
#CF7098 (or 0xCF7098) is known color: Hopbush. HEX triplet: CF, 70 and 98. RGB value is (207,112,152). Sum of RGB (Red+Green+Blue) = 207+112+152=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7098 is #308F67. Grayscale: #909090. Windows color (decimal): -3182440 or 9990351. OLE color: 9990351.
HSL color Cylindrical-coordinate representation of color #CF7098: hue angle of 334.74º 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 #CF7098 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 152 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.19 |
| HSL | 334.74º | 0.5% | 0.63% | - |
| HSV(B) | 334.74º | 0.46% | 0.81% | - |
| XYZ | 37.19 | 27.12 | 32.98 | - |
| YUV | 144.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 152 | 0 | 0.46 | 0.27 | 0.19 | 334.74 | 0.5 | 0.63 |
| Hex | CF | 70 | 98 | 0 | 2E | 1B | 13 | 14F | 32 | 3F |
| Octal | 317 | 160 | 230 | 0 | 56 | 33 | 23 | 517 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10011000 | 0 | 101110 | 11011 | 10011 | 101001111 | 110010 | 111111 |
Color Harmonies of #CF7098
Complementary color
Monochromatic Colors of #CF7098
Black with #CF7098
Text Example
Text Example
White with #CF7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7098; }
p { color: rgb(207,112,152); }
H1.HeaderClassName
{
color: #CF7098;
}
.AnyTagClassName
{
color: #CF7098;
}
</style>
background-color css
<style>
a { background-color: #CF7098; }
a { background-color: rgb(207,112,152); }
div.DivClassName
{
background-color: #CF7098;
}
.BgClassName
{
background-color: #CF7098;
}
</style>
border-color css
<style>
span { border-color: #CF7098; }
span { border-color: rgb(207,112,152); }
td.TdClassName
{
border-color: #CF7098;
}
.TagClassName
{
border-color: #CF7098;
}
</style>