Shades of Hopbush #CF5E96
Tints of Hopbush #CF5E96
RGB
CMYK
RGB Variations
Color information
#CF5E96 (or 0xCF5E96) is known color: Hopbush. HEX triplet: CF, 5E and 96. RGB value is (207,94,150). Sum of RGB (Red+Green+Blue) = 207+94+150=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5E96 is #30A169. Grayscale: #868686. Windows color (decimal): -3187050 or 9854671. OLE color: 9854671.
HSL color Cylindrical-coordinate representation of color #CF5E96: hue angle of 330.27º 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 #CF5E96 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 150 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.19 |
| HSL | 330.27º | 0.54% | 0.59% | - |
| HSV(B) | 330.27º | 0.55% | 0.81% | - |
| XYZ | 35.24 | 23.47 | 31.53 | - |
| YUV | 134.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 150 | 0 | 0.55 | 0.28 | 0.19 | 330.27 | 0.54 | 0.59 |
| Hex | CF | 5E | 96 | 0 | 37 | 1C | 13 | 14A | 36 | 3B |
| Octal | 317 | 136 | 226 | 0 | 67 | 34 | 23 | 512 | 66 | 73 |
| Binary | 11001111 | 1011110 | 10010110 | 0 | 110111 | 11100 | 10011 | 101001010 | 110110 | 111011 |
Color Harmonies of #CF5E96
Complementary color
Monochromatic Colors of #CF5E96
Black with #CF5E96
Text Example
Text Example
White with #CF5E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E96; }
p { color: rgb(207,94,150); }
H1.HeaderClassName
{
color: #CF5E96;
}
.AnyTagClassName
{
color: #CF5E96;
}
</style>
background-color css
<style>
a { background-color: #CF5E96; }
a { background-color: rgb(207,94,150); }
div.DivClassName
{
background-color: #CF5E96;
}
.BgClassName
{
background-color: #CF5E96;
}
</style>
border-color css
<style>
span { border-color: #CF5E96; }
span { border-color: rgb(207,94,150); }
td.TdClassName
{
border-color: #CF5E96;
}
.TagClassName
{
border-color: #CF5E96;
}
</style>