Shades of Hopbush #CF72A6
Tints of Hopbush #CF72A6
RGB
CMYK
RGB Variations
Color information
#CF72A6 (or 0xCF72A6) is known color: Hopbush. HEX triplet: CF, 72 and A6. RGB value is (207,114,166). Sum of RGB (Red+Green+Blue) = 207+114+166=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF72A6 is #308D59. Grayscale: #939393. Windows color (decimal): -3181914 or 10908367. OLE color: 10908367.
HSL color Cylindrical-coordinate representation of color #CF72A6: hue angle of 326.45º 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 #CF72A6 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 166 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.19 |
| HSL | 326.45º | 0.49% | 0.63% | - |
| HSV(B) | 326.45º | 0.45% | 0.81% | - |
| XYZ | 38.63 | 28.05 | 39.46 | - |
| YUV | 147.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 166 | 0 | 0.45 | 0.20 | 0.19 | 326.45 | 0.49 | 0.63 |
| Hex | CF | 72 | A6 | 0 | 2D | 14 | 13 | 146 | 31 | 3F |
| Octal | 317 | 162 | 246 | 0 | 55 | 24 | 23 | 506 | 61 | 77 |
| Binary | 11001111 | 1110010 | 10100110 | 0 | 101101 | 10100 | 10011 | 101000110 | 110001 | 111111 |
Color Harmonies of #CF72A6
Complementary color
Monochromatic Colors of #CF72A6
Black with #CF72A6
Text Example
Text Example
White with #CF72A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF72A6; }
p { color: rgb(207,114,166); }
H1.HeaderClassName
{
color: #CF72A6;
}
.AnyTagClassName
{
color: #CF72A6;
}
</style>
background-color css
<style>
a { background-color: #CF72A6; }
a { background-color: rgb(207,114,166); }
div.DivClassName
{
background-color: #CF72A6;
}
.BgClassName
{
background-color: #CF72A6;
}
</style>
border-color css
<style>
span { border-color: #CF72A6; }
span { border-color: rgb(207,114,166); }
td.TdClassName
{
border-color: #CF72A6;
}
.TagClassName
{
border-color: #CF72A6;
}
</style>