Shades of Hopbush #CF76A5
Tints of Hopbush #CF76A5
RGB
CMYK
RGB Variations
Color information
#CF76A5 (or 0xCF76A5) is known color: Hopbush. HEX triplet: CF, 76 and A5. RGB value is (207,118,165). Sum of RGB (Red+Green+Blue) = 207+118+165=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF76A5 is #30895A. Grayscale: #959595. Windows color (decimal): -3180891 or 10843855. OLE color: 10843855.
HSL color Cylindrical-coordinate representation of color #CF76A5: hue angle of 328.31º 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 #CF76A5 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 165 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.19 |
| HSL | 328.31º | 0.48% | 0.64% | - |
| HSV(B) | 328.31º | 0.43% | 0.81% | - |
| XYZ | 39 | 28.94 | 39.13 | - |
| YUV | 149.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 165 | 0 | 0.43 | 0.20 | 0.19 | 328.31 | 0.48 | 0.64 |
| Hex | CF | 76 | A5 | 0 | 2B | 14 | 13 | 148 | 30 | 40 |
| Octal | 317 | 166 | 245 | 0 | 53 | 24 | 23 | 510 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10100101 | 0 | 101011 | 10100 | 10011 | 101001000 | 110000 | 1000000 |
Color Harmonies of #CF76A5
Complementary color
Monochromatic Colors of #CF76A5
Black with #CF76A5
Text Example
Text Example
White with #CF76A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76A5; }
p { color: rgb(207,118,165); }
H1.HeaderClassName
{
color: #CF76A5;
}
.AnyTagClassName
{
color: #CF76A5;
}
</style>
background-color css
<style>
a { background-color: #CF76A5; }
a { background-color: rgb(207,118,165); }
div.DivClassName
{
background-color: #CF76A5;
}
.BgClassName
{
background-color: #CF76A5;
}
</style>
border-color css
<style>
span { border-color: #CF76A5; }
span { border-color: rgb(207,118,165); }
td.TdClassName
{
border-color: #CF76A5;
}
.TagClassName
{
border-color: #CF76A5;
}
</style>