Shades of Hopbush #C17696
Tints of Hopbush #C17696
RGB
CMYK
RGB Variations
Color information
#C17696 (or 0xC17696) is known color: Hopbush. HEX triplet: C1, 76 and 96. RGB value is (193,118,150). Sum of RGB (Red+Green+Blue) = 193+118+150=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C17696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17696 is #3E8969. Grayscale: #909090. Windows color (decimal): -4098410 or 9860801. OLE color: 9860801.
HSL color Cylindrical-coordinate representation of color #C17696: hue angle of 334.4º 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 #C17696 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 150 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.24 |
| HSL | 334.4º | 0.38% | 0.61% | - |
| HSV(B) | 334.4º | 0.39% | 0.76% | - |
| XYZ | 33.98 | 26.5 | 32.18 | - |
| YUV | 144.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 150 | 0 | 0.39 | 0.22 | 0.24 | 334.4 | 0.38 | 0.61 |
| Hex | C1 | 76 | 96 | 0 | 27 | 16 | 18 | 14E | 26 | 3D |
| Octal | 301 | 166 | 226 | 0 | 47 | 26 | 30 | 516 | 46 | 75 |
| Binary | 11000001 | 1110110 | 10010110 | 0 | 100111 | 10110 | 11000 | 101001110 | 100110 | 111101 |
Color Harmonies of #C17696
Complementary color
Monochromatic Colors of #C17696
Black with #C17696
Text Example
Text Example
White with #C17696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17696; }
p { color: rgb(193,118,150); }
H1.HeaderClassName
{
color: #C17696;
}
.AnyTagClassName
{
color: #C17696;
}
</style>
background-color css
<style>
a { background-color: #C17696; }
a { background-color: rgb(193,118,150); }
div.DivClassName
{
background-color: #C17696;
}
.BgClassName
{
background-color: #C17696;
}
</style>
border-color css
<style>
span { border-color: #C17696; }
span { border-color: rgb(193,118,150); }
td.TdClassName
{
border-color: #C17696;
}
.TagClassName
{
border-color: #C17696;
}
</style>