Shades of Hopbush #C167A0
Tints of Hopbush #C167A0
RGB
CMYK
RGB Variations
Color information
#C167A0 (or 0xC167A0) is known color: Hopbush. HEX triplet: C1, 67 and A0. RGB value is (193,103,160). Sum of RGB (Red+Green+Blue) = 193+103+160=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C167A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C167A0 is #3E985F. Grayscale: #888888. Windows color (decimal): -4102240 or 10512321. OLE color: 10512321.
HSL color Cylindrical-coordinate representation of color #C167A0: hue angle of 322º 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 #C167A0 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 160 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.24 |
| HSL | 322º | 0.42% | 0.58% | - |
| HSV(B) | 322º | 0.47% | 0.76% | - |
| XYZ | 33.19 | 23.58 | 36.06 | - |
| YUV | 136.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 160 | 0 | 0.47 | 0.17 | 0.24 | 322 | 0.42 | 0.58 |
| Hex | C1 | 67 | A0 | 0 | 2F | 11 | 18 | 142 | 2A | 3A |
| Octal | 301 | 147 | 240 | 0 | 57 | 21 | 30 | 502 | 52 | 72 |
| Binary | 11000001 | 1100111 | 10100000 | 0 | 101111 | 10001 | 11000 | 101000010 | 101010 | 111010 |
Color Harmonies of #C167A0
Complementary color
Monochromatic Colors of #C167A0
Black with #C167A0
Text Example
Text Example
White with #C167A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167A0; }
p { color: rgb(193,103,160); }
H1.HeaderClassName
{
color: #C167A0;
}
.AnyTagClassName
{
color: #C167A0;
}
</style>
background-color css
<style>
a { background-color: #C167A0; }
a { background-color: rgb(193,103,160); }
div.DivClassName
{
background-color: #C167A0;
}
.BgClassName
{
background-color: #C167A0;
}
</style>
border-color css
<style>
span { border-color: #C167A0; }
span { border-color: rgb(193,103,160); }
td.TdClassName
{
border-color: #C167A0;
}
.TagClassName
{
border-color: #C167A0;
}
</style>