Shades of Hopbush #CF73A9
Tints of Hopbush #CF73A9
RGB
CMYK
RGB Variations
Color information
#CF73A9 (or 0xCF73A9) is known color: Hopbush. HEX triplet: CF, 73 and A9. RGB value is (207,115,169). Sum of RGB (Red+Green+Blue) = 207+115+169=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF73A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF73A9 is #308C56. Grayscale: #949494. Windows color (decimal): -3181655 or 11105231. OLE color: 11105231.
HSL color Cylindrical-coordinate representation of color #CF73A9: hue angle of 324.78º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF73A9 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 169 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.19 |
| HSL | 324.78º | 0.49% | 0.63% | - |
| HSV(B) | 324.78º | 0.44% | 0.81% | - |
| XYZ | 39.02 | 28.39 | 40.96 | - |
| YUV | 148.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 169 | 0 | 0.44 | 0.18 | 0.19 | 324.78 | 0.49 | 0.63 |
| Hex | CF | 73 | A9 | 0 | 2C | 12 | 13 | 145 | 31 | 3F |
| Octal | 317 | 163 | 251 | 0 | 54 | 22 | 23 | 505 | 61 | 77 |
| Binary | 11001111 | 1110011 | 10101001 | 0 | 101100 | 10010 | 10011 | 101000101 | 110001 | 111111 |
Color Harmonies of #CF73A9
Complementary color
Monochromatic Colors of #CF73A9
Black with #CF73A9
Text Example
Text Example
White with #CF73A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73A9; }
p { color: rgb(207,115,169); }
H1.HeaderClassName
{
color: #CF73A9;
}
.AnyTagClassName
{
color: #CF73A9;
}
</style>
background-color css
<style>
a { background-color: #CF73A9; }
a { background-color: rgb(207,115,169); }
div.DivClassName
{
background-color: #CF73A9;
}
.BgClassName
{
background-color: #CF73A9;
}
</style>
border-color css
<style>
span { border-color: #CF73A9; }
span { border-color: rgb(207,115,169); }
td.TdClassName
{
border-color: #CF73A9;
}
.TagClassName
{
border-color: #CF73A9;
}
</style>