Shades of Hopbush #C46D99
Tints of Hopbush #C46D99
RGB
CMYK
RGB Variations
Color information
#C46D99 (or 0xC46D99) is known color: Hopbush. HEX triplet: C4, 6D and 99. RGB value is (196,109,153). Sum of RGB (Red+Green+Blue) = 196+109+153=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46D99 is #3B9266. Grayscale: #8B8B8B. Windows color (decimal): -3904103 or 10055108. OLE color: 10055108.
HSL color Cylindrical-coordinate representation of color #C46D99: hue angle of 329.66º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C46D99 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 153 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.23 |
| HSL | 329.66º | 0.42% | 0.6% | - |
| HSV(B) | 329.66º | 0.44% | 0.77% | - |
| XYZ | 33.98 | 24.97 | 33.17 | - |
| YUV | 140.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 153 | 0 | 0.44 | 0.22 | 0.23 | 329.66 | 0.42 | 0.6 |
| Hex | C4 | 6D | 99 | 0 | 2C | 16 | 17 | 14A | 2A | 3C |
| Octal | 304 | 155 | 231 | 0 | 54 | 26 | 27 | 512 | 52 | 74 |
| Binary | 11000100 | 1101101 | 10011001 | 0 | 101100 | 10110 | 10111 | 101001010 | 101010 | 111100 |
Color Harmonies of #C46D99
Complementary color
Monochromatic Colors of #C46D99
Black with #C46D99
Text Example
Text Example
White with #C46D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D99; }
p { color: rgb(196,109,153); }
H1.HeaderClassName
{
color: #C46D99;
}
.AnyTagClassName
{
color: #C46D99;
}
</style>
background-color css
<style>
a { background-color: #C46D99; }
a { background-color: rgb(196,109,153); }
div.DivClassName
{
background-color: #C46D99;
}
.BgClassName
{
background-color: #C46D99;
}
</style>
border-color css
<style>
span { border-color: #C46D99; }
span { border-color: rgb(196,109,153); }
td.TdClassName
{
border-color: #C46D99;
}
.TagClassName
{
border-color: #C46D99;
}
</style>