Shades of Hopbush #C46099
Tints of Hopbush #C46099
RGB
CMYK
RGB Variations
Color information
#C46099 (or 0xC46099) is known color: Hopbush. HEX triplet: C4, 60 and 99. RGB value is (196,96,153). Sum of RGB (Red+Green+Blue) = 196+96+153=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C46099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46099 is #3B9F66. Grayscale: #848484. Windows color (decimal): -3907431 or 10051780. OLE color: 10051780.
HSL color Cylindrical-coordinate representation of color #C46099: hue angle of 325.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46099 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 153 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.23 |
| HSL | 325.8º | 0.46% | 0.57% | - |
| HSV(B) | 325.8º | 0.51% | 0.77% | - |
| XYZ | 32.7 | 22.4 | 32.74 | - |
| YUV | 132.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 153 | 0 | 0.51 | 0.22 | 0.23 | 325.8 | 0.46 | 0.57 |
| Hex | C4 | 60 | 99 | 0 | 33 | 16 | 17 | 146 | 2E | 39 |
| Octal | 304 | 140 | 231 | 0 | 63 | 26 | 27 | 506 | 56 | 71 |
| Binary | 11000100 | 1100000 | 10011001 | 0 | 110011 | 10110 | 10111 | 101000110 | 101110 | 111001 |
Color Harmonies of #C46099
Complementary color
Monochromatic Colors of #C46099
Black with #C46099
Text Example
Text Example
White with #C46099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46099; }
p { color: rgb(196,96,153); }
H1.HeaderClassName
{
color: #C46099;
}
.AnyTagClassName
{
color: #C46099;
}
</style>
background-color css
<style>
a { background-color: #C46099; }
a { background-color: rgb(196,96,153); }
div.DivClassName
{
background-color: #C46099;
}
.BgClassName
{
background-color: #C46099;
}
</style>
border-color css
<style>
span { border-color: #C46099; }
span { border-color: rgb(196,96,153); }
td.TdClassName
{
border-color: #C46099;
}
.TagClassName
{
border-color: #C46099;
}
</style>