Shades of Hopbush #CE779B
Tints of Hopbush #CE779B
RGB
CMYK
RGB Variations
Color information
#CE779B (or 0xCE779B) is known color: Hopbush. HEX triplet: CE, 77 and 9B. RGB value is (206,119,155). Sum of RGB (Red+Green+Blue) = 206+119+155=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE779B is #318864. Grayscale: #959595. Windows color (decimal): -3246181 or 10188750. OLE color: 10188750.
HSL color Cylindrical-coordinate representation of color #CE779B: hue angle of 335.17º 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 #CE779B is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 155 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.19 |
| HSL | 335.17º | 0.47% | 0.64% | - |
| HSV(B) | 335.17º | 0.42% | 0.81% | - |
| XYZ | 37.97 | 28.68 | 34.55 | - |
| YUV | 149.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 155 | 0 | 0.42 | 0.25 | 0.19 | 335.17 | 0.47 | 0.64 |
| Hex | CE | 77 | 9B | 0 | 2A | 19 | 13 | 14F | 2F | 40 |
| Octal | 316 | 167 | 233 | 0 | 52 | 31 | 23 | 517 | 57 | 100 |
| Binary | 11001110 | 1110111 | 10011011 | 0 | 101010 | 11001 | 10011 | 101001111 | 101111 | 1000000 |
Color Harmonies of #CE779B
Complementary color
Monochromatic Colors of #CE779B
Black with #CE779B
Text Example
Text Example
White with #CE779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE779B; }
p { color: rgb(206,119,155); }
H1.HeaderClassName
{
color: #CE779B;
}
.AnyTagClassName
{
color: #CE779B;
}
</style>
background-color css
<style>
a { background-color: #CE779B; }
a { background-color: rgb(206,119,155); }
div.DivClassName
{
background-color: #CE779B;
}
.BgClassName
{
background-color: #CE779B;
}
</style>
border-color css
<style>
span { border-color: #CE779B; }
span { border-color: rgb(206,119,155); }
td.TdClassName
{
border-color: #CE779B;
}
.TagClassName
{
border-color: #CE779B;
}
</style>