Shades of Hopbush #CE7AB1
Tints of Hopbush #CE7AB1
RGB
CMYK
RGB Variations
Color information
#CE7AB1 (or 0xCE7AB1) is known color: Hopbush. HEX triplet: CE, 7A and B1. RGB value is (206,122,177). Sum of RGB (Red+Green+Blue) = 206+122+177=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7AB1 is #31854E. Grayscale: #999999. Windows color (decimal): -3245391 or 11631310. OLE color: 11631310.
HSL color Cylindrical-coordinate representation of color #CE7AB1: hue angle of 320.71º 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 #CE7AB1 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 177 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.19 |
| HSL | 320.71º | 0.46% | 0.64% | - |
| HSV(B) | 320.71º | 0.41% | 0.81% | - |
| XYZ | 40.35 | 30.22 | 45.3 | - |
| YUV | 153.39 | 141.33 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 177 | 0 | 0.41 | 0.14 | 0.19 | 320.71 | 0.46 | 0.64 |
| Hex | CE | 7A | B1 | 0 | 29 | E | 13 | 141 | 2E | 40 |
| Octal | 316 | 172 | 261 | 0 | 51 | 16 | 23 | 501 | 56 | 100 |
| Binary | 11001110 | 1111010 | 10110001 | 0 | 101001 | 1110 | 10011 | 101000001 | 101110 | 1000000 |
Color Harmonies of #CE7AB1
Complementary color
Monochromatic Colors of #CE7AB1
Black with #CE7AB1
Text Example
Text Example
White with #CE7AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AB1; }
p { color: rgb(206,122,177); }
H1.HeaderClassName
{
color: #CE7AB1;
}
.AnyTagClassName
{
color: #CE7AB1;
}
</style>
background-color css
<style>
a { background-color: #CE7AB1; }
a { background-color: rgb(206,122,177); }
div.DivClassName
{
background-color: #CE7AB1;
}
.BgClassName
{
background-color: #CE7AB1;
}
</style>
border-color css
<style>
span { border-color: #CE7AB1; }
span { border-color: rgb(206,122,177); }
td.TdClassName
{
border-color: #CE7AB1;
}
.TagClassName
{
border-color: #CE7AB1;
}
</style>