Shades of Hopbush #CF688E
Tints of Hopbush #CF688E
RGB
CMYK
RGB Variations
Color information
#CF688E (or 0xCF688E) is known color: Hopbush. HEX triplet: CF, 68 and 8E. RGB value is (207,104,142). Sum of RGB (Red+Green+Blue) = 207+104+142=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF688E is #309771. Grayscale: #8B8B8B. Windows color (decimal): -3184498 or 9332943. OLE color: 9332943.
HSL color Cylindrical-coordinate representation of color #CF688E: hue angle of 337.86º 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 #CF688E is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 142 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.19 |
| HSL | 337.86º | 0.52% | 0.61% | - |
| HSV(B) | 337.86º | 0.5% | 0.81% | - |
| XYZ | 35.56 | 25.12 | 28.57 | - |
| YUV | 139.13 | 129.62 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 142 | 0 | 0.50 | 0.31 | 0.19 | 337.86 | 0.52 | 0.61 |
| Hex | CF | 68 | 8E | 0 | 32 | 1F | 13 | 152 | 34 | 3D |
| Octal | 317 | 150 | 216 | 0 | 62 | 37 | 23 | 522 | 64 | 75 |
| Binary | 11001111 | 1101000 | 10001110 | 0 | 110010 | 11111 | 10011 | 101010010 | 110100 | 111101 |
Color Harmonies of #CF688E
Complementary color
Monochromatic Colors of #CF688E
Black with #CF688E
Text Example
Text Example
White with #CF688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF688E; }
p { color: rgb(207,104,142); }
H1.HeaderClassName
{
color: #CF688E;
}
.AnyTagClassName
{
color: #CF688E;
}
</style>
background-color css
<style>
a { background-color: #CF688E; }
a { background-color: rgb(207,104,142); }
div.DivClassName
{
background-color: #CF688E;
}
.BgClassName
{
background-color: #CF688E;
}
</style>
border-color css
<style>
span { border-color: #CF688E; }
span { border-color: rgb(207,104,142); }
td.TdClassName
{
border-color: #CF688E;
}
.TagClassName
{
border-color: #CF688E;
}
</style>