Shades of Hopbush #CF60AB
Tints of Hopbush #CF60AB
RGB
CMYK
RGB Variations
Color information
#CF60AB (or 0xCF60AB) is known color: Hopbush. HEX triplet: CF, 60 and AB. RGB value is (207,96,171). Sum of RGB (Red+Green+Blue) = 207+96+171=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF60AB is #309F54. Grayscale: #898989. Windows color (decimal): -3186517 or 11231439. OLE color: 11231439.
HSL color Cylindrical-coordinate representation of color #CF60AB: hue angle of 319.46º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF60AB is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 171 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.19 |
| HSL | 319.46º | 0.54% | 0.59% | - |
| HSV(B) | 319.46º | 0.54% | 0.81% | - |
| XYZ | 37.27 | 24.57 | 41.31 | - |
| YUV | 137.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 171 | 0 | 0.54 | 0.17 | 0.19 | 319.46 | 0.54 | 0.59 |
| Hex | CF | 60 | AB | 0 | 36 | 11 | 13 | 13F | 36 | 3B |
| Octal | 317 | 140 | 253 | 0 | 66 | 21 | 23 | 477 | 66 | 73 |
| Binary | 11001111 | 1100000 | 10101011 | 0 | 110110 | 10001 | 10011 | 100111111 | 110110 | 111011 |
Color Harmonies of #CF60AB
Complementary color
Monochromatic Colors of #CF60AB
Black with #CF60AB
Text Example
Text Example
White with #CF60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60AB; }
p { color: rgb(207,96,171); }
H1.HeaderClassName
{
color: #CF60AB;
}
.AnyTagClassName
{
color: #CF60AB;
}
</style>
background-color css
<style>
a { background-color: #CF60AB; }
a { background-color: rgb(207,96,171); }
div.DivClassName
{
background-color: #CF60AB;
}
.BgClassName
{
background-color: #CF60AB;
}
</style>
border-color css
<style>
span { border-color: #CF60AB; }
span { border-color: rgb(207,96,171); }
td.TdClassName
{
border-color: #CF60AB;
}
.TagClassName
{
border-color: #CF60AB;
}
</style>