Shades of Hopbush #CF6698
Tints of Hopbush #CF6698
RGB
CMYK
RGB Variations
Color information
#CF6698 (or 0xCF6698) is known color: Hopbush. HEX triplet: CF, 66 and 98. RGB value is (207,102,152). Sum of RGB (Red+Green+Blue) = 207+102+152=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6698 is #309967. Grayscale: #8B8B8B. Windows color (decimal): -3185000 or 9987791. OLE color: 9987791.
HSL color Cylindrical-coordinate representation of color #CF6698: hue angle of 331.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6698 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 152 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.19 |
| HSL | 331.43º | 0.52% | 0.61% | - |
| HSV(B) | 331.43º | 0.51% | 0.81% | - |
| XYZ | 36.15 | 25.04 | 32.63 | - |
| YUV | 139.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 152 | 0 | 0.51 | 0.27 | 0.19 | 331.43 | 0.52 | 0.61 |
| Hex | CF | 66 | 98 | 0 | 33 | 1B | 13 | 14B | 34 | 3D |
| Octal | 317 | 146 | 230 | 0 | 63 | 33 | 23 | 513 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10011000 | 0 | 110011 | 11011 | 10011 | 101001011 | 110100 | 111101 |
Color Harmonies of #CF6698
Complementary color
Monochromatic Colors of #CF6698
Black with #CF6698
Text Example
Text Example
White with #CF6698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6698; }
p { color: rgb(207,102,152); }
H1.HeaderClassName
{
color: #CF6698;
}
.AnyTagClassName
{
color: #CF6698;
}
</style>
background-color css
<style>
a { background-color: #CF6698; }
a { background-color: rgb(207,102,152); }
div.DivClassName
{
background-color: #CF6698;
}
.BgClassName
{
background-color: #CF6698;
}
</style>
border-color css
<style>
span { border-color: #CF6698; }
span { border-color: rgb(207,102,152); }
td.TdClassName
{
border-color: #CF6698;
}
.TagClassName
{
border-color: #CF6698;
}
</style>