Shades of Hopbush #CF62A0
Tints of Hopbush #CF62A0
RGB
CMYK
RGB Variations
Color information
#CF62A0 (or 0xCF62A0) is known color: Hopbush. HEX triplet: CF, 62 and A0. RGB value is (207,98,160). Sum of RGB (Red+Green+Blue) = 207+98+160=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF62A0 is #309D5F. Grayscale: #898989. Windows color (decimal): -3186016 or 10511055. OLE color: 10511055.
HSL color Cylindrical-coordinate representation of color #CF62A0: hue angle of 325.87º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF62A0 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 160 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.19 |
| HSL | 325.87º | 0.53% | 0.6% | - |
| HSV(B) | 325.87º | 0.53% | 0.81% | - |
| XYZ | 36.44 | 24.54 | 36.07 | - |
| YUV | 137.66 | 140.61 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 160 | 0 | 0.53 | 0.23 | 0.19 | 325.87 | 0.53 | 0.6 |
| Hex | CF | 62 | A0 | 0 | 35 | 17 | 13 | 146 | 35 | 3C |
| Octal | 317 | 142 | 240 | 0 | 65 | 27 | 23 | 506 | 65 | 74 |
| Binary | 11001111 | 1100010 | 10100000 | 0 | 110101 | 10111 | 10011 | 101000110 | 110101 | 111100 |
Color Harmonies of #CF62A0
Complementary color
Monochromatic Colors of #CF62A0
Black with #CF62A0
Text Example
Text Example
White with #CF62A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62A0; }
p { color: rgb(207,98,160); }
H1.HeaderClassName
{
color: #CF62A0;
}
.AnyTagClassName
{
color: #CF62A0;
}
</style>
background-color css
<style>
a { background-color: #CF62A0; }
a { background-color: rgb(207,98,160); }
div.DivClassName
{
background-color: #CF62A0;
}
.BgClassName
{
background-color: #CF62A0;
}
</style>
border-color css
<style>
span { border-color: #CF62A0; }
span { border-color: rgb(207,98,160); }
td.TdClassName
{
border-color: #CF62A0;
}
.TagClassName
{
border-color: #CF62A0;
}
</style>