Shades of Hopbush #CF6FAB
Tints of Hopbush #CF6FAB
RGB
CMYK
RGB Variations
Color information
#CF6FAB (or 0xCF6FAB) is known color: Hopbush. HEX triplet: CF, 6F and AB. RGB value is (207,111,171). Sum of RGB (Red+Green+Blue) = 207+111+171=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6FAB is #309054. Grayscale: #929292. Windows color (decimal): -3182677 or 11235279. OLE color: 11235279.
HSL color Cylindrical-coordinate representation of color #CF6FAB: hue angle of 322.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6FAB is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 171 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.19 |
| HSL | 322.5º | 0.5% | 0.62% | - |
| HSV(B) | 322.5º | 0.46% | 0.81% | - |
| XYZ | 38.77 | 27.57 | 41.81 | - |
| YUV | 146.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 171 | 0 | 0.46 | 0.17 | 0.19 | 322.5 | 0.5 | 0.62 |
| Hex | CF | 6F | AB | 0 | 2E | 11 | 13 | 142 | 32 | 3E |
| Octal | 317 | 157 | 253 | 0 | 56 | 21 | 23 | 502 | 62 | 76 |
| Binary | 11001111 | 1101111 | 10101011 | 0 | 101110 | 10001 | 10011 | 101000010 | 110010 | 111110 |
Color Harmonies of #CF6FAB
Complementary color
Monochromatic Colors of #CF6FAB
Black with #CF6FAB
Text Example
Text Example
White with #CF6FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FAB; }
p { color: rgb(207,111,171); }
H1.HeaderClassName
{
color: #CF6FAB;
}
.AnyTagClassName
{
color: #CF6FAB;
}
</style>
background-color css
<style>
a { background-color: #CF6FAB; }
a { background-color: rgb(207,111,171); }
div.DivClassName
{
background-color: #CF6FAB;
}
.BgClassName
{
background-color: #CF6FAB;
}
</style>
border-color css
<style>
span { border-color: #CF6FAB; }
span { border-color: rgb(207,111,171); }
td.TdClassName
{
border-color: #CF6FAB;
}
.TagClassName
{
border-color: #CF6FAB;
}
</style>