Shades of Hopbush #CE7BAD
Tints of Hopbush #CE7BAD
RGB
CMYK
RGB Variations
Color information
#CE7BAD (or 0xCE7BAD) is known color: Hopbush. HEX triplet: CE, 7B and AD. RGB value is (206,123,173). Sum of RGB (Red+Green+Blue) = 206+123+173=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7BAD is #318452. Grayscale: #999999. Windows color (decimal): -3245139 or 11369422. OLE color: 11369422.
HSL color Cylindrical-coordinate representation of color #CE7BAD: hue angle of 323.86º 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 #CE7BAD is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 173 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.19 |
| HSL | 323.86º | 0.46% | 0.65% | - |
| HSV(B) | 323.86º | 0.4% | 0.81% | - |
| XYZ | 40.08 | 30.3 | 43.27 | - |
| YUV | 153.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 173 | 0 | 0.40 | 0.16 | 0.19 | 323.86 | 0.46 | 0.65 |
| Hex | CE | 7B | AD | 0 | 28 | 10 | 13 | 144 | 2E | 41 |
| Octal | 316 | 173 | 255 | 0 | 50 | 20 | 23 | 504 | 56 | 101 |
| Binary | 11001110 | 1111011 | 10101101 | 0 | 101000 | 10000 | 10011 | 101000100 | 101110 | 1000001 |
Color Harmonies of #CE7BAD
Complementary color
Monochromatic Colors of #CE7BAD
Black with #CE7BAD
Text Example
Text Example
White with #CE7BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BAD; }
p { color: rgb(206,123,173); }
H1.HeaderClassName
{
color: #CE7BAD;
}
.AnyTagClassName
{
color: #CE7BAD;
}
</style>
background-color css
<style>
a { background-color: #CE7BAD; }
a { background-color: rgb(206,123,173); }
div.DivClassName
{
background-color: #CE7BAD;
}
.BgClassName
{
background-color: #CE7BAD;
}
</style>
border-color css
<style>
span { border-color: #CE7BAD; }
span { border-color: rgb(206,123,173); }
td.TdClassName
{
border-color: #CE7BAD;
}
.TagClassName
{
border-color: #CE7BAD;
}
</style>