Shades of Hopbush #CF65A0
Tints of Hopbush #CF65A0
RGB
CMYK
RGB Variations
Color information
#CF65A0 (or 0xCF65A0) is known color: Hopbush. HEX triplet: CF, 65 and A0. RGB value is (207,101,160). Sum of RGB (Red+Green+Blue) = 207+101+160=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF65A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF65A0 is #309A5F. Grayscale: #8B8B8B. Windows color (decimal): -3185248 or 10511823. OLE color: 10511823.
HSL color Cylindrical-coordinate representation of color #CF65A0: hue angle of 326.6º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF65A0 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 160 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.19 |
| HSL | 326.6º | 0.52% | 0.6% | - |
| HSV(B) | 326.6º | 0.51% | 0.81% | - |
| XYZ | 36.73 | 25.11 | 36.17 | - |
| YUV | 139.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 160 | 0 | 0.51 | 0.23 | 0.19 | 326.6 | 0.52 | 0.6 |
| Hex | CF | 65 | A0 | 0 | 33 | 17 | 13 | 147 | 34 | 3C |
| Octal | 317 | 145 | 240 | 0 | 63 | 27 | 23 | 507 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10100000 | 0 | 110011 | 10111 | 10011 | 101000111 | 110100 | 111100 |
Color Harmonies of #CF65A0
Complementary color
Monochromatic Colors of #CF65A0
Black with #CF65A0
Text Example
Text Example
White with #CF65A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65A0; }
p { color: rgb(207,101,160); }
H1.HeaderClassName
{
color: #CF65A0;
}
.AnyTagClassName
{
color: #CF65A0;
}
</style>
background-color css
<style>
a { background-color: #CF65A0; }
a { background-color: rgb(207,101,160); }
div.DivClassName
{
background-color: #CF65A0;
}
.BgClassName
{
background-color: #CF65A0;
}
</style>
border-color css
<style>
span { border-color: #CF65A0; }
span { border-color: rgb(207,101,160); }
td.TdClassName
{
border-color: #CF65A0;
}
.TagClassName
{
border-color: #CF65A0;
}
</style>