Shades of Hopbush #CF76A7
Tints of Hopbush #CF76A7
RGB
CMYK
RGB Variations
Color information
#CF76A7 (or 0xCF76A7) is known color: Hopbush. HEX triplet: CF, 76 and A7. RGB value is (207,118,167). Sum of RGB (Red+Green+Blue) = 207+118+167=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF76A7 is #308958. Grayscale: #969696. Windows color (decimal): -3180889 or 10974927. OLE color: 10974927.
HSL color Cylindrical-coordinate representation of color #CF76A7: hue angle of 326.97º 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 #CF76A7 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 167 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.19 |
| HSL | 326.97º | 0.48% | 0.64% | - |
| HSV(B) | 326.97º | 0.43% | 0.81% | - |
| XYZ | 39.19 | 29.01 | 40.09 | - |
| YUV | 150.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 167 | 0 | 0.43 | 0.19 | 0.19 | 326.97 | 0.48 | 0.64 |
| Hex | CF | 76 | A7 | 0 | 2B | 13 | 13 | 147 | 30 | 40 |
| Octal | 317 | 166 | 247 | 0 | 53 | 23 | 23 | 507 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10100111 | 0 | 101011 | 10011 | 10011 | 101000111 | 110000 | 1000000 |
Color Harmonies of #CF76A7
Complementary color
Monochromatic Colors of #CF76A7
Black with #CF76A7
Text Example
Text Example
White with #CF76A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76A7; }
p { color: rgb(207,118,167); }
H1.HeaderClassName
{
color: #CF76A7;
}
.AnyTagClassName
{
color: #CF76A7;
}
</style>
background-color css
<style>
a { background-color: #CF76A7; }
a { background-color: rgb(207,118,167); }
div.DivClassName
{
background-color: #CF76A7;
}
.BgClassName
{
background-color: #CF76A7;
}
</style>
border-color css
<style>
span { border-color: #CF76A7; }
span { border-color: rgb(207,118,167); }
td.TdClassName
{
border-color: #CF76A7;
}
.TagClassName
{
border-color: #CF76A7;
}
</style>