Shades of Hopbush #CF669F
Tints of Hopbush #CF669F
RGB
CMYK
RGB Variations
Color information
#CF669F (or 0xCF669F) is known color: Hopbush. HEX triplet: CF, 66 and 9F. RGB value is (207,102,159). Sum of RGB (Red+Green+Blue) = 207+102+159=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF669F is #309960. Grayscale: #8B8B8B. Windows color (decimal): -3184993 or 10446543. OLE color: 10446543.
HSL color Cylindrical-coordinate representation of color #CF669F: hue angle of 327.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF669F is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 159 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.19 |
| HSL | 327.43º | 0.52% | 0.61% | - |
| HSV(B) | 327.43º | 0.51% | 0.81% | - |
| XYZ | 36.74 | 25.27 | 35.74 | - |
| YUV | 139.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 159 | 0 | 0.51 | 0.23 | 0.19 | 327.43 | 0.52 | 0.61 |
| Hex | CF | 66 | 9F | 0 | 33 | 17 | 13 | 147 | 34 | 3D |
| Octal | 317 | 146 | 237 | 0 | 63 | 27 | 23 | 507 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10011111 | 0 | 110011 | 10111 | 10011 | 101000111 | 110100 | 111101 |
Color Harmonies of #CF669F
Complementary color
Monochromatic Colors of #CF669F
Black with #CF669F
Text Example
Text Example
White with #CF669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF669F; }
p { color: rgb(207,102,159); }
H1.HeaderClassName
{
color: #CF669F;
}
.AnyTagClassName
{
color: #CF669F;
}
</style>
background-color css
<style>
a { background-color: #CF669F; }
a { background-color: rgb(207,102,159); }
div.DivClassName
{
background-color: #CF669F;
}
.BgClassName
{
background-color: #CF669F;
}
</style>
border-color css
<style>
span { border-color: #CF669F; }
span { border-color: rgb(207,102,159); }
td.TdClassName
{
border-color: #CF669F;
}
.TagClassName
{
border-color: #CF669F;
}
</style>