Shades of Hopbush #CF698F
Tints of Hopbush #CF698F
RGB
CMYK
RGB Variations
Color information
#CF698F (or 0xCF698F) is known color: Hopbush. HEX triplet: CF, 69 and 8F. RGB value is (207,105,143). Sum of RGB (Red+Green+Blue) = 207+105+143=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF698F is #309670. Grayscale: #8B8B8B. Windows color (decimal): -3184241 or 9398735. OLE color: 9398735.
HSL color Cylindrical-coordinate representation of color #CF698F: hue angle of 337.65º 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 #CF698F is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 143 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.19 |
| HSL | 337.65º | 0.52% | 0.61% | - |
| HSV(B) | 337.65º | 0.49% | 0.81% | - |
| XYZ | 35.74 | 25.35 | 29 | - |
| YUV | 139.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 143 | 0 | 0.49 | 0.31 | 0.19 | 337.65 | 0.52 | 0.61 |
| Hex | CF | 69 | 8F | 0 | 31 | 1F | 13 | 152 | 34 | 3D |
| Octal | 317 | 151 | 217 | 0 | 61 | 37 | 23 | 522 | 64 | 75 |
| Binary | 11001111 | 1101001 | 10001111 | 0 | 110001 | 11111 | 10011 | 101010010 | 110100 | 111101 |
Color Harmonies of #CF698F
Complementary color
Monochromatic Colors of #CF698F
Black with #CF698F
Text Example
Text Example
White with #CF698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF698F; }
p { color: rgb(207,105,143); }
H1.HeaderClassName
{
color: #CF698F;
}
.AnyTagClassName
{
color: #CF698F;
}
</style>
background-color css
<style>
a { background-color: #CF698F; }
a { background-color: rgb(207,105,143); }
div.DivClassName
{
background-color: #CF698F;
}
.BgClassName
{
background-color: #CF698F;
}
</style>
border-color css
<style>
span { border-color: #CF698F; }
span { border-color: rgb(207,105,143); }
td.TdClassName
{
border-color: #CF698F;
}
.TagClassName
{
border-color: #CF698F;
}
</style>