Shades of Hopbush #C46796
Tints of Hopbush #C46796
RGB
CMYK
RGB Variations
Color information
#C46796 (or 0xC46796) is known color: Hopbush. HEX triplet: C4, 67 and 96. RGB value is (196,103,150). Sum of RGB (Red+Green+Blue) = 196+103+150=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C46796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46796 is #3B9869. Grayscale: #888888. Windows color (decimal): -3905642 or 9856964. OLE color: 9856964.
HSL color Cylindrical-coordinate representation of color #C46796: hue angle of 329.68º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46796 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 150 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.23 |
| HSL | 329.68º | 0.44% | 0.59% | - |
| HSV(B) | 329.68º | 0.47% | 0.77% | - |
| XYZ | 33.12 | 23.64 | 31.67 | - |
| YUV | 136.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 150 | 0 | 0.47 | 0.23 | 0.23 | 329.68 | 0.44 | 0.59 |
| Hex | C4 | 67 | 96 | 0 | 2F | 17 | 17 | 14A | 2C | 3B |
| Octal | 304 | 147 | 226 | 0 | 57 | 27 | 27 | 512 | 54 | 73 |
| Binary | 11000100 | 1100111 | 10010110 | 0 | 101111 | 10111 | 10111 | 101001010 | 101100 | 111011 |
Color Harmonies of #C46796
Complementary color
Monochromatic Colors of #C46796
Black with #C46796
Text Example
Text Example
White with #C46796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46796; }
p { color: rgb(196,103,150); }
H1.HeaderClassName
{
color: #C46796;
}
.AnyTagClassName
{
color: #C46796;
}
</style>
background-color css
<style>
a { background-color: #C46796; }
a { background-color: rgb(196,103,150); }
div.DivClassName
{
background-color: #C46796;
}
.BgClassName
{
background-color: #C46796;
}
</style>
border-color css
<style>
span { border-color: #C46796; }
span { border-color: rgb(196,103,150); }
td.TdClassName
{
border-color: #C46796;
}
.TagClassName
{
border-color: #C46796;
}
</style>