Shades of Hopbush #C167A1
Tints of Hopbush #C167A1
RGB
CMYK
RGB Variations
Color information
#C167A1 (or 0xC167A1) is known color: Hopbush. HEX triplet: C1, 67 and A1. RGB value is (193,103,161). Sum of RGB (Red+Green+Blue) = 193+103+161=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C167A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C167A1 is #3E985E. Grayscale: #888888. Windows color (decimal): -4102239 or 10577857. OLE color: 10577857.
HSL color Cylindrical-coordinate representation of color #C167A1: hue angle of 321.33º 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 #C167A1 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 161 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.24 |
| HSL | 321.33º | 0.42% | 0.58% | - |
| HSV(B) | 321.33º | 0.47% | 0.76% | - |
| XYZ | 33.28 | 23.61 | 36.52 | - |
| YUV | 136.52 | 141.82 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 161 | 0 | 0.47 | 0.17 | 0.24 | 321.33 | 0.42 | 0.58 |
| Hex | C1 | 67 | A1 | 0 | 2F | 11 | 18 | 141 | 2A | 3A |
| Octal | 301 | 147 | 241 | 0 | 57 | 21 | 30 | 501 | 52 | 72 |
| Binary | 11000001 | 1100111 | 10100001 | 0 | 101111 | 10001 | 11000 | 101000001 | 101010 | 111010 |
Color Harmonies of #C167A1
Complementary color
Monochromatic Colors of #C167A1
Black with #C167A1
Text Example
Text Example
White with #C167A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167A1; }
p { color: rgb(193,103,161); }
H1.HeaderClassName
{
color: #C167A1;
}
.AnyTagClassName
{
color: #C167A1;
}
</style>
background-color css
<style>
a { background-color: #C167A1; }
a { background-color: rgb(193,103,161); }
div.DivClassName
{
background-color: #C167A1;
}
.BgClassName
{
background-color: #C167A1;
}
</style>
border-color css
<style>
span { border-color: #C167A1; }
span { border-color: rgb(193,103,161); }
td.TdClassName
{
border-color: #C167A1;
}
.TagClassName
{
border-color: #C167A1;
}
</style>