Shades of Hopbush #CE79A0
Tints of Hopbush #CE79A0
RGB
CMYK
RGB Variations
Color information
#CE79A0 (or 0xCE79A0) is known color: Hopbush. HEX triplet: CE, 79 and A0. RGB value is (206,121,160). Sum of RGB (Red+Green+Blue) = 206+121+160=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE79A0 is #31865F. Grayscale: #969696. Windows color (decimal): -3245664 or 10516942. OLE color: 10516942.
HSL color Cylindrical-coordinate representation of color #CE79A0: hue angle of 332.47º 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 #CE79A0 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 160 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.19 |
| HSL | 332.47º | 0.46% | 0.64% | - |
| HSV(B) | 332.47º | 0.41% | 0.81% | - |
| XYZ | 38.64 | 29.33 | 36.88 | - |
| YUV | 150.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 160 | 0 | 0.41 | 0.22 | 0.19 | 332.47 | 0.46 | 0.64 |
| Hex | CE | 79 | A0 | 0 | 29 | 16 | 13 | 14C | 2E | 40 |
| Octal | 316 | 171 | 240 | 0 | 51 | 26 | 23 | 514 | 56 | 100 |
| Binary | 11001110 | 1111001 | 10100000 | 0 | 101001 | 10110 | 10011 | 101001100 | 101110 | 1000000 |
Color Harmonies of #CE79A0
Complementary color
Monochromatic Colors of #CE79A0
Black with #CE79A0
Text Example
Text Example
White with #CE79A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE79A0; }
p { color: rgb(206,121,160); }
H1.HeaderClassName
{
color: #CE79A0;
}
.AnyTagClassName
{
color: #CE79A0;
}
</style>
background-color css
<style>
a { background-color: #CE79A0; }
a { background-color: rgb(206,121,160); }
div.DivClassName
{
background-color: #CE79A0;
}
.BgClassName
{
background-color: #CE79A0;
}
</style>
border-color css
<style>
span { border-color: #CE79A0; }
span { border-color: rgb(206,121,160); }
td.TdClassName
{
border-color: #CE79A0;
}
.TagClassName
{
border-color: #CE79A0;
}
</style>