Shades of Hopbush #C4729E
Tints of Hopbush #C4729E
RGB
CMYK
RGB Variations
Color information
#C4729E (or 0xC4729E) is known color: Hopbush. HEX triplet: C4, 72 and 9E. RGB value is (196,114,158). Sum of RGB (Red+Green+Blue) = 196+114+158=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4729E is #3B8D61. Grayscale: #8F8F8F. Windows color (decimal): -3902818 or 10384068. OLE color: 10384068.
HSL color Cylindrical-coordinate representation of color #C4729E: hue angle of 327.8º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4729E is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 158 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.23 |
| HSL | 327.8º | 0.41% | 0.61% | - |
| HSV(B) | 327.8º | 0.42% | 0.77% | - |
| XYZ | 34.95 | 26.24 | 35.57 | - |
| YUV | 143.53 | 136.17 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 158 | 0 | 0.42 | 0.19 | 0.23 | 327.8 | 0.41 | 0.61 |
| Hex | C4 | 72 | 9E | 0 | 2A | 13 | 17 | 148 | 29 | 3D |
| Octal | 304 | 162 | 236 | 0 | 52 | 23 | 27 | 510 | 51 | 75 |
| Binary | 11000100 | 1110010 | 10011110 | 0 | 101010 | 10011 | 10111 | 101001000 | 101001 | 111101 |
Color Harmonies of #C4729E
Complementary color
Monochromatic Colors of #C4729E
Black with #C4729E
Text Example
Text Example
White with #C4729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4729E; }
p { color: rgb(196,114,158); }
H1.HeaderClassName
{
color: #C4729E;
}
.AnyTagClassName
{
color: #C4729E;
}
</style>
background-color css
<style>
a { background-color: #C4729E; }
a { background-color: rgb(196,114,158); }
div.DivClassName
{
background-color: #C4729E;
}
.BgClassName
{
background-color: #C4729E;
}
</style>
border-color css
<style>
span { border-color: #C4729E; }
span { border-color: rgb(196,114,158); }
td.TdClassName
{
border-color: #C4729E;
}
.TagClassName
{
border-color: #C4729E;
}
</style>