Shades of Hopbush #C46F9C
Tints of Hopbush #C46F9C
RGB
CMYK
RGB Variations
Color information
#C46F9C (or 0xC46F9C) is known color: Hopbush. HEX triplet: C4, 6F and 9C. RGB value is (196,111,156). Sum of RGB (Red+Green+Blue) = 196+111+156=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46F9C is #3B9063. Grayscale: #8D8D8D. Windows color (decimal): -3903588 or 10252228. OLE color: 10252228.
HSL color Cylindrical-coordinate representation of color #C46F9C: hue angle of 328.24º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C46F9C is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 156 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.23 |
| HSL | 328.24º | 0.42% | 0.6% | - |
| HSV(B) | 328.24º | 0.43% | 0.77% | - |
| XYZ | 34.45 | 25.5 | 34.56 | - |
| YUV | 141.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 156 | 0 | 0.43 | 0.20 | 0.23 | 328.24 | 0.42 | 0.6 |
| Hex | C4 | 6F | 9C | 0 | 2B | 14 | 17 | 148 | 2A | 3C |
| Octal | 304 | 157 | 234 | 0 | 53 | 24 | 27 | 510 | 52 | 74 |
| Binary | 11000100 | 1101111 | 10011100 | 0 | 101011 | 10100 | 10111 | 101001000 | 101010 | 111100 |
Color Harmonies of #C46F9C
Complementary color
Monochromatic Colors of #C46F9C
Black with #C46F9C
Text Example
Text Example
White with #C46F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F9C; }
p { color: rgb(196,111,156); }
H1.HeaderClassName
{
color: #C46F9C;
}
.AnyTagClassName
{
color: #C46F9C;
}
</style>
background-color css
<style>
a { background-color: #C46F9C; }
a { background-color: rgb(196,111,156); }
div.DivClassName
{
background-color: #C46F9C;
}
.BgClassName
{
background-color: #C46F9C;
}
</style>
border-color css
<style>
span { border-color: #C46F9C; }
span { border-color: rgb(196,111,156); }
td.TdClassName
{
border-color: #C46F9C;
}
.TagClassName
{
border-color: #C46F9C;
}
</style>