Shades of Hopbush #CF5E99
Tints of Hopbush #CF5E99
RGB
CMYK
RGB Variations
Color information
#CF5E99 (or 0xCF5E99) is known color: Hopbush. HEX triplet: CF, 5E and 99. RGB value is (207,94,153). Sum of RGB (Red+Green+Blue) = 207+94+153=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5E99 is #30A166. Grayscale: #868686. Windows color (decimal): -3187047 or 10051279. OLE color: 10051279.
HSL color Cylindrical-coordinate representation of color #CF5E99: hue angle of 328.67º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF5E99 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 153 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.19 |
| HSL | 328.67º | 0.54% | 0.59% | - |
| HSV(B) | 328.67º | 0.55% | 0.81% | - |
| XYZ | 35.48 | 23.57 | 32.82 | - |
| YUV | 134.51 | 138.44 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 153 | 0 | 0.55 | 0.26 | 0.19 | 328.67 | 0.54 | 0.59 |
| Hex | CF | 5E | 99 | 0 | 37 | 1A | 13 | 149 | 36 | 3B |
| Octal | 317 | 136 | 231 | 0 | 67 | 32 | 23 | 511 | 66 | 73 |
| Binary | 11001111 | 1011110 | 10011001 | 0 | 110111 | 11010 | 10011 | 101001001 | 110110 | 111011 |
Color Harmonies of #CF5E99
Complementary color
Monochromatic Colors of #CF5E99
Black with #CF5E99
Text Example
Text Example
White with #CF5E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E99; }
p { color: rgb(207,94,153); }
H1.HeaderClassName
{
color: #CF5E99;
}
.AnyTagClassName
{
color: #CF5E99;
}
</style>
background-color css
<style>
a { background-color: #CF5E99; }
a { background-color: rgb(207,94,153); }
div.DivClassName
{
background-color: #CF5E99;
}
.BgClassName
{
background-color: #CF5E99;
}
</style>
border-color css
<style>
span { border-color: #CF5E99; }
span { border-color: rgb(207,94,153); }
td.TdClassName
{
border-color: #CF5E99;
}
.TagClassName
{
border-color: #CF5E99;
}
</style>