Shades of Hopbush #CE76B1
Tints of Hopbush #CE76B1
RGB
CMYK
RGB Variations
Color information
#CE76B1 (or 0xCE76B1) is known color: Hopbush. HEX triplet: CE, 76 and B1. RGB value is (206,118,177). Sum of RGB (Red+Green+Blue) = 206+118+177=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE76B1 is #31894E. Grayscale: #969696. Windows color (decimal): -3246415 or 11630286. OLE color: 11630286.
HSL color Cylindrical-coordinate representation of color #CE76B1: hue angle of 319.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE76B1 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 177 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.19 |
| HSL | 319.77º | 0.47% | 0.64% | - |
| HSV(B) | 319.77º | 0.43% | 0.81% | - |
| XYZ | 39.87 | 29.25 | 45.14 | - |
| YUV | 151.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 177 | 0 | 0.43 | 0.14 | 0.19 | 319.77 | 0.47 | 0.64 |
| Hex | CE | 76 | B1 | 0 | 2B | E | 13 | 140 | 2F | 40 |
| Octal | 316 | 166 | 261 | 0 | 53 | 16 | 23 | 500 | 57 | 100 |
| Binary | 11001110 | 1110110 | 10110001 | 0 | 101011 | 1110 | 10011 | 101000000 | 101111 | 1000000 |
Color Harmonies of #CE76B1
Complementary color
Monochromatic Colors of #CE76B1
Black with #CE76B1
Text Example
Text Example
White with #CE76B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76B1; }
p { color: rgb(206,118,177); }
H1.HeaderClassName
{
color: #CE76B1;
}
.AnyTagClassName
{
color: #CE76B1;
}
</style>
background-color css
<style>
a { background-color: #CE76B1; }
a { background-color: rgb(206,118,177); }
div.DivClassName
{
background-color: #CE76B1;
}
.BgClassName
{
background-color: #CE76B1;
}
</style>
border-color css
<style>
span { border-color: #CE76B1; }
span { border-color: rgb(206,118,177); }
td.TdClassName
{
border-color: #CE76B1;
}
.TagClassName
{
border-color: #CE76B1;
}
</style>