Shades of Hopbush #CF759D
Tints of Hopbush #CF759D
RGB
CMYK
RGB Variations
Color information
#CF759D (or 0xCF759D) is known color: Hopbush. HEX triplet: CF, 75 and 9D. RGB value is (207,117,157). Sum of RGB (Red+Green+Blue) = 207+117+157=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF759D is #308A62. Grayscale: #949494. Windows color (decimal): -3181155 or 10319311. OLE color: 10319311.
HSL color Cylindrical-coordinate representation of color #CF759D: hue angle of 333.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF759D is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 157 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.19 |
| HSL | 333.33º | 0.48% | 0.64% | - |
| HSV(B) | 333.33º | 0.43% | 0.81% | - |
| XYZ | 38.18 | 28.42 | 35.37 | - |
| YUV | 148.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 157 | 0 | 0.43 | 0.24 | 0.19 | 333.33 | 0.48 | 0.64 |
| Hex | CF | 75 | 9D | 0 | 2B | 18 | 13 | 14D | 30 | 40 |
| Octal | 317 | 165 | 235 | 0 | 53 | 30 | 23 | 515 | 60 | 100 |
| Binary | 11001111 | 1110101 | 10011101 | 0 | 101011 | 11000 | 10011 | 101001101 | 110000 | 1000000 |
Color Harmonies of #CF759D
Complementary color
Monochromatic Colors of #CF759D
Black with #CF759D
Text Example
Text Example
White with #CF759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF759D; }
p { color: rgb(207,117,157); }
H1.HeaderClassName
{
color: #CF759D;
}
.AnyTagClassName
{
color: #CF759D;
}
</style>
background-color css
<style>
a { background-color: #CF759D; }
a { background-color: rgb(207,117,157); }
div.DivClassName
{
background-color: #CF759D;
}
.BgClassName
{
background-color: #CF759D;
}
</style>
border-color css
<style>
span { border-color: #CF759D; }
span { border-color: rgb(207,117,157); }
td.TdClassName
{
border-color: #CF759D;
}
.TagClassName
{
border-color: #CF759D;
}
</style>