Shades of Hopbush #C16FA1
Tints of Hopbush #C16FA1
RGB
CMYK
RGB Variations
Color information
#C16FA1 (or 0xC16FA1) is known color: Hopbush. HEX triplet: C1, 6F and A1. RGB value is (193,111,161). Sum of RGB (Red+Green+Blue) = 193+111+161=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16FA1 is #3E905E. Grayscale: #8D8D8D. Windows color (decimal): -4100191 or 10579905. OLE color: 10579905.
HSL color Cylindrical-coordinate representation of color #C16FA1: hue angle of 323.41º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16FA1 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 161 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.24 |
| HSL | 323.41º | 0.4% | 0.6% | - |
| HSV(B) | 323.41º | 0.42% | 0.76% | - |
| XYZ | 34.11 | 25.28 | 36.8 | - |
| YUV | 141.22 | 139.17 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 161 | 0 | 0.42 | 0.17 | 0.24 | 323.41 | 0.4 | 0.6 |
| Hex | C1 | 6F | A1 | 0 | 2A | 11 | 18 | 143 | 28 | 3C |
| Octal | 301 | 157 | 241 | 0 | 52 | 21 | 30 | 503 | 50 | 74 |
| Binary | 11000001 | 1101111 | 10100001 | 0 | 101010 | 10001 | 11000 | 101000011 | 101000 | 111100 |
Color Harmonies of #C16FA1
Complementary color
Monochromatic Colors of #C16FA1
Black with #C16FA1
Text Example
Text Example
White with #C16FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FA1; }
p { color: rgb(193,111,161); }
H1.HeaderClassName
{
color: #C16FA1;
}
.AnyTagClassName
{
color: #C16FA1;
}
</style>
background-color css
<style>
a { background-color: #C16FA1; }
a { background-color: rgb(193,111,161); }
div.DivClassName
{
background-color: #C16FA1;
}
.BgClassName
{
background-color: #C16FA1;
}
</style>
border-color css
<style>
span { border-color: #C16FA1; }
span { border-color: rgb(193,111,161); }
td.TdClassName
{
border-color: #C16FA1;
}
.TagClassName
{
border-color: #C16FA1;
}
</style>