Shades of Hopbush #C46988
Tints of Hopbush #C46988
RGB
CMYK
RGB Variations
Color information
#C46988 (or 0xC46988) is known color: Hopbush. HEX triplet: C4, 69 and 88. RGB value is (196,105,136). Sum of RGB (Red+Green+Blue) = 196+105+136=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C46988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46988 is #3B9677. Grayscale: #878787. Windows color (decimal): -3905144 or 8939972. OLE color: 8939972.
HSL color Cylindrical-coordinate representation of color #C46988: hue angle of 339.56º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46988 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 136 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.23 |
| HSL | 339.56º | 0.44% | 0.59% | - |
| HSV(B) | 339.56º | 0.46% | 0.77% | - |
| XYZ | 32.26 | 23.62 | 26.15 | - |
| YUV | 135.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 136 | 0 | 0.46 | 0.31 | 0.23 | 339.56 | 0.44 | 0.59 |
| Hex | C4 | 69 | 88 | 0 | 2E | 1F | 17 | 154 | 2C | 3B |
| Octal | 304 | 151 | 210 | 0 | 56 | 37 | 27 | 524 | 54 | 73 |
| Binary | 11000100 | 1101001 | 10001000 | 0 | 101110 | 11111 | 10111 | 101010100 | 101100 | 111011 |
Color Harmonies of #C46988
Complementary color
Monochromatic Colors of #C46988
Black with #C46988
Text Example
Text Example
White with #C46988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46988; }
p { color: rgb(196,105,136); }
H1.HeaderClassName
{
color: #C46988;
}
.AnyTagClassName
{
color: #C46988;
}
</style>
background-color css
<style>
a { background-color: #C46988; }
a { background-color: rgb(196,105,136); }
div.DivClassName
{
background-color: #C46988;
}
.BgClassName
{
background-color: #C46988;
}
</style>
border-color css
<style>
span { border-color: #C46988; }
span { border-color: rgb(196,105,136); }
td.TdClassName
{
border-color: #C46988;
}
.TagClassName
{
border-color: #C46988;
}
</style>