Shades of Hopbush #C46C99
Tints of Hopbush #C46C99
RGB
CMYK
RGB Variations
Color information
#C46C99 (or 0xC46C99) is known color: Hopbush. HEX triplet: C4, 6C and 99. RGB value is (196,108,153). Sum of RGB (Red+Green+Blue) = 196+108+153=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46C99 is #3B9366. Grayscale: #8B8B8B. Windows color (decimal): -3904359 or 10054852. OLE color: 10054852.
HSL color Cylindrical-coordinate representation of color #C46C99: hue angle of 329.32º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46C99 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 153 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.23 |
| HSL | 329.32º | 0.43% | 0.6% | - |
| HSV(B) | 329.32º | 0.45% | 0.77% | - |
| XYZ | 33.88 | 24.76 | 33.13 | - |
| YUV | 139.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 153 | 0 | 0.45 | 0.22 | 0.23 | 329.32 | 0.43 | 0.6 |
| Hex | C4 | 6C | 99 | 0 | 2D | 16 | 17 | 149 | 2B | 3C |
| Octal | 304 | 154 | 231 | 0 | 55 | 26 | 27 | 511 | 53 | 74 |
| Binary | 11000100 | 1101100 | 10011001 | 0 | 101101 | 10110 | 10111 | 101001001 | 101011 | 111100 |
Color Harmonies of #C46C99
Complementary color
Monochromatic Colors of #C46C99
Black with #C46C99
Text Example
Text Example
White with #C46C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C99; }
p { color: rgb(196,108,153); }
H1.HeaderClassName
{
color: #C46C99;
}
.AnyTagClassName
{
color: #C46C99;
}
</style>
background-color css
<style>
a { background-color: #C46C99; }
a { background-color: rgb(196,108,153); }
div.DivClassName
{
background-color: #C46C99;
}
.BgClassName
{
background-color: #C46C99;
}
</style>
border-color css
<style>
span { border-color: #C46C99; }
span { border-color: rgb(196,108,153); }
td.TdClassName
{
border-color: #C46C99;
}
.TagClassName
{
border-color: #C46C99;
}
</style>