Shades of Hopbush #CF6CA0
Tints of Hopbush #CF6CA0
RGB
CMYK
RGB Variations
Color information
#CF6CA0 (or 0xCF6CA0) is known color: Hopbush. HEX triplet: CF, 6C and A0. RGB value is (207,108,160). Sum of RGB (Red+Green+Blue) = 207+108+160=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6CA0 is #30935F. Grayscale: #8F8F8F. Windows color (decimal): -3183456 or 10513615. OLE color: 10513615.
HSL color Cylindrical-coordinate representation of color #CF6CA0: hue angle of 328.48º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6CA0 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 160 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.19 |
| HSL | 328.48º | 0.51% | 0.62% | - |
| HSV(B) | 328.48º | 0.48% | 0.81% | - |
| XYZ | 37.44 | 26.53 | 36.4 | - |
| YUV | 143.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 160 | 0 | 0.48 | 0.23 | 0.19 | 328.48 | 0.51 | 0.62 |
| Hex | CF | 6C | A0 | 0 | 30 | 17 | 13 | 148 | 33 | 3E |
| Octal | 317 | 154 | 240 | 0 | 60 | 27 | 23 | 510 | 63 | 76 |
| Binary | 11001111 | 1101100 | 10100000 | 0 | 110000 | 10111 | 10011 | 101001000 | 110011 | 111110 |
Color Harmonies of #CF6CA0
Complementary color
Monochromatic Colors of #CF6CA0
Black with #CF6CA0
Text Example
Text Example
White with #CF6CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CA0; }
p { color: rgb(207,108,160); }
H1.HeaderClassName
{
color: #CF6CA0;
}
.AnyTagClassName
{
color: #CF6CA0;
}
</style>
background-color css
<style>
a { background-color: #CF6CA0; }
a { background-color: rgb(207,108,160); }
div.DivClassName
{
background-color: #CF6CA0;
}
.BgClassName
{
background-color: #CF6CA0;
}
</style>
border-color css
<style>
span { border-color: #CF6CA0; }
span { border-color: rgb(207,108,160); }
td.TdClassName
{
border-color: #CF6CA0;
}
.TagClassName
{
border-color: #CF6CA0;
}
</style>