Shades of Hopbush #C46997
Tints of Hopbush #C46997
RGB
CMYK
RGB Variations
Color information
#C46997 (or 0xC46997) is known color: Hopbush. HEX triplet: C4, 69 and 97. RGB value is (196,105,151). Sum of RGB (Red+Green+Blue) = 196+105+151=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C46997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46997 is #3B9668. Grayscale: #898989. Windows color (decimal): -3905129 or 9923012. OLE color: 9923012.
HSL color Cylindrical-coordinate representation of color #C46997: hue angle of 329.67º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46997 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 151 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.23 |
| HSL | 329.67º | 0.44% | 0.59% | - |
| HSV(B) | 329.67º | 0.46% | 0.77% | - |
| XYZ | 33.4 | 24.07 | 32.16 | - |
| YUV | 137.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 151 | 0 | 0.46 | 0.23 | 0.23 | 329.67 | 0.44 | 0.59 |
| Hex | C4 | 69 | 97 | 0 | 2E | 17 | 17 | 14A | 2C | 3B |
| Octal | 304 | 151 | 227 | 0 | 56 | 27 | 27 | 512 | 54 | 73 |
| Binary | 11000100 | 1101001 | 10010111 | 0 | 101110 | 10111 | 10111 | 101001010 | 101100 | 111011 |
Color Harmonies of #C46997
Complementary color
Monochromatic Colors of #C46997
Black with #C46997
Text Example
Text Example
White with #C46997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46997; }
p { color: rgb(196,105,151); }
H1.HeaderClassName
{
color: #C46997;
}
.AnyTagClassName
{
color: #C46997;
}
</style>
background-color css
<style>
a { background-color: #C46997; }
a { background-color: rgb(196,105,151); }
div.DivClassName
{
background-color: #C46997;
}
.BgClassName
{
background-color: #C46997;
}
</style>
border-color css
<style>
span { border-color: #C46997; }
span { border-color: rgb(196,105,151); }
td.TdClassName
{
border-color: #C46997;
}
.TagClassName
{
border-color: #C46997;
}
</style>