Shades of Hopbush #CF668F
Tints of Hopbush #CF668F
RGB
CMYK
RGB Variations
Color information
#CF668F (or 0xCF668F) is known color: Hopbush. HEX triplet: CF, 66 and 8F. RGB value is (207,102,143). Sum of RGB (Red+Green+Blue) = 207+102+143=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF668F is #309970. Grayscale: #8A8A8A. Windows color (decimal): -3185009 or 9397967. OLE color: 9397967.
HSL color Cylindrical-coordinate representation of color #CF668F: hue angle of 336.57º 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 #CF668F is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 143 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.19 |
| HSL | 336.57º | 0.52% | 0.61% | - |
| HSV(B) | 336.57º | 0.51% | 0.81% | - |
| XYZ | 35.44 | 24.75 | 28.9 | - |
| YUV | 138.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 143 | 0 | 0.51 | 0.31 | 0.19 | 336.57 | 0.52 | 0.61 |
| Hex | CF | 66 | 8F | 0 | 33 | 1F | 13 | 151 | 34 | 3D |
| Octal | 317 | 146 | 217 | 0 | 63 | 37 | 23 | 521 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10001111 | 0 | 110011 | 11111 | 10011 | 101010001 | 110100 | 111101 |
Color Harmonies of #CF668F
Complementary color
Monochromatic Colors of #CF668F
Black with #CF668F
Text Example
Text Example
White with #CF668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF668F; }
p { color: rgb(207,102,143); }
H1.HeaderClassName
{
color: #CF668F;
}
.AnyTagClassName
{
color: #CF668F;
}
</style>
background-color css
<style>
a { background-color: #CF668F; }
a { background-color: rgb(207,102,143); }
div.DivClassName
{
background-color: #CF668F;
}
.BgClassName
{
background-color: #CF668F;
}
</style>
border-color css
<style>
span { border-color: #CF668F; }
span { border-color: rgb(207,102,143); }
td.TdClassName
{
border-color: #CF668F;
}
.TagClassName
{
border-color: #CF668F;
}
</style>