Shades of Hopbush #C1779B
Tints of Hopbush #C1779B
RGB
CMYK
RGB Variations
Color information
#C1779B (or 0xC1779B) is known color: Hopbush. HEX triplet: C1, 77 and 9B. RGB value is (193,119,155). Sum of RGB (Red+Green+Blue) = 193+119+155=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1779B is #3E8864. Grayscale: #919191. Windows color (decimal): -4098149 or 10188737. OLE color: 10188737.
HSL color Cylindrical-coordinate representation of color #C1779B: hue angle of 330.81º 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 #C1779B is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 155 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.24 |
| HSL | 330.81º | 0.37% | 0.61% | - |
| HSV(B) | 330.81º | 0.38% | 0.76% | - |
| XYZ | 34.51 | 26.9 | 34.38 | - |
| YUV | 145.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 155 | 0 | 0.38 | 0.20 | 0.24 | 330.81 | 0.37 | 0.61 |
| Hex | C1 | 77 | 9B | 0 | 26 | 14 | 18 | 14B | 25 | 3D |
| Octal | 301 | 167 | 233 | 0 | 46 | 24 | 30 | 513 | 45 | 75 |
| Binary | 11000001 | 1110111 | 10011011 | 0 | 100110 | 10100 | 11000 | 101001011 | 100101 | 111101 |
Color Harmonies of #C1779B
Complementary color
Monochromatic Colors of #C1779B
Black with #C1779B
Text Example
Text Example
White with #C1779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1779B; }
p { color: rgb(193,119,155); }
H1.HeaderClassName
{
color: #C1779B;
}
.AnyTagClassName
{
color: #C1779B;
}
</style>
background-color css
<style>
a { background-color: #C1779B; }
a { background-color: rgb(193,119,155); }
div.DivClassName
{
background-color: #C1779B;
}
.BgClassName
{
background-color: #C1779B;
}
</style>
border-color css
<style>
span { border-color: #C1779B; }
span { border-color: rgb(193,119,155); }
td.TdClassName
{
border-color: #C1779B;
}
.TagClassName
{
border-color: #C1779B;
}
</style>