Shades of Hopbush #CF72A7
Tints of Hopbush #CF72A7
RGB
CMYK
RGB Variations
Color information
#CF72A7 (or 0xCF72A7) is known color: Hopbush. HEX triplet: CF, 72 and A7. RGB value is (207,114,167). Sum of RGB (Red+Green+Blue) = 207+114+167=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF72A7 is #308D58. Grayscale: #939393. Windows color (decimal): -3181913 or 10973903. OLE color: 10973903.
HSL color Cylindrical-coordinate representation of color #CF72A7: hue angle of 325.81º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF72A7 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 167 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.19 |
| HSL | 325.81º | 0.49% | 0.63% | - |
| HSV(B) | 325.81º | 0.45% | 0.81% | - |
| XYZ | 38.72 | 28.09 | 39.94 | - |
| YUV | 147.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 167 | 0 | 0.45 | 0.19 | 0.19 | 325.81 | 0.49 | 0.63 |
| Hex | CF | 72 | A7 | 0 | 2D | 13 | 13 | 146 | 31 | 3F |
| Octal | 317 | 162 | 247 | 0 | 55 | 23 | 23 | 506 | 61 | 77 |
| Binary | 11001111 | 1110010 | 10100111 | 0 | 101101 | 10011 | 10011 | 101000110 | 110001 | 111111 |
Color Harmonies of #CF72A7
Complementary color
Monochromatic Colors of #CF72A7
Black with #CF72A7
Text Example
Text Example
White with #CF72A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF72A7; }
p { color: rgb(207,114,167); }
H1.HeaderClassName
{
color: #CF72A7;
}
.AnyTagClassName
{
color: #CF72A7;
}
</style>
background-color css
<style>
a { background-color: #CF72A7; }
a { background-color: rgb(207,114,167); }
div.DivClassName
{
background-color: #CF72A7;
}
.BgClassName
{
background-color: #CF72A7;
}
</style>
border-color css
<style>
span { border-color: #CF72A7; }
span { border-color: rgb(207,114,167); }
td.TdClassName
{
border-color: #CF72A7;
}
.TagClassName
{
border-color: #CF72A7;
}
</style>