Shades of Hopbush #CF699E
Tints of Hopbush #CF699E
RGB
CMYK
RGB Variations
Color information
#CF699E (or 0xCF699E) is known color: Hopbush. HEX triplet: CF, 69 and 9E. RGB value is (207,105,158). Sum of RGB (Red+Green+Blue) = 207+105+158=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF699E is #309661. Grayscale: #8D8D8D. Windows color (decimal): -3184226 or 10381775. OLE color: 10381775.
HSL color Cylindrical-coordinate representation of color #CF699E: hue angle of 328.82º 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 #CF699E is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 158 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.19 |
| HSL | 328.82º | 0.52% | 0.61% | - |
| HSV(B) | 328.82º | 0.49% | 0.81% | - |
| XYZ | 36.96 | 25.84 | 35.39 | - |
| YUV | 141.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 158 | 0 | 0.49 | 0.24 | 0.19 | 328.82 | 0.52 | 0.61 |
| Hex | CF | 69 | 9E | 0 | 31 | 18 | 13 | 149 | 34 | 3D |
| Octal | 317 | 151 | 236 | 0 | 61 | 30 | 23 | 511 | 64 | 75 |
| Binary | 11001111 | 1101001 | 10011110 | 0 | 110001 | 11000 | 10011 | 101001001 | 110100 | 111101 |
Color Harmonies of #CF699E
Complementary color
Monochromatic Colors of #CF699E
Black with #CF699E
Text Example
Text Example
White with #CF699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF699E; }
p { color: rgb(207,105,158); }
H1.HeaderClassName
{
color: #CF699E;
}
.AnyTagClassName
{
color: #CF699E;
}
</style>
background-color css
<style>
a { background-color: #CF699E; }
a { background-color: rgb(207,105,158); }
div.DivClassName
{
background-color: #CF699E;
}
.BgClassName
{
background-color: #CF699E;
}
</style>
border-color css
<style>
span { border-color: #CF699E; }
span { border-color: rgb(207,105,158); }
td.TdClassName
{
border-color: #CF699E;
}
.TagClassName
{
border-color: #CF699E;
}
</style>