Shades of Hopbush #C46688
Tints of Hopbush #C46688
RGB
CMYK
RGB Variations
Color information
#C46688 (or 0xC46688) is known color: Hopbush. HEX triplet: C4, 66 and 88. RGB value is (196,102,136). Sum of RGB (Red+Green+Blue) = 196+102+136=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C46688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46688 is #3B9977. Grayscale: #858585. Windows color (decimal): -3905912 or 8939204. OLE color: 8939204.
HSL color Cylindrical-coordinate representation of color #C46688: hue angle of 338.3º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46688 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 136 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.23 |
| HSL | 338.3º | 0.44% | 0.58% | - |
| HSV(B) | 338.3º | 0.48% | 0.77% | - |
| XYZ | 31.96 | 23.02 | 26.05 | - |
| YUV | 133.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 136 | 0 | 0.48 | 0.31 | 0.23 | 338.3 | 0.44 | 0.58 |
| Hex | C4 | 66 | 88 | 0 | 30 | 1F | 17 | 152 | 2C | 3A |
| Octal | 304 | 146 | 210 | 0 | 60 | 37 | 27 | 522 | 54 | 72 |
| Binary | 11000100 | 1100110 | 10001000 | 0 | 110000 | 11111 | 10111 | 101010010 | 101100 | 111010 |
Color Harmonies of #C46688
Complementary color
Monochromatic Colors of #C46688
Black with #C46688
Text Example
Text Example
White with #C46688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46688; }
p { color: rgb(196,102,136); }
H1.HeaderClassName
{
color: #C46688;
}
.AnyTagClassName
{
color: #C46688;
}
</style>
background-color css
<style>
a { background-color: #C46688; }
a { background-color: rgb(196,102,136); }
div.DivClassName
{
background-color: #C46688;
}
.BgClassName
{
background-color: #C46688;
}
</style>
border-color css
<style>
span { border-color: #C46688; }
span { border-color: rgb(196,102,136); }
td.TdClassName
{
border-color: #C46688;
}
.TagClassName
{
border-color: #C46688;
}
</style>