Shades of Hopbush #CF699F
Tints of Hopbush #CF699F
RGB
CMYK
RGB Variations
Color information
#CF699F (or 0xCF699F) is known color: Hopbush. HEX triplet: CF, 69 and 9F. RGB value is (207,105,159). Sum of RGB (Red+Green+Blue) = 207+105+159=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF699F is #309660. Grayscale: #8D8D8D. Windows color (decimal): -3184225 or 10447311. OLE color: 10447311.
HSL color Cylindrical-coordinate representation of color #CF699F: hue angle of 328.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 #CF699F is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 159 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.19 |
| HSL | 328.24º | 0.52% | 0.61% | - |
| HSV(B) | 328.24º | 0.49% | 0.81% | - |
| XYZ | 37.04 | 25.87 | 35.84 | - |
| YUV | 141.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 159 | 0 | 0.49 | 0.23 | 0.19 | 328.24 | 0.52 | 0.61 |
| Hex | CF | 69 | 9F | 0 | 31 | 17 | 13 | 148 | 34 | 3D |
| Octal | 317 | 151 | 237 | 0 | 61 | 27 | 23 | 510 | 64 | 75 |
| Binary | 11001111 | 1101001 | 10011111 | 0 | 110001 | 10111 | 10011 | 101001000 | 110100 | 111101 |
Color Harmonies of #CF699F
Complementary color
Monochromatic Colors of #CF699F
Black with #CF699F
Text Example
Text Example
White with #CF699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF699F; }
p { color: rgb(207,105,159); }
H1.HeaderClassName
{
color: #CF699F;
}
.AnyTagClassName
{
color: #CF699F;
}
</style>
background-color css
<style>
a { background-color: #CF699F; }
a { background-color: rgb(207,105,159); }
div.DivClassName
{
background-color: #CF699F;
}
.BgClassName
{
background-color: #CF699F;
}
</style>
border-color css
<style>
span { border-color: #CF699F; }
span { border-color: rgb(207,105,159); }
td.TdClassName
{
border-color: #CF699F;
}
.TagClassName
{
border-color: #CF699F;
}
</style>