Shades of Hopbush #C17A9D
Tints of Hopbush #C17A9D
RGB
CMYK
RGB Variations
Color information
#C17A9D (or 0xC17A9D) is known color: Hopbush. HEX triplet: C1, 7A and 9D. RGB value is (193,122,157). Sum of RGB (Red+Green+Blue) = 193+122+157=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17A9D is #3E8562. Grayscale: #939393. Windows color (decimal): -4097379 or 10320577. OLE color: 10320577.
HSL color Cylindrical-coordinate representation of color #C17A9D: hue angle of 330.42º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17A9D is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 157 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.24 |
| HSL | 330.42º | 0.36% | 0.62% | - |
| HSV(B) | 330.42º | 0.37% | 0.76% | - |
| XYZ | 35.04 | 27.69 | 35.4 | - |
| YUV | 147.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 157 | 0 | 0.37 | 0.19 | 0.24 | 330.42 | 0.36 | 0.62 |
| Hex | C1 | 7A | 9D | 0 | 25 | 13 | 18 | 14A | 24 | 3E |
| Octal | 301 | 172 | 235 | 0 | 45 | 23 | 30 | 512 | 44 | 76 |
| Binary | 11000001 | 1111010 | 10011101 | 0 | 100101 | 10011 | 11000 | 101001010 | 100100 | 111110 |
Color Harmonies of #C17A9D
Complementary color
Monochromatic Colors of #C17A9D
Black with #C17A9D
Text Example
Text Example
White with #C17A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A9D; }
p { color: rgb(193,122,157); }
H1.HeaderClassName
{
color: #C17A9D;
}
.AnyTagClassName
{
color: #C17A9D;
}
</style>
background-color css
<style>
a { background-color: #C17A9D; }
a { background-color: rgb(193,122,157); }
div.DivClassName
{
background-color: #C17A9D;
}
.BgClassName
{
background-color: #C17A9D;
}
</style>
border-color css
<style>
span { border-color: #C17A9D; }
span { border-color: rgb(193,122,157); }
td.TdClassName
{
border-color: #C17A9D;
}
.TagClassName
{
border-color: #C17A9D;
}
</style>