Shades of Hopbush #C17DA0
Tints of Hopbush #C17DA0
RGB
CMYK
RGB Variations
Color information
#C17DA0 (or 0xC17DA0) is known color: Hopbush. HEX triplet: C1, 7D and A0. RGB value is (193,125,160). Sum of RGB (Red+Green+Blue) = 193+125+160=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C17DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17DA0 is #3E825F. Grayscale: #959595. Windows color (decimal): -4096608 or 10517953. OLE color: 10517953.
HSL color Cylindrical-coordinate representation of color #C17DA0: hue angle of 329.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17DA0 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 160 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.24 |
| HSL | 329.12º | 0.35% | 0.62% | - |
| HSV(B) | 329.12º | 0.35% | 0.76% | - |
| XYZ | 35.67 | 28.54 | 36.89 | - |
| YUV | 149.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 160 | 0 | 0.35 | 0.17 | 0.24 | 329.12 | 0.35 | 0.62 |
| Hex | C1 | 7D | A0 | 0 | 23 | 11 | 18 | 149 | 23 | 3E |
| Octal | 301 | 175 | 240 | 0 | 43 | 21 | 30 | 511 | 43 | 76 |
| Binary | 11000001 | 1111101 | 10100000 | 0 | 100011 | 10001 | 11000 | 101001001 | 100011 | 111110 |
Color Harmonies of #C17DA0
Complementary color
Monochromatic Colors of #C17DA0
Black with #C17DA0
Text Example
Text Example
White with #C17DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17DA0; }
p { color: rgb(193,125,160); }
H1.HeaderClassName
{
color: #C17DA0;
}
.AnyTagClassName
{
color: #C17DA0;
}
</style>
background-color css
<style>
a { background-color: #C17DA0; }
a { background-color: rgb(193,125,160); }
div.DivClassName
{
background-color: #C17DA0;
}
.BgClassName
{
background-color: #C17DA0;
}
</style>
border-color css
<style>
span { border-color: #C17DA0; }
span { border-color: rgb(193,125,160); }
td.TdClassName
{
border-color: #C17DA0;
}
.TagClassName
{
border-color: #C17DA0;
}
</style>