Shades of Hopbush #CF7BAB
Tints of Hopbush #CF7BAB
RGB
CMYK
RGB Variations
Color information
#CF7BAB (or 0xCF7BAB) is known color: Hopbush. HEX triplet: CF, 7B and AB. RGB value is (207,123,171). Sum of RGB (Red+Green+Blue) = 207+123+171=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7BAB is #308454. Grayscale: #999999. Windows color (decimal): -3179605 or 11238351. OLE color: 11238351.
HSL color Cylindrical-coordinate representation of color #CF7BAB: hue angle of 325.71º 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 #CF7BAB is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 171 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.19 |
| HSL | 325.71º | 0.47% | 0.65% | - |
| HSV(B) | 325.71º | 0.41% | 0.81% | - |
| XYZ | 40.17 | 30.37 | 42.27 | - |
| YUV | 153.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 171 | 0 | 0.41 | 0.17 | 0.19 | 325.71 | 0.47 | 0.65 |
| Hex | CF | 7B | AB | 0 | 29 | 11 | 13 | 146 | 2F | 41 |
| Octal | 317 | 173 | 253 | 0 | 51 | 21 | 23 | 506 | 57 | 101 |
| Binary | 11001111 | 1111011 | 10101011 | 0 | 101001 | 10001 | 10011 | 101000110 | 101111 | 1000001 |
Color Harmonies of #CF7BAB
Complementary color
Monochromatic Colors of #CF7BAB
Black with #CF7BAB
Text Example
Text Example
White with #CF7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BAB; }
p { color: rgb(207,123,171); }
H1.HeaderClassName
{
color: #CF7BAB;
}
.AnyTagClassName
{
color: #CF7BAB;
}
</style>
background-color css
<style>
a { background-color: #CF7BAB; }
a { background-color: rgb(207,123,171); }
div.DivClassName
{
background-color: #CF7BAB;
}
.BgClassName
{
background-color: #CF7BAB;
}
</style>
border-color css
<style>
span { border-color: #CF7BAB; }
span { border-color: rgb(207,123,171); }
td.TdClassName
{
border-color: #CF7BAB;
}
.TagClassName
{
border-color: #CF7BAB;
}
</style>