Shades of Hopbush #C16CA5
Tints of Hopbush #C16CA5
RGB
CMYK
RGB Variations
Color information
#C16CA5 (or 0xC16CA5) is known color: Hopbush. HEX triplet: C1, 6C and A5. RGB value is (193,108,165). Sum of RGB (Red+Green+Blue) = 193+108+165=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16CA5 is #3E935A. Grayscale: #8B8B8B. Windows color (decimal): -4100955 or 10841281. OLE color: 10841281.
HSL color Cylindrical-coordinate representation of color #C16CA5: hue angle of 319.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16CA5 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 165 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.24 |
| HSL | 319.76º | 0.41% | 0.59% | - |
| HSV(B) | 319.76º | 0.44% | 0.76% | - |
| XYZ | 34.15 | 24.78 | 38.58 | - |
| YUV | 139.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 165 | 0 | 0.44 | 0.15 | 0.24 | 319.76 | 0.41 | 0.59 |
| Hex | C1 | 6C | A5 | 0 | 2C | F | 18 | 140 | 29 | 3B |
| Octal | 301 | 154 | 245 | 0 | 54 | 17 | 30 | 500 | 51 | 73 |
| Binary | 11000001 | 1101100 | 10100101 | 0 | 101100 | 1111 | 11000 | 101000000 | 101001 | 111011 |
Color Harmonies of #C16CA5
Complementary color
Monochromatic Colors of #C16CA5
Black with #C16CA5
Text Example
Text Example
White with #C16CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CA5; }
p { color: rgb(193,108,165); }
H1.HeaderClassName
{
color: #C16CA5;
}
.AnyTagClassName
{
color: #C16CA5;
}
</style>
background-color css
<style>
a { background-color: #C16CA5; }
a { background-color: rgb(193,108,165); }
div.DivClassName
{
background-color: #C16CA5;
}
.BgClassName
{
background-color: #C16CA5;
}
</style>
border-color css
<style>
span { border-color: #C16CA5; }
span { border-color: rgb(193,108,165); }
td.TdClassName
{
border-color: #C16CA5;
}
.TagClassName
{
border-color: #C16CA5;
}
</style>