Shades of Hopbush #CF6F8F
Tints of Hopbush #CF6F8F
RGB
CMYK
RGB Variations
Color information
#CF6F8F (or 0xCF6F8F) is known color: Hopbush. HEX triplet: CF, 6F and 8F. RGB value is (207,111,143). Sum of RGB (Red+Green+Blue) = 207+111+143=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6F8F is #309070. Grayscale: #8F8F8F. Windows color (decimal): -3182705 or 9400271. OLE color: 9400271.
HSL color Cylindrical-coordinate representation of color #CF6F8F: hue angle of 340º 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 #CF6F8F is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 143 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.19 |
| HSL | 340º | 0.5% | 0.62% | - |
| HSV(B) | 340º | 0.46% | 0.81% | - |
| XYZ | 36.37 | 26.62 | 29.21 | - |
| YUV | 143.35 | 127.8 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 143 | 0 | 0.46 | 0.31 | 0.19 | 340 | 0.5 | 0.62 |
| Hex | CF | 6F | 8F | 0 | 2E | 1F | 13 | 154 | 32 | 3E |
| Octal | 317 | 157 | 217 | 0 | 56 | 37 | 23 | 524 | 62 | 76 |
| Binary | 11001111 | 1101111 | 10001111 | 0 | 101110 | 11111 | 10011 | 101010100 | 110010 | 111110 |
Color Harmonies of #CF6F8F
Complementary color
Monochromatic Colors of #CF6F8F
Black with #CF6F8F
Text Example
Text Example
White with #CF6F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F8F; }
p { color: rgb(207,111,143); }
H1.HeaderClassName
{
color: #CF6F8F;
}
.AnyTagClassName
{
color: #CF6F8F;
}
</style>
background-color css
<style>
a { background-color: #CF6F8F; }
a { background-color: rgb(207,111,143); }
div.DivClassName
{
background-color: #CF6F8F;
}
.BgClassName
{
background-color: #CF6F8F;
}
</style>
border-color css
<style>
span { border-color: #CF6F8F; }
span { border-color: rgb(207,111,143); }
td.TdClassName
{
border-color: #CF6F8F;
}
.TagClassName
{
border-color: #CF6F8F;
}
</style>