Shades of Hopbush #C9759A
Tints of Hopbush #C9759A
RGB
CMYK
RGB Variations
Color information
#C9759A (or 0xC9759A) is known color: Hopbush. HEX triplet: C9, 75 and 9A. RGB value is (201,117,154). Sum of RGB (Red+Green+Blue) = 201+117+154=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9759A is #368A65. Grayscale: #929292. Windows color (decimal): -3574374 or 10122697. OLE color: 10122697.
HSL color Cylindrical-coordinate representation of color #C9759A: hue angle of 333.57º 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 #C9759A is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 154 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.21 |
| HSL | 333.57º | 0.44% | 0.62% | - |
| HSV(B) | 333.57º | 0.42% | 0.79% | - |
| XYZ | 36.28 | 27.47 | 33.96 | - |
| YUV | 146.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 154 | 0 | 0.42 | 0.23 | 0.21 | 333.57 | 0.44 | 0.62 |
| Hex | C9 | 75 | 9A | 0 | 2A | 17 | 15 | 14E | 2C | 3E |
| Octal | 311 | 165 | 232 | 0 | 52 | 27 | 25 | 516 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10011010 | 0 | 101010 | 10111 | 10101 | 101001110 | 101100 | 111110 |
Color Harmonies of #C9759A
Complementary color
Monochromatic Colors of #C9759A
Black with #C9759A
Text Example
Text Example
White with #C9759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9759A; }
p { color: rgb(201,117,154); }
H1.HeaderClassName
{
color: #C9759A;
}
.AnyTagClassName
{
color: #C9759A;
}
</style>
background-color css
<style>
a { background-color: #C9759A; }
a { background-color: rgb(201,117,154); }
div.DivClassName
{
background-color: #C9759A;
}
.BgClassName
{
background-color: #C9759A;
}
</style>
border-color css
<style>
span { border-color: #C9759A; }
span { border-color: rgb(201,117,154); }
td.TdClassName
{
border-color: #C9759A;
}
.TagClassName
{
border-color: #C9759A;
}
</style>