Shades of Hopbush #CF65A4
Tints of Hopbush #CF65A4
RGB
CMYK
RGB Variations
Color information
#CF65A4 (or 0xCF65A4) is known color: Hopbush. HEX triplet: CF, 65 and A4. RGB value is (207,101,164). Sum of RGB (Red+Green+Blue) = 207+101+164=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF65A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF65A4 is #309A5B. Grayscale: #8B8B8B. Windows color (decimal): -3185244 or 10773967. OLE color: 10773967.
HSL color Cylindrical-coordinate representation of color #CF65A4: hue angle of 324.34º 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 #CF65A4 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 164 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.19 |
| HSL | 324.34º | 0.52% | 0.6% | - |
| HSV(B) | 324.34º | 0.51% | 0.81% | - |
| XYZ | 37.09 | 25.25 | 38.04 | - |
| YUV | 139.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 164 | 0 | 0.51 | 0.21 | 0.19 | 324.34 | 0.52 | 0.6 |
| Hex | CF | 65 | A4 | 0 | 33 | 15 | 13 | 144 | 34 | 3C |
| Octal | 317 | 145 | 244 | 0 | 63 | 25 | 23 | 504 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10100100 | 0 | 110011 | 10101 | 10011 | 101000100 | 110100 | 111100 |
Color Harmonies of #CF65A4
Complementary color
Monochromatic Colors of #CF65A4
Black with #CF65A4
Text Example
Text Example
White with #CF65A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65A4; }
p { color: rgb(207,101,164); }
H1.HeaderClassName
{
color: #CF65A4;
}
.AnyTagClassName
{
color: #CF65A4;
}
</style>
background-color css
<style>
a { background-color: #CF65A4; }
a { background-color: rgb(207,101,164); }
div.DivClassName
{
background-color: #CF65A4;
}
.BgClassName
{
background-color: #CF65A4;
}
</style>
border-color css
<style>
span { border-color: #CF65A4; }
span { border-color: rgb(207,101,164); }
td.TdClassName
{
border-color: #CF65A4;
}
.TagClassName
{
border-color: #CF65A4;
}
</style>