Shades of Hopbush #CF6D9A
Tints of Hopbush #CF6D9A
RGB
CMYK
RGB Variations
Color information
#CF6D9A (or 0xCF6D9A) is known color: Hopbush. HEX triplet: CF, 6D and 9A. RGB value is (207,109,154). Sum of RGB (Red+Green+Blue) = 207+109+154=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6D9A is #309265. Grayscale: #8F8F8F. Windows color (decimal): -3183206 or 10120655. OLE color: 10120655.
HSL color Cylindrical-coordinate representation of color #CF6D9A: hue angle of 332.45º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6D9A is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 154 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.19 |
| HSL | 332.45º | 0.51% | 0.62% | - |
| HSV(B) | 332.45º | 0.47% | 0.81% | - |
| XYZ | 37.03 | 26.54 | 33.74 | - |
| YUV | 143.43 | 133.97 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 154 | 0 | 0.47 | 0.26 | 0.19 | 332.45 | 0.51 | 0.62 |
| Hex | CF | 6D | 9A | 0 | 2F | 1A | 13 | 14C | 33 | 3E |
| Octal | 317 | 155 | 232 | 0 | 57 | 32 | 23 | 514 | 63 | 76 |
| Binary | 11001111 | 1101101 | 10011010 | 0 | 101111 | 11010 | 10011 | 101001100 | 110011 | 111110 |
Color Harmonies of #CF6D9A
Complementary color
Monochromatic Colors of #CF6D9A
Black with #CF6D9A
Text Example
Text Example
White with #CF6D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D9A; }
p { color: rgb(207,109,154); }
H1.HeaderClassName
{
color: #CF6D9A;
}
.AnyTagClassName
{
color: #CF6D9A;
}
</style>
background-color css
<style>
a { background-color: #CF6D9A; }
a { background-color: rgb(207,109,154); }
div.DivClassName
{
background-color: #CF6D9A;
}
.BgClassName
{
background-color: #CF6D9A;
}
</style>
border-color css
<style>
span { border-color: #CF6D9A; }
span { border-color: rgb(207,109,154); }
td.TdClassName
{
border-color: #CF6D9A;
}
.TagClassName
{
border-color: #CF6D9A;
}
</style>