Shades of Hopbush #C9729E
Tints of Hopbush #C9729E
RGB
CMYK
RGB Variations
Color information
#C9729E (or 0xC9729E) is known color: Hopbush. HEX triplet: C9, 72 and 9E. RGB value is (201,114,158). Sum of RGB (Red+Green+Blue) = 201+114+158=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9729E is #368D61. Grayscale: #909090. Windows color (decimal): -3575138 or 10384073. OLE color: 10384073.
HSL color Cylindrical-coordinate representation of color #C9729E: hue angle of 329.66º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9729E is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 158 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.21 |
| HSL | 329.66º | 0.45% | 0.62% | - |
| HSV(B) | 329.66º | 0.43% | 0.79% | - |
| XYZ | 36.28 | 26.92 | 35.63 | - |
| YUV | 145.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 158 | 0 | 0.43 | 0.21 | 0.21 | 329.66 | 0.45 | 0.62 |
| Hex | C9 | 72 | 9E | 0 | 2B | 15 | 15 | 14A | 2D | 3E |
| Octal | 311 | 162 | 236 | 0 | 53 | 25 | 25 | 512 | 55 | 76 |
| Binary | 11001001 | 1110010 | 10011110 | 0 | 101011 | 10101 | 10101 | 101001010 | 101101 | 111110 |
Color Harmonies of #C9729E
Complementary color
Monochromatic Colors of #C9729E
Black with #C9729E
Text Example
Text Example
White with #C9729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9729E; }
p { color: rgb(201,114,158); }
H1.HeaderClassName
{
color: #C9729E;
}
.AnyTagClassName
{
color: #C9729E;
}
</style>
background-color css
<style>
a { background-color: #C9729E; }
a { background-color: rgb(201,114,158); }
div.DivClassName
{
background-color: #C9729E;
}
.BgClassName
{
background-color: #C9729E;
}
</style>
border-color css
<style>
span { border-color: #C9729E; }
span { border-color: rgb(201,114,158); }
td.TdClassName
{
border-color: #C9729E;
}
.TagClassName
{
border-color: #C9729E;
}
</style>