Shades of Hopbush #C17C9E
Tints of Hopbush #C17C9E
RGB
CMYK
RGB Variations
Color information
#C17C9E (or 0xC17C9E) is known color: Hopbush. HEX triplet: C1, 7C and 9E. RGB value is (193,124,158). Sum of RGB (Red+Green+Blue) = 193+124+158=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17C9E is #3E8361. Grayscale: #949494. Windows color (decimal): -4096866 or 10386625. OLE color: 10386625.
HSL color Cylindrical-coordinate representation of color #C17C9E: hue angle of 330.43º 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 #C17C9E is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 158 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.24 |
| HSL | 330.43º | 0.36% | 0.62% | - |
| HSV(B) | 330.43º | 0.36% | 0.76% | - |
| XYZ | 35.37 | 28.22 | 35.93 | - |
| YUV | 148.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 158 | 0 | 0.36 | 0.18 | 0.24 | 330.43 | 0.36 | 0.62 |
| Hex | C1 | 7C | 9E | 0 | 24 | 12 | 18 | 14A | 24 | 3E |
| Octal | 301 | 174 | 236 | 0 | 44 | 22 | 30 | 512 | 44 | 76 |
| Binary | 11000001 | 1111100 | 10011110 | 0 | 100100 | 10010 | 11000 | 101001010 | 100100 | 111110 |
Color Harmonies of #C17C9E
Complementary color
Monochromatic Colors of #C17C9E
Black with #C17C9E
Text Example
Text Example
White with #C17C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C9E; }
p { color: rgb(193,124,158); }
H1.HeaderClassName
{
color: #C17C9E;
}
.AnyTagClassName
{
color: #C17C9E;
}
</style>
background-color css
<style>
a { background-color: #C17C9E; }
a { background-color: rgb(193,124,158); }
div.DivClassName
{
background-color: #C17C9E;
}
.BgClassName
{
background-color: #C17C9E;
}
</style>
border-color css
<style>
span { border-color: #C17C9E; }
span { border-color: rgb(193,124,158); }
td.TdClassName
{
border-color: #C17C9E;
}
.TagClassName
{
border-color: #C17C9E;
}
</style>