Shades of Hopbush #C4749C
Tints of Hopbush #C4749C
RGB
CMYK
RGB Variations
Color information
#C4749C (or 0xC4749C) is known color: Hopbush. HEX triplet: C4, 74 and 9C. RGB value is (196,116,156). Sum of RGB (Red+Green+Blue) = 196+116+156=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4749C is #3B8B63. Grayscale: #909090. Windows color (decimal): -3902308 or 10253508. OLE color: 10253508.
HSL color Cylindrical-coordinate representation of color #C4749C: hue angle of 330º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4749C is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 156 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.23 |
| HSL | 330º | 0.4% | 0.61% | - |
| HSV(B) | 330º | 0.41% | 0.77% | - |
| XYZ | 35.01 | 26.63 | 34.75 | - |
| YUV | 144.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 156 | 0 | 0.41 | 0.20 | 0.23 | 330 | 0.4 | 0.61 |
| Hex | C4 | 74 | 9C | 0 | 29 | 14 | 17 | 14A | 28 | 3D |
| Octal | 304 | 164 | 234 | 0 | 51 | 24 | 27 | 512 | 50 | 75 |
| Binary | 11000100 | 1110100 | 10011100 | 0 | 101001 | 10100 | 10111 | 101001010 | 101000 | 111101 |
Color Harmonies of #C4749C
Complementary color
Monochromatic Colors of #C4749C
Black with #C4749C
Text Example
Text Example
White with #C4749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4749C; }
p { color: rgb(196,116,156); }
H1.HeaderClassName
{
color: #C4749C;
}
.AnyTagClassName
{
color: #C4749C;
}
</style>
background-color css
<style>
a { background-color: #C4749C; }
a { background-color: rgb(196,116,156); }
div.DivClassName
{
background-color: #C4749C;
}
.BgClassName
{
background-color: #C4749C;
}
</style>
border-color css
<style>
span { border-color: #C4749C; }
span { border-color: rgb(196,116,156); }
td.TdClassName
{
border-color: #C4749C;
}
.TagClassName
{
border-color: #C4749C;
}
</style>