Shades of Hopbush #CE7BAC
Tints of Hopbush #CE7BAC
RGB
CMYK
RGB Variations
Color information
#CE7BAC (or 0xCE7BAC) is known color: Hopbush. HEX triplet: CE, 7B and AC. RGB value is (206,123,172). Sum of RGB (Red+Green+Blue) = 206+123+172=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7BAC is #318453. Grayscale: #999999. Windows color (decimal): -3245140 or 11303886. OLE color: 11303886.
HSL color Cylindrical-coordinate representation of color #CE7BAC: hue angle of 324.58º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7BAC is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 172 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.19 |
| HSL | 324.58º | 0.46% | 0.65% | - |
| HSV(B) | 324.58º | 0.4% | 0.81% | - |
| XYZ | 39.98 | 30.27 | 42.76 | - |
| YUV | 153.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 172 | 0 | 0.40 | 0.17 | 0.19 | 324.58 | 0.46 | 0.65 |
| Hex | CE | 7B | AC | 0 | 28 | 11 | 13 | 145 | 2E | 41 |
| Octal | 316 | 173 | 254 | 0 | 50 | 21 | 23 | 505 | 56 | 101 |
| Binary | 11001110 | 1111011 | 10101100 | 0 | 101000 | 10001 | 10011 | 101000101 | 101110 | 1000001 |
Color Harmonies of #CE7BAC
Complementary color
Monochromatic Colors of #CE7BAC
Black with #CE7BAC
Text Example
Text Example
White with #CE7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BAC; }
p { color: rgb(206,123,172); }
H1.HeaderClassName
{
color: #CE7BAC;
}
.AnyTagClassName
{
color: #CE7BAC;
}
</style>
background-color css
<style>
a { background-color: #CE7BAC; }
a { background-color: rgb(206,123,172); }
div.DivClassName
{
background-color: #CE7BAC;
}
.BgClassName
{
background-color: #CE7BAC;
}
</style>
border-color css
<style>
span { border-color: #CE7BAC; }
span { border-color: rgb(206,123,172); }
td.TdClassName
{
border-color: #CE7BAC;
}
.TagClassName
{
border-color: #CE7BAC;
}
</style>