Shades of Hopbush #C17AA0
Tints of Hopbush #C17AA0
RGB
CMYK
RGB Variations
Color information
#C17AA0 (or 0xC17AA0) is known color: Hopbush. HEX triplet: C1, 7A and A0. RGB value is (193,122,160). Sum of RGB (Red+Green+Blue) = 193+122+160=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C17AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17AA0 is #3E855F. Grayscale: #939393. Windows color (decimal): -4097376 or 10517185. OLE color: 10517185.
HSL color Cylindrical-coordinate representation of color #C17AA0: hue angle of 327.89º 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 #C17AA0 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 160 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.24 |
| HSL | 327.89º | 0.36% | 0.62% | - |
| HSV(B) | 327.89º | 0.37% | 0.76% | - |
| XYZ | 35.3 | 27.79 | 36.76 | - |
| YUV | 147.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 160 | 0 | 0.37 | 0.17 | 0.24 | 327.89 | 0.36 | 0.62 |
| Hex | C1 | 7A | A0 | 0 | 25 | 11 | 18 | 148 | 24 | 3E |
| Octal | 301 | 172 | 240 | 0 | 45 | 21 | 30 | 510 | 44 | 76 |
| Binary | 11000001 | 1111010 | 10100000 | 0 | 100101 | 10001 | 11000 | 101001000 | 100100 | 111110 |
Color Harmonies of #C17AA0
Complementary color
Monochromatic Colors of #C17AA0
Black with #C17AA0
Text Example
Text Example
White with #C17AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17AA0; }
p { color: rgb(193,122,160); }
H1.HeaderClassName
{
color: #C17AA0;
}
.AnyTagClassName
{
color: #C17AA0;
}
</style>
background-color css
<style>
a { background-color: #C17AA0; }
a { background-color: rgb(193,122,160); }
div.DivClassName
{
background-color: #C17AA0;
}
.BgClassName
{
background-color: #C17AA0;
}
</style>
border-color css
<style>
span { border-color: #C17AA0; }
span { border-color: rgb(193,122,160); }
td.TdClassName
{
border-color: #C17AA0;
}
.TagClassName
{
border-color: #C17AA0;
}
</style>