Shades of Hopbush #CE7AAB
Tints of Hopbush #CE7AAB
RGB
CMYK
RGB Variations
Color information
#CE7AAB (or 0xCE7AAB) is known color: Hopbush. HEX triplet: CE, 7A and AB. RGB value is (206,122,171). Sum of RGB (Red+Green+Blue) = 206+122+171=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7AAB is #318554. Grayscale: #989898. Windows color (decimal): -3245397 or 11238094. OLE color: 11238094.
HSL color Cylindrical-coordinate representation of color #CE7AAB: hue angle of 325º 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 #CE7AAB is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 171 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.19 |
| HSL | 325º | 0.46% | 0.64% | - |
| HSV(B) | 325º | 0.41% | 0.81% | - |
| XYZ | 39.76 | 29.98 | 42.22 | - |
| YUV | 152.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 171 | 0 | 0.41 | 0.17 | 0.19 | 325 | 0.46 | 0.64 |
| Hex | CE | 7A | AB | 0 | 29 | 11 | 13 | 145 | 2E | 40 |
| Octal | 316 | 172 | 253 | 0 | 51 | 21 | 23 | 505 | 56 | 100 |
| Binary | 11001110 | 1111010 | 10101011 | 0 | 101001 | 10001 | 10011 | 101000101 | 101110 | 1000000 |
Color Harmonies of #CE7AAB
Complementary color
Monochromatic Colors of #CE7AAB
Black with #CE7AAB
Text Example
Text Example
White with #CE7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AAB; }
p { color: rgb(206,122,171); }
H1.HeaderClassName
{
color: #CE7AAB;
}
.AnyTagClassName
{
color: #CE7AAB;
}
</style>
background-color css
<style>
a { background-color: #CE7AAB; }
a { background-color: rgb(206,122,171); }
div.DivClassName
{
background-color: #CE7AAB;
}
.BgClassName
{
background-color: #CE7AAB;
}
</style>
border-color css
<style>
span { border-color: #CE7AAB; }
span { border-color: rgb(206,122,171); }
td.TdClassName
{
border-color: #CE7AAB;
}
.TagClassName
{
border-color: #CE7AAB;
}
</style>