Shades of Hopbush #C46095
Tints of Hopbush #C46095
RGB
CMYK
RGB Variations
Color information
#C46095 (or 0xC46095) is known color: Hopbush. HEX triplet: C4, 60 and 95. RGB value is (196,96,149). Sum of RGB (Red+Green+Blue) = 196+96+149=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C46095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46095 is #3B9F6A. Grayscale: #838383. Windows color (decimal): -3907435 or 9789636. OLE color: 9789636.
HSL color Cylindrical-coordinate representation of color #C46095: hue angle of 328.2º 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 #C46095 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 149 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.23 |
| HSL | 328.2º | 0.46% | 0.57% | - |
| HSV(B) | 328.2º | 0.51% | 0.77% | - |
| XYZ | 32.37 | 22.27 | 31.03 | - |
| YUV | 131.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 149 | 0 | 0.51 | 0.24 | 0.23 | 328.2 | 0.46 | 0.57 |
| Hex | C4 | 60 | 95 | 0 | 33 | 18 | 17 | 148 | 2E | 39 |
| Octal | 304 | 140 | 225 | 0 | 63 | 30 | 27 | 510 | 56 | 71 |
| Binary | 11000100 | 1100000 | 10010101 | 0 | 110011 | 11000 | 10111 | 101001000 | 101110 | 111001 |
Color Harmonies of #C46095
Complementary color
Monochromatic Colors of #C46095
Black with #C46095
Text Example
Text Example
White with #C46095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46095; }
p { color: rgb(196,96,149); }
H1.HeaderClassName
{
color: #C46095;
}
.AnyTagClassName
{
color: #C46095;
}
</style>
background-color css
<style>
a { background-color: #C46095; }
a { background-color: rgb(196,96,149); }
div.DivClassName
{
background-color: #C46095;
}
.BgClassName
{
background-color: #C46095;
}
</style>
border-color css
<style>
span { border-color: #C46095; }
span { border-color: rgb(196,96,149); }
td.TdClassName
{
border-color: #C46095;
}
.TagClassName
{
border-color: #C46095;
}
</style>