Shades of Hopbush #CF70AA
Tints of Hopbush #CF70AA
RGB
CMYK
RGB Variations
Color information
#CF70AA (or 0xCF70AA) is known color: Hopbush. HEX triplet: CF, 70 and AA. RGB value is (207,112,170). Sum of RGB (Red+Green+Blue) = 207+112+170=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF70AA is #308F55. Grayscale: #929292. Windows color (decimal): -3182422 or 11169999. OLE color: 11169999.
HSL color Cylindrical-coordinate representation of color #CF70AA: hue angle of 323.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF70AA is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 170 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.19 |
| HSL | 323.37º | 0.5% | 0.63% | - |
| HSV(B) | 323.37º | 0.46% | 0.81% | - |
| XYZ | 38.78 | 27.76 | 41.34 | - |
| YUV | 147.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 170 | 0 | 0.46 | 0.18 | 0.19 | 323.37 | 0.5 | 0.63 |
| Hex | CF | 70 | AA | 0 | 2E | 12 | 13 | 143 | 32 | 3F |
| Octal | 317 | 160 | 252 | 0 | 56 | 22 | 23 | 503 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10101010 | 0 | 101110 | 10010 | 10011 | 101000011 | 110010 | 111111 |
Color Harmonies of #CF70AA
Complementary color
Monochromatic Colors of #CF70AA
Black with #CF70AA
Text Example
Text Example
White with #CF70AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70AA; }
p { color: rgb(207,112,170); }
H1.HeaderClassName
{
color: #CF70AA;
}
.AnyTagClassName
{
color: #CF70AA;
}
</style>
background-color css
<style>
a { background-color: #CF70AA; }
a { background-color: rgb(207,112,170); }
div.DivClassName
{
background-color: #CF70AA;
}
.BgClassName
{
background-color: #CF70AA;
}
</style>
border-color css
<style>
span { border-color: #CF70AA; }
span { border-color: rgb(207,112,170); }
td.TdClassName
{
border-color: #CF70AA;
}
.TagClassName
{
border-color: #CF70AA;
}
</style>