Shades of Hopbush #CF76A6
Tints of Hopbush #CF76A6
RGB
CMYK
RGB Variations
Color information
#CF76A6 (or 0xCF76A6) is known color: Hopbush. HEX triplet: CF, 76 and A6. RGB value is (207,118,166). Sum of RGB (Red+Green+Blue) = 207+118+166=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF76A6 is #308959. Grayscale: #959595. Windows color (decimal): -3180890 or 10909391. OLE color: 10909391.
HSL color Cylindrical-coordinate representation of color #CF76A6: hue angle of 327.64º 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 #CF76A6 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 166 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.19 |
| HSL | 327.64º | 0.48% | 0.64% | - |
| HSV(B) | 327.64º | 0.43% | 0.81% | - |
| XYZ | 39.09 | 28.98 | 39.61 | - |
| YUV | 150.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 166 | 0 | 0.43 | 0.20 | 0.19 | 327.64 | 0.48 | 0.64 |
| Hex | CF | 76 | A6 | 0 | 2B | 14 | 13 | 148 | 30 | 40 |
| Octal | 317 | 166 | 246 | 0 | 53 | 24 | 23 | 510 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10100110 | 0 | 101011 | 10100 | 10011 | 101001000 | 110000 | 1000000 |
Color Harmonies of #CF76A6
Complementary color
Monochromatic Colors of #CF76A6
Black with #CF76A6
Text Example
Text Example
White with #CF76A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76A6; }
p { color: rgb(207,118,166); }
H1.HeaderClassName
{
color: #CF76A6;
}
.AnyTagClassName
{
color: #CF76A6;
}
</style>
background-color css
<style>
a { background-color: #CF76A6; }
a { background-color: rgb(207,118,166); }
div.DivClassName
{
background-color: #CF76A6;
}
.BgClassName
{
background-color: #CF76A6;
}
</style>
border-color css
<style>
span { border-color: #CF76A6; }
span { border-color: rgb(207,118,166); }
td.TdClassName
{
border-color: #CF76A6;
}
.TagClassName
{
border-color: #CF76A6;
}
</style>