Shades of Hopbush #C1759E
Tints of Hopbush #C1759E
RGB
CMYK
RGB Variations
Color information
#C1759E (or 0xC1759E) is known color: Hopbush. HEX triplet: C1, 75 and 9E. RGB value is (193,117,158). Sum of RGB (Red+Green+Blue) = 193+117+158=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1759E is #3E8A61. Grayscale: #909090. Windows color (decimal): -4098658 or 10384833. OLE color: 10384833.
HSL color Cylindrical-coordinate representation of color #C1759E: hue angle of 327.63º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1759E is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 158 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.24 |
| HSL | 327.63º | 0.38% | 0.61% | - |
| HSV(B) | 327.63º | 0.39% | 0.76% | - |
| XYZ | 34.53 | 26.53 | 35.65 | - |
| YUV | 144.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 158 | 0 | 0.39 | 0.18 | 0.24 | 327.63 | 0.38 | 0.61 |
| Hex | C1 | 75 | 9E | 0 | 27 | 12 | 18 | 148 | 26 | 3D |
| Octal | 301 | 165 | 236 | 0 | 47 | 22 | 30 | 510 | 46 | 75 |
| Binary | 11000001 | 1110101 | 10011110 | 0 | 100111 | 10010 | 11000 | 101001000 | 100110 | 111101 |
Color Harmonies of #C1759E
Complementary color
Monochromatic Colors of #C1759E
Black with #C1759E
Text Example
Text Example
White with #C1759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1759E; }
p { color: rgb(193,117,158); }
H1.HeaderClassName
{
color: #C1759E;
}
.AnyTagClassName
{
color: #C1759E;
}
</style>
background-color css
<style>
a { background-color: #C1759E; }
a { background-color: rgb(193,117,158); }
div.DivClassName
{
background-color: #C1759E;
}
.BgClassName
{
background-color: #C1759E;
}
</style>
border-color css
<style>
span { border-color: #C1759E; }
span { border-color: rgb(193,117,158); }
td.TdClassName
{
border-color: #C1759E;
}
.TagClassName
{
border-color: #C1759E;
}
</style>