Shades of Hopbush #CF7499
Tints of Hopbush #CF7499
RGB
CMYK
RGB Variations
Color information
#CF7499 (or 0xCF7499) is known color: Hopbush. HEX triplet: CF, 74 and 99. RGB value is (207,116,153). Sum of RGB (Red+Green+Blue) = 207+116+153=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7499 is #308B66. Grayscale: #939393. Windows color (decimal): -3181415 or 10056911. OLE color: 10056911.
HSL color Cylindrical-coordinate representation of color #CF7499: hue angle of 335.6º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7499 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 153 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.19 |
| HSL | 335.6º | 0.49% | 0.63% | - |
| HSV(B) | 335.6º | 0.44% | 0.81% | - |
| XYZ | 37.73 | 28.06 | 33.56 | - |
| YUV | 147.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 153 | 0 | 0.44 | 0.26 | 0.19 | 335.6 | 0.49 | 0.63 |
| Hex | CF | 74 | 99 | 0 | 2C | 1A | 13 | 150 | 31 | 3F |
| Octal | 317 | 164 | 231 | 0 | 54 | 32 | 23 | 520 | 61 | 77 |
| Binary | 11001111 | 1110100 | 10011001 | 0 | 101100 | 11010 | 10011 | 101010000 | 110001 | 111111 |
Color Harmonies of #CF7499
Complementary color
Monochromatic Colors of #CF7499
Black with #CF7499
Text Example
Text Example
White with #CF7499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7499; }
p { color: rgb(207,116,153); }
H1.HeaderClassName
{
color: #CF7499;
}
.AnyTagClassName
{
color: #CF7499;
}
</style>
background-color css
<style>
a { background-color: #CF7499; }
a { background-color: rgb(207,116,153); }
div.DivClassName
{
background-color: #CF7499;
}
.BgClassName
{
background-color: #CF7499;
}
</style>
border-color css
<style>
span { border-color: #CF7499; }
span { border-color: rgb(207,116,153); }
td.TdClassName
{
border-color: #CF7499;
}
.TagClassName
{
border-color: #CF7499;
}
</style>