Shades of Hopbush #CF62A2
Tints of Hopbush #CF62A2
RGB
CMYK
RGB Variations
Color information
#CF62A2 (or 0xCF62A2) is known color: Hopbush. HEX triplet: CF, 62 and A2. RGB value is (207,98,162). Sum of RGB (Red+Green+Blue) = 207+98+162=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF62A2 is #309D5D. Grayscale: #898989. Windows color (decimal): -3186014 or 10642127. OLE color: 10642127.
HSL color Cylindrical-coordinate representation of color #CF62A2: hue angle of 324.77º 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 #CF62A2 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 162 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.19 |
| HSL | 324.77º | 0.53% | 0.6% | - |
| HSV(B) | 324.77º | 0.53% | 0.81% | - |
| XYZ | 36.62 | 24.61 | 37 | - |
| YUV | 137.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 162 | 0 | 0.53 | 0.22 | 0.19 | 324.77 | 0.53 | 0.6 |
| Hex | CF | 62 | A2 | 0 | 35 | 16 | 13 | 145 | 35 | 3C |
| Octal | 317 | 142 | 242 | 0 | 65 | 26 | 23 | 505 | 65 | 74 |
| Binary | 11001111 | 1100010 | 10100010 | 0 | 110101 | 10110 | 10011 | 101000101 | 110101 | 111100 |
Color Harmonies of #CF62A2
Complementary color
Monochromatic Colors of #CF62A2
Black with #CF62A2
Text Example
Text Example
White with #CF62A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62A2; }
p { color: rgb(207,98,162); }
H1.HeaderClassName
{
color: #CF62A2;
}
.AnyTagClassName
{
color: #CF62A2;
}
</style>
background-color css
<style>
a { background-color: #CF62A2; }
a { background-color: rgb(207,98,162); }
div.DivClassName
{
background-color: #CF62A2;
}
.BgClassName
{
background-color: #CF62A2;
}
</style>
border-color css
<style>
span { border-color: #CF62A2; }
span { border-color: rgb(207,98,162); }
td.TdClassName
{
border-color: #CF62A2;
}
.TagClassName
{
border-color: #CF62A2;
}
</style>