Shades of Hopbush #CF669E
Tints of Hopbush #CF669E
RGB
CMYK
RGB Variations
Color information
#CF669E (or 0xCF669E) is known color: Hopbush. HEX triplet: CF, 66 and 9E. RGB value is (207,102,158). Sum of RGB (Red+Green+Blue) = 207+102+158=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF669E is #309961. Grayscale: #8B8B8B. Windows color (decimal): -3184994 or 10381007. OLE color: 10381007.
HSL color Cylindrical-coordinate representation of color #CF669E: hue angle of 328º 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 #CF669E is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 158 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.19 |
| HSL | 328º | 0.52% | 0.61% | - |
| HSV(B) | 328º | 0.51% | 0.81% | - |
| XYZ | 36.66 | 25.24 | 35.29 | - |
| YUV | 139.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 158 | 0 | 0.51 | 0.24 | 0.19 | 328 | 0.52 | 0.61 |
| Hex | CF | 66 | 9E | 0 | 33 | 18 | 13 | 148 | 34 | 3D |
| Octal | 317 | 146 | 236 | 0 | 63 | 30 | 23 | 510 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10011110 | 0 | 110011 | 11000 | 10011 | 101001000 | 110100 | 111101 |
Color Harmonies of #CF669E
Complementary color
Monochromatic Colors of #CF669E
Black with #CF669E
Text Example
Text Example
White with #CF669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF669E; }
p { color: rgb(207,102,158); }
H1.HeaderClassName
{
color: #CF669E;
}
.AnyTagClassName
{
color: #CF669E;
}
</style>
background-color css
<style>
a { background-color: #CF669E; }
a { background-color: rgb(207,102,158); }
div.DivClassName
{
background-color: #CF669E;
}
.BgClassName
{
background-color: #CF669E;
}
</style>
border-color css
<style>
span { border-color: #CF669E; }
span { border-color: rgb(207,102,158); }
td.TdClassName
{
border-color: #CF669E;
}
.TagClassName
{
border-color: #CF669E;
}
</style>