Shades of Hopbush #C9759E
Tints of Hopbush #C9759E
RGB
CMYK
RGB Variations
Color information
#C9759E (or 0xC9759E) is known color: Hopbush. HEX triplet: C9, 75 and 9E. RGB value is (201,117,158). Sum of RGB (Red+Green+Blue) = 201+117+158=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9759E is #368A61. Grayscale: #929292. Windows color (decimal): -3574370 or 10384841. OLE color: 10384841.
HSL color Cylindrical-coordinate representation of color #C9759E: hue angle of 330.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9759E is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 158 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.21 |
| HSL | 330.71º | 0.44% | 0.62% | - |
| HSV(B) | 330.71º | 0.42% | 0.79% | - |
| XYZ | 36.62 | 27.61 | 35.75 | - |
| YUV | 146.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 158 | 0 | 0.42 | 0.21 | 0.21 | 330.71 | 0.44 | 0.62 |
| Hex | C9 | 75 | 9E | 0 | 2A | 15 | 15 | 14B | 2C | 3E |
| Octal | 311 | 165 | 236 | 0 | 52 | 25 | 25 | 513 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10011110 | 0 | 101010 | 10101 | 10101 | 101001011 | 101100 | 111110 |
Color Harmonies of #C9759E
Complementary color
Monochromatic Colors of #C9759E
Black with #C9759E
Text Example
Text Example
White with #C9759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9759E; }
p { color: rgb(201,117,158); }
H1.HeaderClassName
{
color: #C9759E;
}
.AnyTagClassName
{
color: #C9759E;
}
</style>
background-color css
<style>
a { background-color: #C9759E; }
a { background-color: rgb(201,117,158); }
div.DivClassName
{
background-color: #C9759E;
}
.BgClassName
{
background-color: #C9759E;
}
</style>
border-color css
<style>
span { border-color: #C9759E; }
span { border-color: rgb(201,117,158); }
td.TdClassName
{
border-color: #C9759E;
}
.TagClassName
{
border-color: #C9759E;
}
</style>