Shades of Hopbush #C167A6
Tints of Hopbush #C167A6
RGB
CMYK
RGB Variations
Color information
#C167A6 (or 0xC167A6) is known color: Hopbush. HEX triplet: C1, 67 and A6. RGB value is (193,103,166). Sum of RGB (Red+Green+Blue) = 193+103+166=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C167A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C167A6 is #3E9859. Grayscale: #888888. Windows color (decimal): -4102234 or 10905537. OLE color: 10905537.
HSL color Cylindrical-coordinate representation of color #C167A6: hue angle of 318º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C167A6 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 166 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.24 |
| HSL | 318º | 0.42% | 0.58% | - |
| HSV(B) | 318º | 0.47% | 0.76% | - |
| XYZ | 33.73 | 23.79 | 38.89 | - |
| YUV | 137.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 166 | 0 | 0.47 | 0.14 | 0.24 | 318 | 0.42 | 0.58 |
| Hex | C1 | 67 | A6 | 0 | 2F | E | 18 | 13E | 2A | 3A |
| Octal | 301 | 147 | 246 | 0 | 57 | 16 | 30 | 476 | 52 | 72 |
| Binary | 11000001 | 1100111 | 10100110 | 0 | 101111 | 1110 | 11000 | 100111110 | 101010 | 111010 |
Color Harmonies of #C167A6
Complementary color
Monochromatic Colors of #C167A6
Black with #C167A6
Text Example
Text Example
White with #C167A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167A6; }
p { color: rgb(193,103,166); }
H1.HeaderClassName
{
color: #C167A6;
}
.AnyTagClassName
{
color: #C167A6;
}
</style>
background-color css
<style>
a { background-color: #C167A6; }
a { background-color: rgb(193,103,166); }
div.DivClassName
{
background-color: #C167A6;
}
.BgClassName
{
background-color: #C167A6;
}
</style>
border-color css
<style>
span { border-color: #C167A6; }
span { border-color: rgb(193,103,166); }
td.TdClassName
{
border-color: #C167A6;
}
.TagClassName
{
border-color: #C167A6;
}
</style>