Shades of Hopbush #CF72AC
Tints of Hopbush #CF72AC
RGB
CMYK
RGB Variations
Color information
#CF72AC (or 0xCF72AC) is known color: Hopbush. HEX triplet: CF, 72 and AC. RGB value is (207,114,172). Sum of RGB (Red+Green+Blue) = 207+114+172=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF72AC is #308D53. Grayscale: #949494. Windows color (decimal): -3181908 or 11301583. OLE color: 11301583.
HSL color Cylindrical-coordinate representation of color #CF72AC: hue angle of 322.58º 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 #CF72AC is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 172 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.19 |
| HSL | 322.58º | 0.49% | 0.63% | - |
| HSV(B) | 322.58º | 0.45% | 0.81% | - |
| XYZ | 39.2 | 28.28 | 42.42 | - |
| YUV | 148.42 | 141.31 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 172 | 0 | 0.45 | 0.17 | 0.19 | 322.58 | 0.49 | 0.63 |
| Hex | CF | 72 | AC | 0 | 2D | 11 | 13 | 143 | 31 | 3F |
| Octal | 317 | 162 | 254 | 0 | 55 | 21 | 23 | 503 | 61 | 77 |
| Binary | 11001111 | 1110010 | 10101100 | 0 | 101101 | 10001 | 10011 | 101000011 | 110001 | 111111 |
Color Harmonies of #CF72AC
Complementary color
Monochromatic Colors of #CF72AC
Black with #CF72AC
Text Example
Text Example
White with #CF72AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF72AC; }
p { color: rgb(207,114,172); }
H1.HeaderClassName
{
color: #CF72AC;
}
.AnyTagClassName
{
color: #CF72AC;
}
</style>
background-color css
<style>
a { background-color: #CF72AC; }
a { background-color: rgb(207,114,172); }
div.DivClassName
{
background-color: #CF72AC;
}
.BgClassName
{
background-color: #CF72AC;
}
</style>
border-color css
<style>
span { border-color: #CF72AC; }
span { border-color: rgb(207,114,172); }
td.TdClassName
{
border-color: #CF72AC;
}
.TagClassName
{
border-color: #CF72AC;
}
</style>