Shades of Hopbush #C46696
Tints of Hopbush #C46696
RGB
CMYK
RGB Variations
Color information
#C46696 (or 0xC46696) is known color: Hopbush. HEX triplet: C4, 66 and 96. RGB value is (196,102,150). Sum of RGB (Red+Green+Blue) = 196+102+150=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C46696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46696 is #3B9969. Grayscale: #878787. Windows color (decimal): -3905898 or 9856708. OLE color: 9856708.
HSL color Cylindrical-coordinate representation of color #C46696: hue angle of 329.36º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46696 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 150 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.23 |
| HSL | 329.36º | 0.44% | 0.58% | - |
| HSV(B) | 329.36º | 0.48% | 0.77% | - |
| XYZ | 33.02 | 23.44 | 31.64 | - |
| YUV | 135.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 150 | 0 | 0.48 | 0.23 | 0.23 | 329.36 | 0.44 | 0.58 |
| Hex | C4 | 66 | 96 | 0 | 30 | 17 | 17 | 149 | 2C | 3A |
| Octal | 304 | 146 | 226 | 0 | 60 | 27 | 27 | 511 | 54 | 72 |
| Binary | 11000100 | 1100110 | 10010110 | 0 | 110000 | 10111 | 10111 | 101001001 | 101100 | 111010 |
Color Harmonies of #C46696
Complementary color
Monochromatic Colors of #C46696
Black with #C46696
Text Example
Text Example
White with #C46696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46696; }
p { color: rgb(196,102,150); }
H1.HeaderClassName
{
color: #C46696;
}
.AnyTagClassName
{
color: #C46696;
}
</style>
background-color css
<style>
a { background-color: #C46696; }
a { background-color: rgb(196,102,150); }
div.DivClassName
{
background-color: #C46696;
}
.BgClassName
{
background-color: #C46696;
}
</style>
border-color css
<style>
span { border-color: #C46696; }
span { border-color: rgb(196,102,150); }
td.TdClassName
{
border-color: #C46696;
}
.TagClassName
{
border-color: #C46696;
}
</style>