Shades of Hopbush #C46584
Tints of Hopbush #C46584
RGB
CMYK
RGB Variations
Color information
#C46584 (or 0xC46584) is known color: Hopbush. HEX triplet: C4, 65 and 84. RGB value is (196,101,132). Sum of RGB (Red+Green+Blue) = 196+101+132=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C46584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46584 is #3B9A7B. Grayscale: #848484. Windows color (decimal): -3906172 or 8676804. OLE color: 8676804.
HSL color Cylindrical-coordinate representation of color #C46584: hue angle of 340.42º degrees, saturation: 0.45, 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 #C46584 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 132 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.23 |
| HSL | 340.42º | 0.45% | 0.58% | - |
| HSV(B) | 340.42º | 0.48% | 0.77% | - |
| XYZ | 31.58 | 22.71 | 24.55 | - |
| YUV | 132.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 132 | 0 | 0.48 | 0.33 | 0.23 | 340.42 | 0.45 | 0.58 |
| Hex | C4 | 65 | 84 | 0 | 30 | 21 | 17 | 154 | 2D | 3A |
| Octal | 304 | 145 | 204 | 0 | 60 | 41 | 27 | 524 | 55 | 72 |
| Binary | 11000100 | 1100101 | 10000100 | 0 | 110000 | 100001 | 10111 | 101010100 | 101101 | 111010 |
Color Harmonies of #C46584
Complementary color
Monochromatic Colors of #C46584
Black with #C46584
Text Example
Text Example
White with #C46584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46584; }
p { color: rgb(196,101,132); }
H1.HeaderClassName
{
color: #C46584;
}
.AnyTagClassName
{
color: #C46584;
}
</style>
background-color css
<style>
a { background-color: #C46584; }
a { background-color: rgb(196,101,132); }
div.DivClassName
{
background-color: #C46584;
}
.BgClassName
{
background-color: #C46584;
}
</style>
border-color css
<style>
span { border-color: #C46584; }
span { border-color: rgb(196,101,132); }
td.TdClassName
{
border-color: #C46584;
}
.TagClassName
{
border-color: #C46584;
}
</style>