Shades of Hopbush #C4658D
Tints of Hopbush #C4658D
RGB
CMYK
RGB Variations
Color information
#C4658D (or 0xC4658D) is known color: Hopbush. HEX triplet: C4, 65 and 8D. RGB value is (196,101,141). Sum of RGB (Red+Green+Blue) = 196+101+141=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4658D is #3B9A72. Grayscale: #858585. Windows color (decimal): -3906163 or 9266628. OLE color: 9266628.
HSL color Cylindrical-coordinate representation of color #C4658D: hue angle of 334.74º 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 #C4658D is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 141 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.23 |
| HSL | 334.74º | 0.45% | 0.58% | - |
| HSV(B) | 334.74º | 0.48% | 0.77% | - |
| XYZ | 32.23 | 22.97 | 27.93 | - |
| YUV | 133.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 141 | 0 | 0.48 | 0.28 | 0.23 | 334.74 | 0.45 | 0.58 |
| Hex | C4 | 65 | 8D | 0 | 30 | 1C | 17 | 14F | 2D | 3A |
| Octal | 304 | 145 | 215 | 0 | 60 | 34 | 27 | 517 | 55 | 72 |
| Binary | 11000100 | 1100101 | 10001101 | 0 | 110000 | 11100 | 10111 | 101001111 | 101101 | 111010 |
Color Harmonies of #C4658D
Complementary color
Monochromatic Colors of #C4658D
Black with #C4658D
Text Example
Text Example
White with #C4658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4658D; }
p { color: rgb(196,101,141); }
H1.HeaderClassName
{
color: #C4658D;
}
.AnyTagClassName
{
color: #C4658D;
}
</style>
background-color css
<style>
a { background-color: #C4658D; }
a { background-color: rgb(196,101,141); }
div.DivClassName
{
background-color: #C4658D;
}
.BgClassName
{
background-color: #C4658D;
}
</style>
border-color css
<style>
span { border-color: #C4658D; }
span { border-color: rgb(196,101,141); }
td.TdClassName
{
border-color: #C4658D;
}
.TagClassName
{
border-color: #C4658D;
}
</style>