Shades of Hopbush #C4759F
Tints of Hopbush #C4759F
RGB
CMYK
RGB Variations
Color information
#C4759F (or 0xC4759F) is known color: Hopbush. HEX triplet: C4, 75 and 9F. RGB value is (196,117,159). Sum of RGB (Red+Green+Blue) = 196+117+159=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4759F is #3B8A60. Grayscale: #919191. Windows color (decimal): -3902049 or 10450372. OLE color: 10450372.
HSL color Cylindrical-coordinate representation of color #C4759F: hue angle of 328.1º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4759F is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 159 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.23 |
| HSL | 328.1º | 0.4% | 0.61% | - |
| HSV(B) | 328.1º | 0.4% | 0.77% | - |
| XYZ | 35.38 | 26.96 | 36.14 | - |
| YUV | 145.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 159 | 0 | 0.40 | 0.19 | 0.23 | 328.1 | 0.4 | 0.61 |
| Hex | C4 | 75 | 9F | 0 | 28 | 13 | 17 | 148 | 28 | 3D |
| Octal | 304 | 165 | 237 | 0 | 50 | 23 | 27 | 510 | 50 | 75 |
| Binary | 11000100 | 1110101 | 10011111 | 0 | 101000 | 10011 | 10111 | 101001000 | 101000 | 111101 |
Color Harmonies of #C4759F
Complementary color
Monochromatic Colors of #C4759F
Black with #C4759F
Text Example
Text Example
White with #C4759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4759F; }
p { color: rgb(196,117,159); }
H1.HeaderClassName
{
color: #C4759F;
}
.AnyTagClassName
{
color: #C4759F;
}
</style>
background-color css
<style>
a { background-color: #C4759F; }
a { background-color: rgb(196,117,159); }
div.DivClassName
{
background-color: #C4759F;
}
.BgClassName
{
background-color: #C4759F;
}
</style>
border-color css
<style>
span { border-color: #C4759F; }
span { border-color: rgb(196,117,159); }
td.TdClassName
{
border-color: #C4759F;
}
.TagClassName
{
border-color: #C4759F;
}
</style>