Shades of Hopbush #CF6599
Tints of Hopbush #CF6599
RGB
CMYK
RGB Variations
Color information
#CF6599 (or 0xCF6599) is known color: Hopbush. HEX triplet: CF, 65 and 99. RGB value is (207,101,153). Sum of RGB (Red+Green+Blue) = 207+101+153=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6599 is #309A66. Grayscale: #8A8A8A. Windows color (decimal): -3185255 or 10053071. OLE color: 10053071.
HSL color Cylindrical-coordinate representation of color #CF6599: hue angle of 330.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6599 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 153 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.19 |
| HSL | 330.57º | 0.52% | 0.6% | - |
| HSV(B) | 330.57º | 0.51% | 0.81% | - |
| XYZ | 36.14 | 24.87 | 33.03 | - |
| YUV | 138.62 | 136.12 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 153 | 0 | 0.51 | 0.26 | 0.19 | 330.57 | 0.52 | 0.6 |
| Hex | CF | 65 | 99 | 0 | 33 | 1A | 13 | 14B | 34 | 3C |
| Octal | 317 | 145 | 231 | 0 | 63 | 32 | 23 | 513 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10011001 | 0 | 110011 | 11010 | 10011 | 101001011 | 110100 | 111100 |
Color Harmonies of #CF6599
Complementary color
Monochromatic Colors of #CF6599
Black with #CF6599
Text Example
Text Example
White with #CF6599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6599; }
p { color: rgb(207,101,153); }
H1.HeaderClassName
{
color: #CF6599;
}
.AnyTagClassName
{
color: #CF6599;
}
</style>
background-color css
<style>
a { background-color: #CF6599; }
a { background-color: rgb(207,101,153); }
div.DivClassName
{
background-color: #CF6599;
}
.BgClassName
{
background-color: #CF6599;
}
</style>
border-color css
<style>
span { border-color: #CF6599; }
span { border-color: rgb(207,101,153); }
td.TdClassName
{
border-color: #CF6599;
}
.TagClassName
{
border-color: #CF6599;
}
</style>