Shades of Hopbush #CF72AB
Tints of Hopbush #CF72AB
RGB
CMYK
RGB Variations
Color information
#CF72AB (or 0xCF72AB) is known color: Hopbush. HEX triplet: CF, 72 and AB. RGB value is (207,114,171). Sum of RGB (Red+Green+Blue) = 207+114+171=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF72AB is #308D54. Grayscale: #949494. Windows color (decimal): -3181909 or 11236047. OLE color: 11236047.
HSL color Cylindrical-coordinate representation of color #CF72AB: hue angle of 323.23º 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 #CF72AB is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 171 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.19 |
| HSL | 323.23º | 0.49% | 0.63% | - |
| HSV(B) | 323.23º | 0.45% | 0.81% | - |
| XYZ | 39.1 | 28.24 | 41.92 | - |
| YUV | 148.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 171 | 0 | 0.45 | 0.17 | 0.19 | 323.23 | 0.49 | 0.63 |
| Hex | CF | 72 | AB | 0 | 2D | 11 | 13 | 143 | 31 | 3F |
| Octal | 317 | 162 | 253 | 0 | 55 | 21 | 23 | 503 | 61 | 77 |
| Binary | 11001111 | 1110010 | 10101011 | 0 | 101101 | 10001 | 10011 | 101000011 | 110001 | 111111 |
Color Harmonies of #CF72AB
Complementary color
Monochromatic Colors of #CF72AB
Black with #CF72AB
Text Example
Text Example
White with #CF72AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF72AB; }
p { color: rgb(207,114,171); }
H1.HeaderClassName
{
color: #CF72AB;
}
.AnyTagClassName
{
color: #CF72AB;
}
</style>
background-color css
<style>
a { background-color: #CF72AB; }
a { background-color: rgb(207,114,171); }
div.DivClassName
{
background-color: #CF72AB;
}
.BgClassName
{
background-color: #CF72AB;
}
</style>
border-color css
<style>
span { border-color: #CF72AB; }
span { border-color: rgb(207,114,171); }
td.TdClassName
{
border-color: #CF72AB;
}
.TagClassName
{
border-color: #CF72AB;
}
</style>