Shades of Hopbush #CF62A6
Tints of Hopbush #CF62A6
RGB
CMYK
RGB Variations
Color information
#CF62A6 (or 0xCF62A6) is known color: Hopbush. HEX triplet: CF, 62 and A6. RGB value is (207,98,166). Sum of RGB (Red+Green+Blue) = 207+98+166=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF62A6 is #309D59. Grayscale: #8A8A8A. Windows color (decimal): -3186010 or 10904271. OLE color: 10904271.
HSL color Cylindrical-coordinate representation of color #CF62A6: hue angle of 322.57º 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 #CF62A6 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 166 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.19 |
| HSL | 322.57º | 0.53% | 0.6% | - |
| HSV(B) | 322.57º | 0.53% | 0.81% | - |
| XYZ | 36.98 | 24.75 | 38.91 | - |
| YUV | 138.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 166 | 0 | 0.53 | 0.20 | 0.19 | 322.57 | 0.53 | 0.6 |
| Hex | CF | 62 | A6 | 0 | 35 | 14 | 13 | 143 | 35 | 3C |
| Octal | 317 | 142 | 246 | 0 | 65 | 24 | 23 | 503 | 65 | 74 |
| Binary | 11001111 | 1100010 | 10100110 | 0 | 110101 | 10100 | 10011 | 101000011 | 110101 | 111100 |
Color Harmonies of #CF62A6
Complementary color
Monochromatic Colors of #CF62A6
Black with #CF62A6
Text Example
Text Example
White with #CF62A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62A6; }
p { color: rgb(207,98,166); }
H1.HeaderClassName
{
color: #CF62A6;
}
.AnyTagClassName
{
color: #CF62A6;
}
</style>
background-color css
<style>
a { background-color: #CF62A6; }
a { background-color: rgb(207,98,166); }
div.DivClassName
{
background-color: #CF62A6;
}
.BgClassName
{
background-color: #CF62A6;
}
</style>
border-color css
<style>
span { border-color: #CF62A6; }
span { border-color: rgb(207,98,166); }
td.TdClassName
{
border-color: #CF62A6;
}
.TagClassName
{
border-color: #CF62A6;
}
</style>