Shades of Hopbush #C9779B
Tints of Hopbush #C9779B
RGB
CMYK
RGB Variations
Color information
#C9779B (or 0xC9779B) is known color: Hopbush. HEX triplet: C9, 77 and 9B. RGB value is (201,119,155). Sum of RGB (Red+Green+Blue) = 201+119+155=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9779B is #368864. Grayscale: #939393. Windows color (decimal): -3573861 or 10188745. OLE color: 10188745.
HSL color Cylindrical-coordinate representation of color #C9779B: hue angle of 333.66º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9779B is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 155 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.21 |
| HSL | 333.66º | 0.43% | 0.63% | - |
| HSV(B) | 333.66º | 0.41% | 0.79% | - |
| XYZ | 36.6 | 27.98 | 34.48 | - |
| YUV | 147.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 155 | 0 | 0.41 | 0.23 | 0.21 | 333.66 | 0.43 | 0.63 |
| Hex | C9 | 77 | 9B | 0 | 29 | 17 | 15 | 14E | 2B | 3F |
| Octal | 311 | 167 | 233 | 0 | 51 | 27 | 25 | 516 | 53 | 77 |
| Binary | 11001001 | 1110111 | 10011011 | 0 | 101001 | 10111 | 10101 | 101001110 | 101011 | 111111 |
Color Harmonies of #C9779B
Complementary color
Monochromatic Colors of #C9779B
Black with #C9779B
Text Example
Text Example
White with #C9779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9779B; }
p { color: rgb(201,119,155); }
H1.HeaderClassName
{
color: #C9779B;
}
.AnyTagClassName
{
color: #C9779B;
}
</style>
background-color css
<style>
a { background-color: #C9779B; }
a { background-color: rgb(201,119,155); }
div.DivClassName
{
background-color: #C9779B;
}
.BgClassName
{
background-color: #C9779B;
}
</style>
border-color css
<style>
span { border-color: #C9779B; }
span { border-color: rgb(201,119,155); }
td.TdClassName
{
border-color: #C9779B;
}
.TagClassName
{
border-color: #C9779B;
}
</style>