Shades of Hopbush #CF759B
Tints of Hopbush #CF759B
RGB
CMYK
RGB Variations
Color information
#CF759B (or 0xCF759B) is known color: Hopbush. HEX triplet: CF, 75 and 9B. RGB value is (207,117,155). Sum of RGB (Red+Green+Blue) = 207+117+155=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF759B is #308A64. Grayscale: #949494. Windows color (decimal): -3181157 or 10188239. OLE color: 10188239.
HSL color Cylindrical-coordinate representation of color #CF759B: hue angle of 334.67º 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 #CF759B is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 155 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.19 |
| HSL | 334.67º | 0.48% | 0.64% | - |
| HSV(B) | 334.67º | 0.43% | 0.81% | - |
| XYZ | 38.01 | 28.35 | 34.48 | - |
| YUV | 148.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 155 | 0 | 0.43 | 0.25 | 0.19 | 334.67 | 0.48 | 0.64 |
| Hex | CF | 75 | 9B | 0 | 2B | 19 | 13 | 14F | 30 | 40 |
| Octal | 317 | 165 | 233 | 0 | 53 | 31 | 23 | 517 | 60 | 100 |
| Binary | 11001111 | 1110101 | 10011011 | 0 | 101011 | 11001 | 10011 | 101001111 | 110000 | 1000000 |
Color Harmonies of #CF759B
Complementary color
Monochromatic Colors of #CF759B
Black with #CF759B
Text Example
Text Example
White with #CF759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF759B; }
p { color: rgb(207,117,155); }
H1.HeaderClassName
{
color: #CF759B;
}
.AnyTagClassName
{
color: #CF759B;
}
</style>
background-color css
<style>
a { background-color: #CF759B; }
a { background-color: rgb(207,117,155); }
div.DivClassName
{
background-color: #CF759B;
}
.BgClassName
{
background-color: #CF759B;
}
</style>
border-color css
<style>
span { border-color: #CF759B; }
span { border-color: rgb(207,117,155); }
td.TdClassName
{
border-color: #CF759B;
}
.TagClassName
{
border-color: #CF759B;
}
</style>