Shades of Hopbush #C17295
Tints of Hopbush #C17295
RGB
CMYK
RGB Variations
Color information
#C17295 (or 0xC17295) is known color: Hopbush. HEX triplet: C1, 72 and 95. RGB value is (193,114,149). Sum of RGB (Red+Green+Blue) = 193+114+149=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C17295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17295 is #3E8D6A. Grayscale: #8D8D8D. Windows color (decimal): -4099435 or 9794241. OLE color: 9794241.
HSL color Cylindrical-coordinate representation of color #C17295: hue angle of 333.42º 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 #C17295 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 149 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.24 |
| HSL | 333.42º | 0.39% | 0.6% | - |
| HSV(B) | 333.42º | 0.41% | 0.76% | - |
| XYZ | 33.43 | 25.54 | 31.6 | - |
| YUV | 141.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 149 | 0 | 0.41 | 0.23 | 0.24 | 333.42 | 0.39 | 0.6 |
| Hex | C1 | 72 | 95 | 0 | 29 | 17 | 18 | 14D | 27 | 3C |
| Octal | 301 | 162 | 225 | 0 | 51 | 27 | 30 | 515 | 47 | 74 |
| Binary | 11000001 | 1110010 | 10010101 | 0 | 101001 | 10111 | 11000 | 101001101 | 100111 | 111100 |
Color Harmonies of #C17295
Complementary color
Monochromatic Colors of #C17295
Black with #C17295
Text Example
Text Example
White with #C17295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17295; }
p { color: rgb(193,114,149); }
H1.HeaderClassName
{
color: #C17295;
}
.AnyTagClassName
{
color: #C17295;
}
</style>
background-color css
<style>
a { background-color: #C17295; }
a { background-color: rgb(193,114,149); }
div.DivClassName
{
background-color: #C17295;
}
.BgClassName
{
background-color: #C17295;
}
</style>
border-color css
<style>
span { border-color: #C17295; }
span { border-color: rgb(193,114,149); }
td.TdClassName
{
border-color: #C17295;
}
.TagClassName
{
border-color: #C17295;
}
</style>