Shades of Hopbush #C16CA8
Tints of Hopbush #C16CA8
RGB
CMYK
RGB Variations
Color information
#C16CA8 (or 0xC16CA8) is known color: Hopbush. HEX triplet: C1, 6C and A8. RGB value is (193,108,168). Sum of RGB (Red+Green+Blue) = 193+108+168=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16CA8 is #3E9357. Grayscale: #8C8C8C. Windows color (decimal): -4100952 or 11037889. OLE color: 11037889.
HSL color Cylindrical-coordinate representation of color #C16CA8: hue angle of 317.65º 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 #C16CA8 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 168 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.24 |
| HSL | 317.65º | 0.41% | 0.59% | - |
| HSV(B) | 317.65º | 0.44% | 0.76% | - |
| XYZ | 34.42 | 24.89 | 40.04 | - |
| YUV | 140.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 168 | 0 | 0.44 | 0.13 | 0.24 | 317.65 | 0.41 | 0.59 |
| Hex | C1 | 6C | A8 | 0 | 2C | D | 18 | 13E | 29 | 3B |
| Octal | 301 | 154 | 250 | 0 | 54 | 15 | 30 | 476 | 51 | 73 |
| Binary | 11000001 | 1101100 | 10101000 | 0 | 101100 | 1101 | 11000 | 100111110 | 101001 | 111011 |
Color Harmonies of #C16CA8
Complementary color
Monochromatic Colors of #C16CA8
Black with #C16CA8
Text Example
Text Example
White with #C16CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CA8; }
p { color: rgb(193,108,168); }
H1.HeaderClassName
{
color: #C16CA8;
}
.AnyTagClassName
{
color: #C16CA8;
}
</style>
background-color css
<style>
a { background-color: #C16CA8; }
a { background-color: rgb(193,108,168); }
div.DivClassName
{
background-color: #C16CA8;
}
.BgClassName
{
background-color: #C16CA8;
}
</style>
border-color css
<style>
span { border-color: #C16CA8; }
span { border-color: rgb(193,108,168); }
td.TdClassName
{
border-color: #C16CA8;
}
.TagClassName
{
border-color: #C16CA8;
}
</style>