Shades of Hopbush #C17095
Tints of Hopbush #C17095
RGB
CMYK
RGB Variations
Color information
#C17095 (or 0xC17095) is known color: Hopbush. HEX triplet: C1, 70 and 95. RGB value is (193,112,149). Sum of RGB (Red+Green+Blue) = 193+112+149=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C17095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17095 is #3E8F6A. Grayscale: #8C8C8C. Windows color (decimal): -4099947 or 9793729. OLE color: 9793729.
HSL color Cylindrical-coordinate representation of color #C17095: hue angle of 332.59º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17095 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 149 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.24 |
| HSL | 332.59º | 0.4% | 0.6% | - |
| HSV(B) | 332.59º | 0.42% | 0.76% | - |
| XYZ | 33.21 | 25.1 | 31.53 | - |
| YUV | 140.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 149 | 0 | 0.42 | 0.23 | 0.24 | 332.59 | 0.4 | 0.6 |
| Hex | C1 | 70 | 95 | 0 | 2A | 17 | 18 | 14D | 28 | 3C |
| Octal | 301 | 160 | 225 | 0 | 52 | 27 | 30 | 515 | 50 | 74 |
| Binary | 11000001 | 1110000 | 10010101 | 0 | 101010 | 10111 | 11000 | 101001101 | 101000 | 111100 |
Color Harmonies of #C17095
Complementary color
Monochromatic Colors of #C17095
Black with #C17095
Text Example
Text Example
White with #C17095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17095; }
p { color: rgb(193,112,149); }
H1.HeaderClassName
{
color: #C17095;
}
.AnyTagClassName
{
color: #C17095;
}
</style>
background-color css
<style>
a { background-color: #C17095; }
a { background-color: rgb(193,112,149); }
div.DivClassName
{
background-color: #C17095;
}
.BgClassName
{
background-color: #C17095;
}
</style>
border-color css
<style>
span { border-color: #C17095; }
span { border-color: rgb(193,112,149); }
td.TdClassName
{
border-color: #C17095;
}
.TagClassName
{
border-color: #C17095;
}
</style>