Shades of Hopbush #CE7996
Tints of Hopbush #CE7996
RGB
CMYK
RGB Variations
Color information
#CE7996 (or 0xCE7996) is known color: Hopbush. HEX triplet: CE, 79 and 96. RGB value is (206,121,150). Sum of RGB (Red+Green+Blue) = 206+121+150=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7996 is #318669. Grayscale: #959595. Windows color (decimal): -3245674 or 9861582. OLE color: 9861582.
HSL color Cylindrical-coordinate representation of color #CE7996: hue angle of 339.53º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7996 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 150 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.19 |
| HSL | 339.53º | 0.46% | 0.64% | - |
| HSV(B) | 339.53º | 0.41% | 0.81% | - |
| XYZ | 37.8 | 29 | 32.46 | - |
| YUV | 149.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 150 | 0 | 0.41 | 0.27 | 0.19 | 339.53 | 0.46 | 0.64 |
| Hex | CE | 79 | 96 | 0 | 29 | 1B | 13 | 154 | 2E | 40 |
| Octal | 316 | 171 | 226 | 0 | 51 | 33 | 23 | 524 | 56 | 100 |
| Binary | 11001110 | 1111001 | 10010110 | 0 | 101001 | 11011 | 10011 | 101010100 | 101110 | 1000000 |
Color Harmonies of #CE7996
Complementary color
Monochromatic Colors of #CE7996
Black with #CE7996
Text Example
Text Example
White with #CE7996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7996; }
p { color: rgb(206,121,150); }
H1.HeaderClassName
{
color: #CE7996;
}
.AnyTagClassName
{
color: #CE7996;
}
</style>
background-color css
<style>
a { background-color: #CE7996; }
a { background-color: rgb(206,121,150); }
div.DivClassName
{
background-color: #CE7996;
}
.BgClassName
{
background-color: #CE7996;
}
</style>
border-color css
<style>
span { border-color: #CE7996; }
span { border-color: rgb(206,121,150); }
td.TdClassName
{
border-color: #CE7996;
}
.TagClassName
{
border-color: #CE7996;
}
</style>