Shades of Hopbush #CE7AA5
Tints of Hopbush #CE7AA5
RGB
CMYK
RGB Variations
Color information
#CE7AA5 (or 0xCE7AA5) is known color: Hopbush. HEX triplet: CE, 7A and A5. RGB value is (206,122,165). Sum of RGB (Red+Green+Blue) = 206+122+165=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7AA5 is #31855A. Grayscale: #979797. Windows color (decimal): -3245403 or 10844878. OLE color: 10844878.
HSL color Cylindrical-coordinate representation of color #CE7AA5: hue angle of 329.29º 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 #CE7AA5 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 165 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.19 |
| HSL | 329.29º | 0.46% | 0.64% | - |
| HSV(B) | 329.29º | 0.41% | 0.81% | - |
| XYZ | 39.2 | 29.76 | 39.27 | - |
| YUV | 152.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 165 | 0 | 0.41 | 0.20 | 0.19 | 329.29 | 0.46 | 0.64 |
| Hex | CE | 7A | A5 | 0 | 29 | 14 | 13 | 149 | 2E | 40 |
| Octal | 316 | 172 | 245 | 0 | 51 | 24 | 23 | 511 | 56 | 100 |
| Binary | 11001110 | 1111010 | 10100101 | 0 | 101001 | 10100 | 10011 | 101001001 | 101110 | 1000000 |
Color Harmonies of #CE7AA5
Complementary color
Monochromatic Colors of #CE7AA5
Black with #CE7AA5
Text Example
Text Example
White with #CE7AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AA5; }
p { color: rgb(206,122,165); }
H1.HeaderClassName
{
color: #CE7AA5;
}
.AnyTagClassName
{
color: #CE7AA5;
}
</style>
background-color css
<style>
a { background-color: #CE7AA5; }
a { background-color: rgb(206,122,165); }
div.DivClassName
{
background-color: #CE7AA5;
}
.BgClassName
{
background-color: #CE7AA5;
}
</style>
border-color css
<style>
span { border-color: #CE7AA5; }
span { border-color: rgb(206,122,165); }
td.TdClassName
{
border-color: #CE7AA5;
}
.TagClassName
{
border-color: #CE7AA5;
}
</style>