Shades of Hopbush #C17196
Tints of Hopbush #C17196
RGB
CMYK
RGB Variations
Color information
#C17196 (or 0xC17196) is known color: Hopbush. HEX triplet: C1, 71 and 96. RGB value is (193,113,150). Sum of RGB (Red+Green+Blue) = 193+113+150=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C17196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17196 is #3E8E69. Grayscale: #8D8D8D. Windows color (decimal): -4099690 or 9859521. OLE color: 9859521.
HSL color Cylindrical-coordinate representation of color #C17196: hue angle of 332.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17196 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 150 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.24 |
| HSL | 332.25º | 0.39% | 0.6% | - |
| HSV(B) | 332.25º | 0.41% | 0.76% | - |
| XYZ | 33.4 | 25.35 | 31.99 | - |
| YUV | 141.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 150 | 0 | 0.41 | 0.22 | 0.24 | 332.25 | 0.39 | 0.6 |
| Hex | C1 | 71 | 96 | 0 | 29 | 16 | 18 | 14C | 27 | 3C |
| Octal | 301 | 161 | 226 | 0 | 51 | 26 | 30 | 514 | 47 | 74 |
| Binary | 11000001 | 1110001 | 10010110 | 0 | 101001 | 10110 | 11000 | 101001100 | 100111 | 111100 |
Color Harmonies of #C17196
Complementary color
Monochromatic Colors of #C17196
Black with #C17196
Text Example
Text Example
White with #C17196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17196; }
p { color: rgb(193,113,150); }
H1.HeaderClassName
{
color: #C17196;
}
.AnyTagClassName
{
color: #C17196;
}
</style>
background-color css
<style>
a { background-color: #C17196; }
a { background-color: rgb(193,113,150); }
div.DivClassName
{
background-color: #C17196;
}
.BgClassName
{
background-color: #C17196;
}
</style>
border-color css
<style>
span { border-color: #C17196; }
span { border-color: rgb(193,113,150); }
td.TdClassName
{
border-color: #C17196;
}
.TagClassName
{
border-color: #C17196;
}
</style>