Shades of Hopbush #C46C9F
Tints of Hopbush #C46C9F
RGB
CMYK
RGB Variations
Color information
#C46C9F (or 0xC46C9F) is known color: Hopbush. HEX triplet: C4, 6C and 9F. RGB value is (196,108,159). Sum of RGB (Red+Green+Blue) = 196+108+159=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46C9F is #3B9360. Grayscale: #8C8C8C. Windows color (decimal): -3904353 or 10448068. OLE color: 10448068.
HSL color Cylindrical-coordinate representation of color #C46C9F: hue angle of 325.23º 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 #C46C9F is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 159 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.23 |
| HSL | 325.23º | 0.43% | 0.6% | - |
| HSV(B) | 325.23º | 0.45% | 0.77% | - |
| XYZ | 34.39 | 24.96 | 35.81 | - |
| YUV | 140.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 159 | 0 | 0.45 | 0.19 | 0.23 | 325.23 | 0.43 | 0.6 |
| Hex | C4 | 6C | 9F | 0 | 2D | 13 | 17 | 145 | 2B | 3C |
| Octal | 304 | 154 | 237 | 0 | 55 | 23 | 27 | 505 | 53 | 74 |
| Binary | 11000100 | 1101100 | 10011111 | 0 | 101101 | 10011 | 10111 | 101000101 | 101011 | 111100 |
Color Harmonies of #C46C9F
Complementary color
Monochromatic Colors of #C46C9F
Black with #C46C9F
Text Example
Text Example
White with #C46C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C9F; }
p { color: rgb(196,108,159); }
H1.HeaderClassName
{
color: #C46C9F;
}
.AnyTagClassName
{
color: #C46C9F;
}
</style>
background-color css
<style>
a { background-color: #C46C9F; }
a { background-color: rgb(196,108,159); }
div.DivClassName
{
background-color: #C46C9F;
}
.BgClassName
{
background-color: #C46C9F;
}
</style>
border-color css
<style>
span { border-color: #C46C9F; }
span { border-color: rgb(196,108,159); }
td.TdClassName
{
border-color: #C46C9F;
}
.TagClassName
{
border-color: #C46C9F;
}
</style>