Shades of Hopbush #CF62A8
Tints of Hopbush #CF62A8
RGB
CMYK
RGB Variations
Color information
#CF62A8 (or 0xCF62A8) is known color: Hopbush. HEX triplet: CF, 62 and A8. RGB value is (207,98,168). Sum of RGB (Red+Green+Blue) = 207+98+168=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF62A8 is #309D57. Grayscale: #8A8A8A. Windows color (decimal): -3186008 or 11035343. OLE color: 11035343.
HSL color Cylindrical-coordinate representation of color #CF62A8: hue angle of 321.47º 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 #CF62A8 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 168 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.19 |
| HSL | 321.47º | 0.53% | 0.6% | - |
| HSV(B) | 321.47º | 0.53% | 0.81% | - |
| XYZ | 37.17 | 24.83 | 39.88 | - |
| YUV | 138.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 168 | 0 | 0.53 | 0.19 | 0.19 | 321.47 | 0.53 | 0.6 |
| Hex | CF | 62 | A8 | 0 | 35 | 13 | 13 | 141 | 35 | 3C |
| Octal | 317 | 142 | 250 | 0 | 65 | 23 | 23 | 501 | 65 | 74 |
| Binary | 11001111 | 1100010 | 10101000 | 0 | 110101 | 10011 | 10011 | 101000001 | 110101 | 111100 |
Color Harmonies of #CF62A8
Complementary color
Monochromatic Colors of #CF62A8
Black with #CF62A8
Text Example
Text Example
White with #CF62A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62A8; }
p { color: rgb(207,98,168); }
H1.HeaderClassName
{
color: #CF62A8;
}
.AnyTagClassName
{
color: #CF62A8;
}
</style>
background-color css
<style>
a { background-color: #CF62A8; }
a { background-color: rgb(207,98,168); }
div.DivClassName
{
background-color: #CF62A8;
}
.BgClassName
{
background-color: #CF62A8;
}
</style>
border-color css
<style>
span { border-color: #CF62A8; }
span { border-color: rgb(207,98,168); }
td.TdClassName
{
border-color: #CF62A8;
}
.TagClassName
{
border-color: #CF62A8;
}
</style>