Shades of Hopbush #C1648C
Tints of Hopbush #C1648C
RGB
CMYK
RGB Variations
Color information
#C1648C (or 0xC1648C) is known color: Hopbush. HEX triplet: C1, 64 and 8C. RGB value is (193,100,140). Sum of RGB (Red+Green+Blue) = 193+100+140=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1648C is #3E9B73. Grayscale: #848484. Windows color (decimal): -4103028 or 9200833. OLE color: 9200833.
HSL color Cylindrical-coordinate representation of color #C1648C: hue angle of 334.19º 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 #C1648C is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 140 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.24 |
| HSL | 334.19º | 0.43% | 0.57% | - |
| HSV(B) | 334.19º | 0.48% | 0.76% | - |
| XYZ | 31.28 | 22.35 | 27.48 | - |
| YUV | 132.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 140 | 0 | 0.48 | 0.27 | 0.24 | 334.19 | 0.43 | 0.57 |
| Hex | C1 | 64 | 8C | 0 | 30 | 1B | 18 | 14E | 2B | 39 |
| Octal | 301 | 144 | 214 | 0 | 60 | 33 | 30 | 516 | 53 | 71 |
| Binary | 11000001 | 1100100 | 10001100 | 0 | 110000 | 11011 | 11000 | 101001110 | 101011 | 111001 |
Color Harmonies of #C1648C
Complementary color
Monochromatic Colors of #C1648C
Black with #C1648C
Text Example
Text Example
White with #C1648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1648C; }
p { color: rgb(193,100,140); }
H1.HeaderClassName
{
color: #C1648C;
}
.AnyTagClassName
{
color: #C1648C;
}
</style>
background-color css
<style>
a { background-color: #C1648C; }
a { background-color: rgb(193,100,140); }
div.DivClassName
{
background-color: #C1648C;
}
.BgClassName
{
background-color: #C1648C;
}
</style>
border-color css
<style>
span { border-color: #C1648C; }
span { border-color: rgb(193,100,140); }
td.TdClassName
{
border-color: #C1648C;
}
.TagClassName
{
border-color: #C1648C;
}
</style>