Shades of Hopbush #CF76AC
Tints of Hopbush #CF76AC
RGB
CMYK
RGB Variations
Color information
#CF76AC (or 0xCF76AC) is known color: Hopbush. HEX triplet: CF, 76 and AC. RGB value is (207,118,172). Sum of RGB (Red+Green+Blue) = 207+118+172=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF76AC is #308953. Grayscale: #969696. Windows color (decimal): -3180884 or 11302607. OLE color: 11302607.
HSL color Cylindrical-coordinate representation of color #CF76AC: hue angle of 323.6º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF76AC is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 172 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.19 |
| HSL | 323.6º | 0.48% | 0.64% | - |
| HSV(B) | 323.6º | 0.43% | 0.81% | - |
| XYZ | 39.66 | 29.2 | 42.58 | - |
| YUV | 150.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 172 | 0 | 0.43 | 0.17 | 0.19 | 323.6 | 0.48 | 0.64 |
| Hex | CF | 76 | AC | 0 | 2B | 11 | 13 | 144 | 30 | 40 |
| Octal | 317 | 166 | 254 | 0 | 53 | 21 | 23 | 504 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10101100 | 0 | 101011 | 10001 | 10011 | 101000100 | 110000 | 1000000 |
Color Harmonies of #CF76AC
Complementary color
Monochromatic Colors of #CF76AC
Black with #CF76AC
Text Example
Text Example
White with #CF76AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76AC; }
p { color: rgb(207,118,172); }
H1.HeaderClassName
{
color: #CF76AC;
}
.AnyTagClassName
{
color: #CF76AC;
}
</style>
background-color css
<style>
a { background-color: #CF76AC; }
a { background-color: rgb(207,118,172); }
div.DivClassName
{
background-color: #CF76AC;
}
.BgClassName
{
background-color: #CF76AC;
}
</style>
border-color css
<style>
span { border-color: #CF76AC; }
span { border-color: rgb(207,118,172); }
td.TdClassName
{
border-color: #CF76AC;
}
.TagClassName
{
border-color: #CF76AC;
}
</style>