Shades of Hopbush #CF7AAB
Tints of Hopbush #CF7AAB
RGB
CMYK
RGB Variations
Color information
#CF7AAB (or 0xCF7AAB) is known color: Hopbush. HEX triplet: CF, 7A and AB. RGB value is (207,122,171). Sum of RGB (Red+Green+Blue) = 207+122+171=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7AAB is #308554. Grayscale: #989898. Windows color (decimal): -3179861 or 11238095. OLE color: 11238095.
HSL color Cylindrical-coordinate representation of color #CF7AAB: hue angle of 325.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7AAB is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 171 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.19 |
| HSL | 325.41º | 0.47% | 0.65% | - |
| HSV(B) | 325.41º | 0.41% | 0.81% | - |
| XYZ | 40.04 | 30.12 | 42.23 | - |
| YUV | 153 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 171 | 0 | 0.41 | 0.17 | 0.19 | 325.41 | 0.47 | 0.65 |
| Hex | CF | 7A | AB | 0 | 29 | 11 | 13 | 145 | 2F | 41 |
| Octal | 317 | 172 | 253 | 0 | 51 | 21 | 23 | 505 | 57 | 101 |
| Binary | 11001111 | 1111010 | 10101011 | 0 | 101001 | 10001 | 10011 | 101000101 | 101111 | 1000001 |
Color Harmonies of #CF7AAB
Complementary color
Monochromatic Colors of #CF7AAB
Black with #CF7AAB
Text Example
Text Example
White with #CF7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7AAB; }
p { color: rgb(207,122,171); }
H1.HeaderClassName
{
color: #CF7AAB;
}
.AnyTagClassName
{
color: #CF7AAB;
}
</style>
background-color css
<style>
a { background-color: #CF7AAB; }
a { background-color: rgb(207,122,171); }
div.DivClassName
{
background-color: #CF7AAB;
}
.BgClassName
{
background-color: #CF7AAB;
}
</style>
border-color css
<style>
span { border-color: #CF7AAB; }
span { border-color: rgb(207,122,171); }
td.TdClassName
{
border-color: #CF7AAB;
}
.TagClassName
{
border-color: #CF7AAB;
}
</style>