Shades of Hopbush #CE77AA
Tints of Hopbush #CE77AA
RGB
CMYK
RGB Variations
Color information
#CE77AA (or 0xCE77AA) is known color: Hopbush. HEX triplet: CE, 77 and AA. RGB value is (206,119,170). Sum of RGB (Red+Green+Blue) = 206+119+170=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE77AA is #318855. Grayscale: #969696. Windows color (decimal): -3246166 or 11171790. OLE color: 11171790.
HSL color Cylindrical-coordinate representation of color #CE77AA: hue angle of 324.83º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE77AA is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 170 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.19 |
| HSL | 324.83º | 0.47% | 0.64% | - |
| HSV(B) | 324.83º | 0.42% | 0.81% | - |
| XYZ | 39.31 | 29.22 | 41.6 | - |
| YUV | 150.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 170 | 0 | 0.42 | 0.17 | 0.19 | 324.83 | 0.47 | 0.64 |
| Hex | CE | 77 | AA | 0 | 2A | 11 | 13 | 145 | 2F | 40 |
| Octal | 316 | 167 | 252 | 0 | 52 | 21 | 23 | 505 | 57 | 100 |
| Binary | 11001110 | 1110111 | 10101010 | 0 | 101010 | 10001 | 10011 | 101000101 | 101111 | 1000000 |
Color Harmonies of #CE77AA
Complementary color
Monochromatic Colors of #CE77AA
Black with #CE77AA
Text Example
Text Example
White with #CE77AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77AA; }
p { color: rgb(206,119,170); }
H1.HeaderClassName
{
color: #CE77AA;
}
.AnyTagClassName
{
color: #CE77AA;
}
</style>
background-color css
<style>
a { background-color: #CE77AA; }
a { background-color: rgb(206,119,170); }
div.DivClassName
{
background-color: #CE77AA;
}
.BgClassName
{
background-color: #CE77AA;
}
</style>
border-color css
<style>
span { border-color: #CE77AA; }
span { border-color: rgb(206,119,170); }
td.TdClassName
{
border-color: #CE77AA;
}
.TagClassName
{
border-color: #CE77AA;
}
</style>