Shades of Hopbush #C1649C
Tints of Hopbush #C1649C
RGB
CMYK
RGB Variations
Color information
#C1649C (or 0xC1649C) is known color: Hopbush. HEX triplet: C1, 64 and 9C. RGB value is (193,100,156). Sum of RGB (Red+Green+Blue) = 193+100+156=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1649C is #3E9B63. Grayscale: #868686. Windows color (decimal): -4103012 or 10249409. OLE color: 10249409.
HSL color Cylindrical-coordinate representation of color #C1649C: hue angle of 323.87º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1649C is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 156 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.24 |
| HSL | 323.87º | 0.43% | 0.57% | - |
| HSV(B) | 323.87º | 0.48% | 0.76% | - |
| XYZ | 32.55 | 22.85 | 34.15 | - |
| YUV | 134.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 156 | 0 | 0.48 | 0.19 | 0.24 | 323.87 | 0.43 | 0.57 |
| Hex | C1 | 64 | 9C | 0 | 30 | 13 | 18 | 144 | 2B | 39 |
| Octal | 301 | 144 | 234 | 0 | 60 | 23 | 30 | 504 | 53 | 71 |
| Binary | 11000001 | 1100100 | 10011100 | 0 | 110000 | 10011 | 11000 | 101000100 | 101011 | 111001 |
Color Harmonies of #C1649C
Complementary color
Monochromatic Colors of #C1649C
Black with #C1649C
Text Example
Text Example
White with #C1649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1649C; }
p { color: rgb(193,100,156); }
H1.HeaderClassName
{
color: #C1649C;
}
.AnyTagClassName
{
color: #C1649C;
}
</style>
background-color css
<style>
a { background-color: #C1649C; }
a { background-color: rgb(193,100,156); }
div.DivClassName
{
background-color: #C1649C;
}
.BgClassName
{
background-color: #C1649C;
}
</style>
border-color css
<style>
span { border-color: #C1649C; }
span { border-color: rgb(193,100,156); }
td.TdClassName
{
border-color: #C1649C;
}
.TagClassName
{
border-color: #C1649C;
}
</style>