Shades of Hopbush #CE79A8
Tints of Hopbush #CE79A8
RGB
CMYK
RGB Variations
Color information
#CE79A8 (or 0xCE79A8) is known color: Hopbush. HEX triplet: CE, 79 and A8. RGB value is (206,121,168). Sum of RGB (Red+Green+Blue) = 206+121+168=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE79A8 is #318657. Grayscale: #979797. Windows color (decimal): -3245656 or 11041230. OLE color: 11041230.
HSL color Cylindrical-coordinate representation of color #CE79A8: hue angle of 326.82º 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 #CE79A8 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 168 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.19 |
| HSL | 326.82º | 0.46% | 0.64% | - |
| HSV(B) | 326.82º | 0.41% | 0.81% | - |
| XYZ | 39.36 | 29.62 | 40.69 | - |
| YUV | 151.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 168 | 0 | 0.41 | 0.18 | 0.19 | 326.82 | 0.46 | 0.64 |
| Hex | CE | 79 | A8 | 0 | 29 | 12 | 13 | 147 | 2E | 40 |
| Octal | 316 | 171 | 250 | 0 | 51 | 22 | 23 | 507 | 56 | 100 |
| Binary | 11001110 | 1111001 | 10101000 | 0 | 101001 | 10010 | 10011 | 101000111 | 101110 | 1000000 |
Color Harmonies of #CE79A8
Complementary color
Monochromatic Colors of #CE79A8
Black with #CE79A8
Text Example
Text Example
White with #CE79A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE79A8; }
p { color: rgb(206,121,168); }
H1.HeaderClassName
{
color: #CE79A8;
}
.AnyTagClassName
{
color: #CE79A8;
}
</style>
background-color css
<style>
a { background-color: #CE79A8; }
a { background-color: rgb(206,121,168); }
div.DivClassName
{
background-color: #CE79A8;
}
.BgClassName
{
background-color: #CE79A8;
}
</style>
border-color css
<style>
span { border-color: #CE79A8; }
span { border-color: rgb(206,121,168); }
td.TdClassName
{
border-color: #CE79A8;
}
.TagClassName
{
border-color: #CE79A8;
}
</style>