Shades of Hopbush #CF76B0
Tints of Hopbush #CF76B0
RGB
CMYK
RGB Variations
Color information
#CF76B0 (or 0xCF76B0) is known color: Hopbush. HEX triplet: CF, 76 and B0. RGB value is (207,118,176). Sum of RGB (Red+Green+Blue) = 207+118+176=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF76B0 is #30894F. Grayscale: #979797. Windows color (decimal): -3180880 or 11564751. OLE color: 11564751.
HSL color Cylindrical-coordinate representation of color #CF76B0: hue angle of 320.9º 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 #CF76B0 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 176 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.19 |
| HSL | 320.9º | 0.48% | 0.64% | - |
| HSV(B) | 320.9º | 0.43% | 0.81% | - |
| XYZ | 40.05 | 29.36 | 44.63 | - |
| YUV | 151.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 176 | 0 | 0.43 | 0.15 | 0.19 | 320.9 | 0.48 | 0.64 |
| Hex | CF | 76 | B0 | 0 | 2B | F | 13 | 141 | 30 | 40 |
| Octal | 317 | 166 | 260 | 0 | 53 | 17 | 23 | 501 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10110000 | 0 | 101011 | 1111 | 10011 | 101000001 | 110000 | 1000000 |
Color Harmonies of #CF76B0
Complementary color
Monochromatic Colors of #CF76B0
Black with #CF76B0
Text Example
Text Example
White with #CF76B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76B0; }
p { color: rgb(207,118,176); }
H1.HeaderClassName
{
color: #CF76B0;
}
.AnyTagClassName
{
color: #CF76B0;
}
</style>
background-color css
<style>
a { background-color: #CF76B0; }
a { background-color: rgb(207,118,176); }
div.DivClassName
{
background-color: #CF76B0;
}
.BgClassName
{
background-color: #CF76B0;
}
</style>
border-color css
<style>
span { border-color: #CF76B0; }
span { border-color: rgb(207,118,176); }
td.TdClassName
{
border-color: #CF76B0;
}
.TagClassName
{
border-color: #CF76B0;
}
</style>