Shades of Hopbush #C169A0
Tints of Hopbush #C169A0
RGB
CMYK
RGB Variations
Color information
#C169A0 (or 0xC169A0) is known color: Hopbush. HEX triplet: C1, 69 and A0. RGB value is (193,105,160). Sum of RGB (Red+Green+Blue) = 193+105+160=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C169A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C169A0 is #3E965F. Grayscale: #898989. Windows color (decimal): -4101728 or 10512833. OLE color: 10512833.
HSL color Cylindrical-coordinate representation of color #C169A0: hue angle of 322.5º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C169A0 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 160 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.24 |
| HSL | 322.5º | 0.42% | 0.58% | - |
| HSV(B) | 322.5º | 0.46% | 0.76% | - |
| XYZ | 33.39 | 23.98 | 36.13 | - |
| YUV | 137.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 160 | 0 | 0.46 | 0.17 | 0.24 | 322.5 | 0.42 | 0.58 |
| Hex | C1 | 69 | A0 | 0 | 2E | 11 | 18 | 142 | 2A | 3A |
| Octal | 301 | 151 | 240 | 0 | 56 | 21 | 30 | 502 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10100000 | 0 | 101110 | 10001 | 11000 | 101000010 | 101010 | 111010 |
Color Harmonies of #C169A0
Complementary color
Monochromatic Colors of #C169A0
Black with #C169A0
Text Example
Text Example
White with #C169A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169A0; }
p { color: rgb(193,105,160); }
H1.HeaderClassName
{
color: #C169A0;
}
.AnyTagClassName
{
color: #C169A0;
}
</style>
background-color css
<style>
a { background-color: #C169A0; }
a { background-color: rgb(193,105,160); }
div.DivClassName
{
background-color: #C169A0;
}
.BgClassName
{
background-color: #C169A0;
}
</style>
border-color css
<style>
span { border-color: #C169A0; }
span { border-color: rgb(193,105,160); }
td.TdClassName
{
border-color: #C169A0;
}
.TagClassName
{
border-color: #C169A0;
}
</style>