Shades of Hopbush #C46896
Tints of Hopbush #C46896
RGB
CMYK
RGB Variations
Color information
#C46896 (or 0xC46896) is known color: Hopbush. HEX triplet: C4, 68 and 96. RGB value is (196,104,150). Sum of RGB (Red+Green+Blue) = 196+104+150=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C46896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46896 is #3B9769. Grayscale: #888888. Windows color (decimal): -3905386 or 9857220. OLE color: 9857220.
HSL color Cylindrical-coordinate representation of color #C46896: hue angle of 330º 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 #C46896 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 150 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.23 |
| HSL | 330º | 0.44% | 0.59% | - |
| HSV(B) | 330º | 0.47% | 0.77% | - |
| XYZ | 33.22 | 23.84 | 31.7 | - |
| YUV | 136.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 150 | 0 | 0.47 | 0.23 | 0.23 | 330 | 0.44 | 0.59 |
| Hex | C4 | 68 | 96 | 0 | 2F | 17 | 17 | 14A | 2C | 3B |
| Octal | 304 | 150 | 226 | 0 | 57 | 27 | 27 | 512 | 54 | 73 |
| Binary | 11000100 | 1101000 | 10010110 | 0 | 101111 | 10111 | 10111 | 101001010 | 101100 | 111011 |
Color Harmonies of #C46896
Complementary color
Monochromatic Colors of #C46896
Black with #C46896
Text Example
Text Example
White with #C46896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46896; }
p { color: rgb(196,104,150); }
H1.HeaderClassName
{
color: #C46896;
}
.AnyTagClassName
{
color: #C46896;
}
</style>
background-color css
<style>
a { background-color: #C46896; }
a { background-color: rgb(196,104,150); }
div.DivClassName
{
background-color: #C46896;
}
.BgClassName
{
background-color: #C46896;
}
</style>
border-color css
<style>
span { border-color: #C46896; }
span { border-color: rgb(196,104,150); }
td.TdClassName
{
border-color: #C46896;
}
.TagClassName
{
border-color: #C46896;
}
</style>