Shades of Hopbush #C179A0
Tints of Hopbush #C179A0
RGB
CMYK
RGB Variations
Color information
#C179A0 (or 0xC179A0) is known color: Hopbush. HEX triplet: C1, 79 and A0. RGB value is (193,121,160). Sum of RGB (Red+Green+Blue) = 193+121+160=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C179A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C179A0 is #3E865F. Grayscale: #929292. Windows color (decimal): -4097632 or 10516929. OLE color: 10516929.
HSL color Cylindrical-coordinate representation of color #C179A0: hue angle of 327.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C179A0 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 160 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.24 |
| HSL | 327.5º | 0.37% | 0.62% | - |
| HSV(B) | 327.5º | 0.37% | 0.76% | - |
| XYZ | 35.17 | 27.55 | 36.72 | - |
| YUV | 146.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 160 | 0 | 0.37 | 0.17 | 0.24 | 327.5 | 0.37 | 0.62 |
| Hex | C1 | 79 | A0 | 0 | 25 | 11 | 18 | 148 | 25 | 3E |
| Octal | 301 | 171 | 240 | 0 | 45 | 21 | 30 | 510 | 45 | 76 |
| Binary | 11000001 | 1111001 | 10100000 | 0 | 100101 | 10001 | 11000 | 101001000 | 100101 | 111110 |
Color Harmonies of #C179A0
Complementary color
Monochromatic Colors of #C179A0
Black with #C179A0
Text Example
Text Example
White with #C179A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C179A0; }
p { color: rgb(193,121,160); }
H1.HeaderClassName
{
color: #C179A0;
}
.AnyTagClassName
{
color: #C179A0;
}
</style>
background-color css
<style>
a { background-color: #C179A0; }
a { background-color: rgb(193,121,160); }
div.DivClassName
{
background-color: #C179A0;
}
.BgClassName
{
background-color: #C179A0;
}
</style>
border-color css
<style>
span { border-color: #C179A0; }
span { border-color: rgb(193,121,160); }
td.TdClassName
{
border-color: #C179A0;
}
.TagClassName
{
border-color: #C179A0;
}
</style>