Shades of Hopbush #C46E8C
Tints of Hopbush #C46E8C
RGB
CMYK
RGB Variations
Color information
#C46E8C (or 0xC46E8C) is known color: Hopbush. HEX triplet: C4, 6E and 8C. RGB value is (196,110,140). Sum of RGB (Red+Green+Blue) = 196+110+140=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46E8C is #3B9173. Grayscale: #8B8B8B. Windows color (decimal): -3903860 or 9203396. OLE color: 9203396.
HSL color Cylindrical-coordinate representation of color #C46E8C: hue angle of 339.07º 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 #C46E8C is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 140 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.23 |
| HSL | 339.07º | 0.42% | 0.6% | - |
| HSV(B) | 339.07º | 0.44% | 0.77% | - |
| XYZ | 33.07 | 24.78 | 27.85 | - |
| YUV | 139.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 140 | 0 | 0.44 | 0.29 | 0.23 | 339.07 | 0.42 | 0.6 |
| Hex | C4 | 6E | 8C | 0 | 2C | 1D | 17 | 153 | 2A | 3C |
| Octal | 304 | 156 | 214 | 0 | 54 | 35 | 27 | 523 | 52 | 74 |
| Binary | 11000100 | 1101110 | 10001100 | 0 | 101100 | 11101 | 10111 | 101010011 | 101010 | 111100 |
Color Harmonies of #C46E8C
Complementary color
Monochromatic Colors of #C46E8C
Black with #C46E8C
Text Example
Text Example
White with #C46E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E8C; }
p { color: rgb(196,110,140); }
H1.HeaderClassName
{
color: #C46E8C;
}
.AnyTagClassName
{
color: #C46E8C;
}
</style>
background-color css
<style>
a { background-color: #C46E8C; }
a { background-color: rgb(196,110,140); }
div.DivClassName
{
background-color: #C46E8C;
}
.BgClassName
{
background-color: #C46E8C;
}
</style>
border-color css
<style>
span { border-color: #C46E8C; }
span { border-color: rgb(196,110,140); }
td.TdClassName
{
border-color: #C46E8C;
}
.TagClassName
{
border-color: #C46E8C;
}
</style>