Shades of Hopbush #CF6991
Tints of Hopbush #CF6991
RGB
CMYK
RGB Variations
Color information
#CF6991 (or 0xCF6991) is known color: Hopbush. HEX triplet: CF, 69 and 91. RGB value is (207,105,145). Sum of RGB (Red+Green+Blue) = 207+105+145=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6991 is #30966E. Grayscale: #8B8B8B. Windows color (decimal): -3184239 or 9529807. OLE color: 9529807.
HSL color Cylindrical-coordinate representation of color #CF6991: hue angle of 336.47º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6991 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 145 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.19 |
| HSL | 336.47º | 0.52% | 0.61% | - |
| HSV(B) | 336.47º | 0.49% | 0.81% | - |
| XYZ | 35.89 | 25.41 | 29.8 | - |
| YUV | 140.06 | 130.79 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 145 | 0 | 0.49 | 0.30 | 0.19 | 336.47 | 0.52 | 0.61 |
| Hex | CF | 69 | 91 | 0 | 31 | 1E | 13 | 150 | 34 | 3D |
| Octal | 317 | 151 | 221 | 0 | 61 | 36 | 23 | 520 | 64 | 75 |
| Binary | 11001111 | 1101001 | 10010001 | 0 | 110001 | 11110 | 10011 | 101010000 | 110100 | 111101 |
Color Harmonies of #CF6991
Complementary color
Monochromatic Colors of #CF6991
Black with #CF6991
Text Example
Text Example
White with #CF6991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6991; }
p { color: rgb(207,105,145); }
H1.HeaderClassName
{
color: #CF6991;
}
.AnyTagClassName
{
color: #CF6991;
}
</style>
background-color css
<style>
a { background-color: #CF6991; }
a { background-color: rgb(207,105,145); }
div.DivClassName
{
background-color: #CF6991;
}
.BgClassName
{
background-color: #CF6991;
}
</style>
border-color css
<style>
span { border-color: #CF6991; }
span { border-color: rgb(207,105,145); }
td.TdClassName
{
border-color: #CF6991;
}
.TagClassName
{
border-color: #CF6991;
}
</style>