Shades of Hopbush #CF76B2
Tints of Hopbush #CF76B2
RGB
CMYK
RGB Variations
Color information
#CF76B2 (or 0xCF76B2) is known color: Hopbush. HEX triplet: CF, 76 and B2. RGB value is (207,118,178). Sum of RGB (Red+Green+Blue) = 207+118+178=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF76B2 is #30894D. Grayscale: #979797. Windows color (decimal): -3180878 or 11695823. OLE color: 11695823.
HSL color Cylindrical-coordinate representation of color #CF76B2: hue angle of 319.55º 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 #CF76B2 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 178 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.19 |
| HSL | 319.55º | 0.48% | 0.64% | - |
| HSV(B) | 319.55º | 0.43% | 0.81% | - |
| XYZ | 40.25 | 29.44 | 45.68 | - |
| YUV | 151.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 178 | 0 | 0.43 | 0.14 | 0.19 | 319.55 | 0.48 | 0.64 |
| Hex | CF | 76 | B2 | 0 | 2B | E | 13 | 140 | 30 | 40 |
| Octal | 317 | 166 | 262 | 0 | 53 | 16 | 23 | 500 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10110010 | 0 | 101011 | 1110 | 10011 | 101000000 | 110000 | 1000000 |
Color Harmonies of #CF76B2
Complementary color
Monochromatic Colors of #CF76B2
Black with #CF76B2
Text Example
Text Example
White with #CF76B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76B2; }
p { color: rgb(207,118,178); }
H1.HeaderClassName
{
color: #CF76B2;
}
.AnyTagClassName
{
color: #CF76B2;
}
</style>
background-color css
<style>
a { background-color: #CF76B2; }
a { background-color: rgb(207,118,178); }
div.DivClassName
{
background-color: #CF76B2;
}
.BgClassName
{
background-color: #CF76B2;
}
</style>
border-color css
<style>
span { border-color: #CF76B2; }
span { border-color: rgb(207,118,178); }
td.TdClassName
{
border-color: #CF76B2;
}
.TagClassName
{
border-color: #CF76B2;
}
</style>