Shades of Hopbush #C9769C
Tints of Hopbush #C9769C
RGB
CMYK
RGB Variations
Color information
#C9769C (or 0xC9769C) is known color: Hopbush. HEX triplet: C9, 76 and 9C. RGB value is (201,118,156). Sum of RGB (Red+Green+Blue) = 201+118+156=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9769C is #368963. Grayscale: #939393. Windows color (decimal): -3574116 or 10254025. OLE color: 10254025.
HSL color Cylindrical-coordinate representation of color #C9769C: hue angle of 332.53º 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 #C9769C is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 156 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.21 |
| HSL | 332.53º | 0.43% | 0.63% | - |
| HSV(B) | 332.53º | 0.41% | 0.79% | - |
| XYZ | 36.57 | 27.77 | 34.89 | - |
| YUV | 147.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 156 | 0 | 0.41 | 0.22 | 0.21 | 332.53 | 0.43 | 0.63 |
| Hex | C9 | 76 | 9C | 0 | 29 | 16 | 15 | 14D | 2B | 3F |
| Octal | 311 | 166 | 234 | 0 | 51 | 26 | 25 | 515 | 53 | 77 |
| Binary | 11001001 | 1110110 | 10011100 | 0 | 101001 | 10110 | 10101 | 101001101 | 101011 | 111111 |
Color Harmonies of #C9769C
Complementary color
Monochromatic Colors of #C9769C
Black with #C9769C
Text Example
Text Example
White with #C9769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9769C; }
p { color: rgb(201,118,156); }
H1.HeaderClassName
{
color: #C9769C;
}
.AnyTagClassName
{
color: #C9769C;
}
</style>
background-color css
<style>
a { background-color: #C9769C; }
a { background-color: rgb(201,118,156); }
div.DivClassName
{
background-color: #C9769C;
}
.BgClassName
{
background-color: #C9769C;
}
</style>
border-color css
<style>
span { border-color: #C9769C; }
span { border-color: rgb(201,118,156); }
td.TdClassName
{
border-color: #C9769C;
}
.TagClassName
{
border-color: #C9769C;
}
</style>