Shades of Hopbush #C1659B
Tints of Hopbush #C1659B
RGB
CMYK
RGB Variations
Color information
#C1659B (or 0xC1659B) is known color: Hopbush. HEX triplet: C1, 65 and 9B. RGB value is (193,101,155). Sum of RGB (Red+Green+Blue) = 193+101+155=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1659B is #3E9A64. Grayscale: #868686. Windows color (decimal): -4102757 or 10184129. OLE color: 10184129.
HSL color Cylindrical-coordinate representation of color #C1659B: hue angle of 324.78º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1659B is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 155 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.24 |
| HSL | 324.78º | 0.43% | 0.58% | - |
| HSV(B) | 324.78º | 0.48% | 0.76% | - |
| XYZ | 32.56 | 23.01 | 33.74 | - |
| YUV | 134.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 155 | 0 | 0.48 | 0.20 | 0.24 | 324.78 | 0.43 | 0.58 |
| Hex | C1 | 65 | 9B | 0 | 30 | 14 | 18 | 145 | 2B | 3A |
| Octal | 301 | 145 | 233 | 0 | 60 | 24 | 30 | 505 | 53 | 72 |
| Binary | 11000001 | 1100101 | 10011011 | 0 | 110000 | 10100 | 11000 | 101000101 | 101011 | 111010 |
Color Harmonies of #C1659B
Complementary color
Monochromatic Colors of #C1659B
Black with #C1659B
Text Example
Text Example
White with #C1659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1659B; }
p { color: rgb(193,101,155); }
H1.HeaderClassName
{
color: #C1659B;
}
.AnyTagClassName
{
color: #C1659B;
}
</style>
background-color css
<style>
a { background-color: #C1659B; }
a { background-color: rgb(193,101,155); }
div.DivClassName
{
background-color: #C1659B;
}
.BgClassName
{
background-color: #C1659B;
}
</style>
border-color css
<style>
span { border-color: #C1659B; }
span { border-color: rgb(193,101,155); }
td.TdClassName
{
border-color: #C1659B;
}
.TagClassName
{
border-color: #C1659B;
}
</style>