Shades of Hopbush #C1779C
Tints of Hopbush #C1779C
RGB
CMYK
RGB Variations
Color information
#C1779C (or 0xC1779C) is known color: Hopbush. HEX triplet: C1, 77 and 9C. RGB value is (193,119,156). Sum of RGB (Red+Green+Blue) = 193+119+156=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1779C is #3E8863. Grayscale: #919191. Windows color (decimal): -4098148 or 10254273. OLE color: 10254273.
HSL color Cylindrical-coordinate representation of color #C1779C: hue angle of 330º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1779C is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 156 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.24 |
| HSL | 330º | 0.37% | 0.61% | - |
| HSV(B) | 330º | 0.38% | 0.76% | - |
| XYZ | 34.59 | 26.93 | 34.83 | - |
| YUV | 145.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 156 | 0 | 0.38 | 0.19 | 0.24 | 330 | 0.37 | 0.61 |
| Hex | C1 | 77 | 9C | 0 | 26 | 13 | 18 | 14A | 25 | 3D |
| Octal | 301 | 167 | 234 | 0 | 46 | 23 | 30 | 512 | 45 | 75 |
| Binary | 11000001 | 1110111 | 10011100 | 0 | 100110 | 10011 | 11000 | 101001010 | 100101 | 111101 |
Color Harmonies of #C1779C
Complementary color
Monochromatic Colors of #C1779C
Black with #C1779C
Text Example
Text Example
White with #C1779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1779C; }
p { color: rgb(193,119,156); }
H1.HeaderClassName
{
color: #C1779C;
}
.AnyTagClassName
{
color: #C1779C;
}
</style>
background-color css
<style>
a { background-color: #C1779C; }
a { background-color: rgb(193,119,156); }
div.DivClassName
{
background-color: #C1779C;
}
.BgClassName
{
background-color: #C1779C;
}
</style>
border-color css
<style>
span { border-color: #C1779C; }
span { border-color: rgb(193,119,156); }
td.TdClassName
{
border-color: #C1779C;
}
.TagClassName
{
border-color: #C1779C;
}
</style>