Shades of Hopbush #CF6F9B
Tints of Hopbush #CF6F9B
RGB
CMYK
RGB Variations
Color information
#CF6F9B (or 0xCF6F9B) is known color: Hopbush. HEX triplet: CF, 6F and 9B. RGB value is (207,111,155). Sum of RGB (Red+Green+Blue) = 207+111+155=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6F9B is #309064. Grayscale: #909090. Windows color (decimal): -3182693 or 10186703. OLE color: 10186703.
HSL color Cylindrical-coordinate representation of color #CF6F9B: hue angle of 332.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6F9B is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 155 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.19 |
| HSL | 332.5º | 0.5% | 0.62% | - |
| HSV(B) | 332.5º | 0.46% | 0.81% | - |
| XYZ | 37.33 | 27 | 34.25 | - |
| YUV | 144.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 155 | 0 | 0.46 | 0.25 | 0.19 | 332.5 | 0.5 | 0.62 |
| Hex | CF | 6F | 9B | 0 | 2E | 19 | 13 | 14C | 32 | 3E |
| Octal | 317 | 157 | 233 | 0 | 56 | 31 | 23 | 514 | 62 | 76 |
| Binary | 11001111 | 1101111 | 10011011 | 0 | 101110 | 11001 | 10011 | 101001100 | 110010 | 111110 |
Color Harmonies of #CF6F9B
Complementary color
Monochromatic Colors of #CF6F9B
Black with #CF6F9B
Text Example
Text Example
White with #CF6F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F9B; }
p { color: rgb(207,111,155); }
H1.HeaderClassName
{
color: #CF6F9B;
}
.AnyTagClassName
{
color: #CF6F9B;
}
</style>
background-color css
<style>
a { background-color: #CF6F9B; }
a { background-color: rgb(207,111,155); }
div.DivClassName
{
background-color: #CF6F9B;
}
.BgClassName
{
background-color: #CF6F9B;
}
</style>
border-color css
<style>
span { border-color: #CF6F9B; }
span { border-color: rgb(207,111,155); }
td.TdClassName
{
border-color: #CF6F9B;
}
.TagClassName
{
border-color: #CF6F9B;
}
</style>