Shades of Hopbush #CE7BAE
Tints of Hopbush #CE7BAE
RGB
CMYK
RGB Variations
Color information
#CE7BAE (or 0xCE7BAE) is known color: Hopbush. HEX triplet: CE, 7B and AE. RGB value is (206,123,174). Sum of RGB (Red+Green+Blue) = 206+123+174=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7BAE is #318451. Grayscale: #999999. Windows color (decimal): -3245138 or 11434958. OLE color: 11434958.
HSL color Cylindrical-coordinate representation of color #CE7BAE: hue angle of 323.13º 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 #CE7BAE is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 174 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.19 |
| HSL | 323.13º | 0.46% | 0.65% | - |
| HSV(B) | 323.13º | 0.4% | 0.81% | - |
| XYZ | 40.18 | 30.34 | 43.78 | - |
| YUV | 153.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 174 | 0 | 0.40 | 0.16 | 0.19 | 323.13 | 0.46 | 0.65 |
| Hex | CE | 7B | AE | 0 | 28 | 10 | 13 | 143 | 2E | 41 |
| Octal | 316 | 173 | 256 | 0 | 50 | 20 | 23 | 503 | 56 | 101 |
| Binary | 11001110 | 1111011 | 10101110 | 0 | 101000 | 10000 | 10011 | 101000011 | 101110 | 1000001 |
Color Harmonies of #CE7BAE
Complementary color
Monochromatic Colors of #CE7BAE
Black with #CE7BAE
Text Example
Text Example
White with #CE7BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BAE; }
p { color: rgb(206,123,174); }
H1.HeaderClassName
{
color: #CE7BAE;
}
.AnyTagClassName
{
color: #CE7BAE;
}
</style>
background-color css
<style>
a { background-color: #CE7BAE; }
a { background-color: rgb(206,123,174); }
div.DivClassName
{
background-color: #CE7BAE;
}
.BgClassName
{
background-color: #CE7BAE;
}
</style>
border-color css
<style>
span { border-color: #CE7BAE; }
span { border-color: rgb(206,123,174); }
td.TdClassName
{
border-color: #CE7BAE;
}
.TagClassName
{
border-color: #CE7BAE;
}
</style>