Shades of Hopbush #CF759A
Tints of Hopbush #CF759A
RGB
CMYK
RGB Variations
Color information
#CF759A (or 0xCF759A) is known color: Hopbush. HEX triplet: CF, 75 and 9A. RGB value is (207,117,154). Sum of RGB (Red+Green+Blue) = 207+117+154=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF759A is #308A65. Grayscale: #949494. Windows color (decimal): -3181158 or 10122703. OLE color: 10122703.
HSL color Cylindrical-coordinate representation of color #CF759A: hue angle of 335.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 #CF759A is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 154 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.19 |
| HSL | 335.33º | 0.48% | 0.64% | - |
| HSV(B) | 335.33º | 0.43% | 0.81% | - |
| XYZ | 37.93 | 28.32 | 34.04 | - |
| YUV | 148.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 154 | 0 | 0.43 | 0.26 | 0.19 | 335.33 | 0.48 | 0.64 |
| Hex | CF | 75 | 9A | 0 | 2B | 1A | 13 | 14F | 30 | 40 |
| Octal | 317 | 165 | 232 | 0 | 53 | 32 | 23 | 517 | 60 | 100 |
| Binary | 11001111 | 1110101 | 10011010 | 0 | 101011 | 11010 | 10011 | 101001111 | 110000 | 1000000 |
Color Harmonies of #CF759A
Complementary color
Monochromatic Colors of #CF759A
Black with #CF759A
Text Example
Text Example
White with #CF759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF759A; }
p { color: rgb(207,117,154); }
H1.HeaderClassName
{
color: #CF759A;
}
.AnyTagClassName
{
color: #CF759A;
}
</style>
background-color css
<style>
a { background-color: #CF759A; }
a { background-color: rgb(207,117,154); }
div.DivClassName
{
background-color: #CF759A;
}
.BgClassName
{
background-color: #CF759A;
}
</style>
border-color css
<style>
span { border-color: #CF759A; }
span { border-color: rgb(207,117,154); }
td.TdClassName
{
border-color: #CF759A;
}
.TagClassName
{
border-color: #CF759A;
}
</style>