Shades of Hopbush #CF7C9F
Tints of Hopbush #CF7C9F
RGB
CMYK
RGB Variations
Color information
#CF7C9F (or 0xCF7C9F) is known color: Hopbush. HEX triplet: CF, 7C and 9F. RGB value is (207,124,159). Sum of RGB (Red+Green+Blue) = 207+124+159=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7C9F is #308360. Grayscale: #989898. Windows color (decimal): -3179361 or 10452175. OLE color: 10452175.
HSL color Cylindrical-coordinate representation of color #CF7C9F: hue angle of 334.7º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7C9F is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 159 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.19 |
| HSL | 334.7º | 0.46% | 0.65% | - |
| HSV(B) | 334.7º | 0.4% | 0.81% | - |
| XYZ | 39.2 | 30.18 | 36.56 | - |
| YUV | 152.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 159 | 0 | 0.40 | 0.23 | 0.19 | 334.7 | 0.46 | 0.65 |
| Hex | CF | 7C | 9F | 0 | 28 | 17 | 13 | 14F | 2E | 41 |
| Octal | 317 | 174 | 237 | 0 | 50 | 27 | 23 | 517 | 56 | 101 |
| Binary | 11001111 | 1111100 | 10011111 | 0 | 101000 | 10111 | 10011 | 101001111 | 101110 | 1000001 |
Color Harmonies of #CF7C9F
Complementary color
Monochromatic Colors of #CF7C9F
Black with #CF7C9F
Text Example
Text Example
White with #CF7C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C9F; }
p { color: rgb(207,124,159); }
H1.HeaderClassName
{
color: #CF7C9F;
}
.AnyTagClassName
{
color: #CF7C9F;
}
</style>
background-color css
<style>
a { background-color: #CF7C9F; }
a { background-color: rgb(207,124,159); }
div.DivClassName
{
background-color: #CF7C9F;
}
.BgClassName
{
background-color: #CF7C9F;
}
</style>
border-color css
<style>
span { border-color: #CF7C9F; }
span { border-color: rgb(207,124,159); }
td.TdClassName
{
border-color: #CF7C9F;
}
.TagClassName
{
border-color: #CF7C9F;
}
</style>