Shades of Hopbush #CF7CA2
Tints of Hopbush #CF7CA2
RGB
CMYK
RGB Variations
Color information
#CF7CA2 (or 0xCF7CA2) is known color: Hopbush. HEX triplet: CF, 7C and A2. RGB value is (207,124,162). Sum of RGB (Red+Green+Blue) = 207+124+162=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7CA2 is #30835D. Grayscale: #999999. Windows color (decimal): -3179358 or 10648783. OLE color: 10648783.
HSL color Cylindrical-coordinate representation of color #CF7CA2: hue angle of 332.53º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7CA2 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 162 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.19 |
| HSL | 332.53º | 0.46% | 0.65% | - |
| HSV(B) | 332.53º | 0.4% | 0.81% | - |
| XYZ | 39.46 | 30.29 | 37.95 | - |
| YUV | 153.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 162 | 0 | 0.40 | 0.22 | 0.19 | 332.53 | 0.46 | 0.65 |
| Hex | CF | 7C | A2 | 0 | 28 | 16 | 13 | 14D | 2E | 41 |
| Octal | 317 | 174 | 242 | 0 | 50 | 26 | 23 | 515 | 56 | 101 |
| Binary | 11001111 | 1111100 | 10100010 | 0 | 101000 | 10110 | 10011 | 101001101 | 101110 | 1000001 |
Color Harmonies of #CF7CA2
Complementary color
Monochromatic Colors of #CF7CA2
Black with #CF7CA2
Text Example
Text Example
White with #CF7CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7CA2; }
p { color: rgb(207,124,162); }
H1.HeaderClassName
{
color: #CF7CA2;
}
.AnyTagClassName
{
color: #CF7CA2;
}
</style>
background-color css
<style>
a { background-color: #CF7CA2; }
a { background-color: rgb(207,124,162); }
div.DivClassName
{
background-color: #CF7CA2;
}
.BgClassName
{
background-color: #CF7CA2;
}
</style>
border-color css
<style>
span { border-color: #CF7CA2; }
span { border-color: rgb(207,124,162); }
td.TdClassName
{
border-color: #CF7CA2;
}
.TagClassName
{
border-color: #CF7CA2;
}
</style>