Shades of Hopbush #CF698E
Tints of Hopbush #CF698E
RGB
CMYK
RGB Variations
Color information
#CF698E (or 0xCF698E) is known color: Hopbush. HEX triplet: CF, 69 and 8E. RGB value is (207,105,142). Sum of RGB (Red+Green+Blue) = 207+105+142=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF698E is #309671. Grayscale: #8B8B8B. Windows color (decimal): -3184242 or 9333199. OLE color: 9333199.
HSL color Cylindrical-coordinate representation of color #CF698E: hue angle of 338.24º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF698E is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 142 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.19 |
| HSL | 338.24º | 0.52% | 0.61% | - |
| HSV(B) | 338.24º | 0.49% | 0.81% | - |
| XYZ | 35.67 | 25.32 | 28.6 | - |
| YUV | 139.72 | 129.29 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 142 | 0 | 0.49 | 0.31 | 0.19 | 338.24 | 0.52 | 0.61 |
| Hex | CF | 69 | 8E | 0 | 31 | 1F | 13 | 152 | 34 | 3D |
| Octal | 317 | 151 | 216 | 0 | 61 | 37 | 23 | 522 | 64 | 75 |
| Binary | 11001111 | 1101001 | 10001110 | 0 | 110001 | 11111 | 10011 | 101010010 | 110100 | 111101 |
Color Harmonies of #CF698E
Complementary color
Monochromatic Colors of #CF698E
Black with #CF698E
Text Example
Text Example
White with #CF698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF698E; }
p { color: rgb(207,105,142); }
H1.HeaderClassName
{
color: #CF698E;
}
.AnyTagClassName
{
color: #CF698E;
}
</style>
background-color css
<style>
a { background-color: #CF698E; }
a { background-color: rgb(207,105,142); }
div.DivClassName
{
background-color: #CF698E;
}
.BgClassName
{
background-color: #CF698E;
}
</style>
border-color css
<style>
span { border-color: #CF698E; }
span { border-color: rgb(207,105,142); }
td.TdClassName
{
border-color: #CF698E;
}
.TagClassName
{
border-color: #CF698E;
}
</style>