Shades of Hopbush #CF6198
Tints of Hopbush #CF6198
RGB
CMYK
RGB Variations
Color information
#CF6198 (or 0xCF6198) is known color: Hopbush. HEX triplet: CF, 61 and 98. RGB value is (207,97,152). Sum of RGB (Red+Green+Blue) = 207+97+152=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6198 is #309E67. Grayscale: #888888. Windows color (decimal): -3186280 or 9986511. OLE color: 9986511.
HSL color Cylindrical-coordinate representation of color #CF6198: hue angle of 330º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6198 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 152 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.19 |
| HSL | 330º | 0.53% | 0.6% | - |
| HSV(B) | 330º | 0.53% | 0.81% | - |
| XYZ | 35.67 | 24.08 | 32.47 | - |
| YUV | 136.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 152 | 0 | 0.53 | 0.27 | 0.19 | 330 | 0.53 | 0.6 |
| Hex | CF | 61 | 98 | 0 | 35 | 1B | 13 | 14A | 35 | 3C |
| Octal | 317 | 141 | 230 | 0 | 65 | 33 | 23 | 512 | 65 | 74 |
| Binary | 11001111 | 1100001 | 10011000 | 0 | 110101 | 11011 | 10011 | 101001010 | 110101 | 111100 |
Color Harmonies of #CF6198
Complementary color
Monochromatic Colors of #CF6198
Black with #CF6198
Text Example
Text Example
White with #CF6198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6198; }
p { color: rgb(207,97,152); }
H1.HeaderClassName
{
color: #CF6198;
}
.AnyTagClassName
{
color: #CF6198;
}
</style>
background-color css
<style>
a { background-color: #CF6198; }
a { background-color: rgb(207,97,152); }
div.DivClassName
{
background-color: #CF6198;
}
.BgClassName
{
background-color: #CF6198;
}
</style>
border-color css
<style>
span { border-color: #CF6198; }
span { border-color: rgb(207,97,152); }
td.TdClassName
{
border-color: #CF6198;
}
.TagClassName
{
border-color: #CF6198;
}
</style>