Shades of Hopbush #CF76A0
Tints of Hopbush #CF76A0
RGB
CMYK
RGB Variations
Color information
#CF76A0 (or 0xCF76A0) is known color: Hopbush. HEX triplet: CF, 76 and A0. RGB value is (207,118,160). Sum of RGB (Red+Green+Blue) = 207+118+160=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF76A0 is #30895F. Grayscale: #959595. Windows color (decimal): -3180896 or 10516175. OLE color: 10516175.
HSL color Cylindrical-coordinate representation of color #CF76A0: hue angle of 331.69º 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 #CF76A0 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 160 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.19 |
| HSL | 331.69º | 0.48% | 0.64% | - |
| HSV(B) | 331.69º | 0.43% | 0.81% | - |
| XYZ | 38.56 | 28.76 | 36.78 | - |
| YUV | 149.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 160 | 0 | 0.43 | 0.23 | 0.19 | 331.69 | 0.48 | 0.64 |
| Hex | CF | 76 | A0 | 0 | 2B | 17 | 13 | 14C | 30 | 40 |
| Octal | 317 | 166 | 240 | 0 | 53 | 27 | 23 | 514 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10100000 | 0 | 101011 | 10111 | 10011 | 101001100 | 110000 | 1000000 |
Color Harmonies of #CF76A0
Complementary color
Monochromatic Colors of #CF76A0
Black with #CF76A0
Text Example
Text Example
White with #CF76A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76A0; }
p { color: rgb(207,118,160); }
H1.HeaderClassName
{
color: #CF76A0;
}
.AnyTagClassName
{
color: #CF76A0;
}
</style>
background-color css
<style>
a { background-color: #CF76A0; }
a { background-color: rgb(207,118,160); }
div.DivClassName
{
background-color: #CF76A0;
}
.BgClassName
{
background-color: #CF76A0;
}
</style>
border-color css
<style>
span { border-color: #CF76A0; }
span { border-color: rgb(207,118,160); }
td.TdClassName
{
border-color: #CF76A0;
}
.TagClassName
{
border-color: #CF76A0;
}
</style>