Shades of Hopbush #CF6696
Tints of Hopbush #CF6696
RGB
CMYK
RGB Variations
Color information
#CF6696 (or 0xCF6696) is known color: Hopbush. HEX triplet: CF, 66 and 96. RGB value is (207,102,150). Sum of RGB (Red+Green+Blue) = 207+102+150=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6696 is #309969. Grayscale: #8A8A8A. Windows color (decimal): -3185002 or 9856719. OLE color: 9856719.
HSL color Cylindrical-coordinate representation of color #CF6696: hue angle of 332.57º 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 #CF6696 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 150 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.19 |
| HSL | 332.57º | 0.52% | 0.61% | - |
| HSV(B) | 332.57º | 0.51% | 0.81% | - |
| XYZ | 35.99 | 24.97 | 31.78 | - |
| YUV | 138.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 150 | 0 | 0.51 | 0.28 | 0.19 | 332.57 | 0.52 | 0.61 |
| Hex | CF | 66 | 96 | 0 | 33 | 1C | 13 | 14D | 34 | 3D |
| Octal | 317 | 146 | 226 | 0 | 63 | 34 | 23 | 515 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10010110 | 0 | 110011 | 11100 | 10011 | 101001101 | 110100 | 111101 |
Color Harmonies of #CF6696
Complementary color
Monochromatic Colors of #CF6696
Black with #CF6696
Text Example
Text Example
White with #CF6696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6696; }
p { color: rgb(207,102,150); }
H1.HeaderClassName
{
color: #CF6696;
}
.AnyTagClassName
{
color: #CF6696;
}
</style>
background-color css
<style>
a { background-color: #CF6696; }
a { background-color: rgb(207,102,150); }
div.DivClassName
{
background-color: #CF6696;
}
.BgClassName
{
background-color: #CF6696;
}
</style>
border-color css
<style>
span { border-color: #CF6696; }
span { border-color: rgb(207,102,150); }
td.TdClassName
{
border-color: #CF6696;
}
.TagClassName
{
border-color: #CF6696;
}
</style>