Shades of Hopbush #CF70A0
Tints of Hopbush #CF70A0
RGB
CMYK
RGB Variations
Color information
#CF70A0 (or 0xCF70A0) is known color: Hopbush. HEX triplet: CF, 70 and A0. RGB value is (207,112,160). Sum of RGB (Red+Green+Blue) = 207+112+160=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF70A0 is #308F5F. Grayscale: #919191. Windows color (decimal): -3182432 or 10514639. OLE color: 10514639.
HSL color Cylindrical-coordinate representation of color #CF70A0: hue angle of 329.68º 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 #CF70A0 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 160 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.19 |
| HSL | 329.68º | 0.5% | 0.63% | - |
| HSV(B) | 329.68º | 0.46% | 0.81% | - |
| XYZ | 37.87 | 27.39 | 36.55 | - |
| YUV | 145.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 160 | 0 | 0.46 | 0.23 | 0.19 | 329.68 | 0.5 | 0.63 |
| Hex | CF | 70 | A0 | 0 | 2E | 17 | 13 | 14A | 32 | 3F |
| Octal | 317 | 160 | 240 | 0 | 56 | 27 | 23 | 512 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10100000 | 0 | 101110 | 10111 | 10011 | 101001010 | 110010 | 111111 |
Color Harmonies of #CF70A0
Complementary color
Monochromatic Colors of #CF70A0
Black with #CF70A0
Text Example
Text Example
White with #CF70A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70A0; }
p { color: rgb(207,112,160); }
H1.HeaderClassName
{
color: #CF70A0;
}
.AnyTagClassName
{
color: #CF70A0;
}
</style>
background-color css
<style>
a { background-color: #CF70A0; }
a { background-color: rgb(207,112,160); }
div.DivClassName
{
background-color: #CF70A0;
}
.BgClassName
{
background-color: #CF70A0;
}
</style>
border-color css
<style>
span { border-color: #CF70A0; }
span { border-color: rgb(207,112,160); }
td.TdClassName
{
border-color: #CF70A0;
}
.TagClassName
{
border-color: #CF70A0;
}
</style>