Shades of Hopbush #C17B95
Tints of Hopbush #C17B95
RGB
CMYK
RGB Variations
Color information
#C17B95 (or 0xC17B95) is known color: Hopbush. HEX triplet: C1, 7B and 95. RGB value is (193,123,149). Sum of RGB (Red+Green+Blue) = 193+123+149=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17B95 is #3E846A. Grayscale: #929292. Windows color (decimal): -4097131 or 9796545. OLE color: 9796545.
HSL color Cylindrical-coordinate representation of color #C17B95: hue angle of 337.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17B95 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 149 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.24 |
| HSL | 337.71º | 0.36% | 0.62% | - |
| HSV(B) | 337.71º | 0.36% | 0.76% | - |
| XYZ | 34.5 | 27.67 | 31.96 | - |
| YUV | 146.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 149 | 0 | 0.36 | 0.23 | 0.24 | 337.71 | 0.36 | 0.62 |
| Hex | C1 | 7B | 95 | 0 | 24 | 17 | 18 | 152 | 24 | 3E |
| Octal | 301 | 173 | 225 | 0 | 44 | 27 | 30 | 522 | 44 | 76 |
| Binary | 11000001 | 1111011 | 10010101 | 0 | 100100 | 10111 | 11000 | 101010010 | 100100 | 111110 |
Color Harmonies of #C17B95
Complementary color
Monochromatic Colors of #C17B95
Black with #C17B95
Text Example
Text Example
White with #C17B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B95; }
p { color: rgb(193,123,149); }
H1.HeaderClassName
{
color: #C17B95;
}
.AnyTagClassName
{
color: #C17B95;
}
</style>
background-color css
<style>
a { background-color: #C17B95; }
a { background-color: rgb(193,123,149); }
div.DivClassName
{
background-color: #C17B95;
}
.BgClassName
{
background-color: #C17B95;
}
</style>
border-color css
<style>
span { border-color: #C17B95; }
span { border-color: rgb(193,123,149); }
td.TdClassName
{
border-color: #C17B95;
}
.TagClassName
{
border-color: #C17B95;
}
</style>