Shades of Hopbush #CF688A
Tints of Hopbush #CF688A
RGB
CMYK
RGB Variations
Color information
#CF688A (or 0xCF688A) is known color: Hopbush. HEX triplet: CF, 68 and 8A. RGB value is (207,104,138). Sum of RGB (Red+Green+Blue) = 207+104+138=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF688A is #309775. Grayscale: #8A8A8A. Windows color (decimal): -3184502 or 9070799. OLE color: 9070799.
HSL color Cylindrical-coordinate representation of color #CF688A: hue angle of 340.19º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF688A is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 138 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.19 |
| HSL | 340.19º | 0.52% | 0.61% | - |
| HSV(B) | 340.19º | 0.5% | 0.81% | - |
| XYZ | 35.27 | 25 | 27.01 | - |
| YUV | 138.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 138 | 0 | 0.50 | 0.33 | 0.19 | 340.19 | 0.52 | 0.61 |
| Hex | CF | 68 | 8A | 0 | 32 | 21 | 13 | 154 | 34 | 3D |
| Octal | 317 | 150 | 212 | 0 | 62 | 41 | 23 | 524 | 64 | 75 |
| Binary | 11001111 | 1101000 | 10001010 | 0 | 110010 | 100001 | 10011 | 101010100 | 110100 | 111101 |
Color Harmonies of #CF688A
Complementary color
Monochromatic Colors of #CF688A
Black with #CF688A
Text Example
Text Example
White with #CF688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF688A; }
p { color: rgb(207,104,138); }
H1.HeaderClassName
{
color: #CF688A;
}
.AnyTagClassName
{
color: #CF688A;
}
</style>
background-color css
<style>
a { background-color: #CF688A; }
a { background-color: rgb(207,104,138); }
div.DivClassName
{
background-color: #CF688A;
}
.BgClassName
{
background-color: #CF688A;
}
</style>
border-color css
<style>
span { border-color: #CF688A; }
span { border-color: rgb(207,104,138); }
td.TdClassName
{
border-color: #CF688A;
}
.TagClassName
{
border-color: #CF688A;
}
</style>