Shades of Hopbush #CE6BAC
Tints of Hopbush #CE6BAC
RGB
CMYK
RGB Variations
Color information
#CE6BAC (or 0xCE6BAC) is known color: Hopbush. HEX triplet: CE, 6B and AC. RGB value is (206,107,172). Sum of RGB (Red+Green+Blue) = 206+107+172=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6BAC is #319453. Grayscale: #8F8F8F. Windows color (decimal): -3249236 or 11299790. OLE color: 11299790.
HSL color Cylindrical-coordinate representation of color #CE6BAC: hue angle of 320.61º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6BAC is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 172 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.19 |
| HSL | 320.61º | 0.5% | 0.61% | - |
| HSV(B) | 320.61º | 0.48% | 0.81% | - |
| XYZ | 38.16 | 26.62 | 42.16 | - |
| YUV | 144.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 172 | 0 | 0.48 | 0.17 | 0.19 | 320.61 | 0.5 | 0.61 |
| Hex | CE | 6B | AC | 0 | 30 | 11 | 13 | 141 | 32 | 3D |
| Octal | 316 | 153 | 254 | 0 | 60 | 21 | 23 | 501 | 62 | 75 |
| Binary | 11001110 | 1101011 | 10101100 | 0 | 110000 | 10001 | 10011 | 101000001 | 110010 | 111101 |
Color Harmonies of #CE6BAC
Complementary color
Monochromatic Colors of #CE6BAC
Black with #CE6BAC
Text Example
Text Example
White with #CE6BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6BAC; }
p { color: rgb(206,107,172); }
H1.HeaderClassName
{
color: #CE6BAC;
}
.AnyTagClassName
{
color: #CE6BAC;
}
</style>
background-color css
<style>
a { background-color: #CE6BAC; }
a { background-color: rgb(206,107,172); }
div.DivClassName
{
background-color: #CE6BAC;
}
.BgClassName
{
background-color: #CE6BAC;
}
</style>
border-color css
<style>
span { border-color: #CE6BAC; }
span { border-color: rgb(206,107,172); }
td.TdClassName
{
border-color: #CE6BAC;
}
.TagClassName
{
border-color: #CE6BAC;
}
</style>