Shades of Hopbush #C169A7
Tints of Hopbush #C169A7
RGB
CMYK
RGB Variations
Color information
#C169A7 (or 0xC169A7) is known color: Hopbush. HEX triplet: C1, 69 and A7. RGB value is (193,105,167). Sum of RGB (Red+Green+Blue) = 193+105+167=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C169A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C169A7 is #3E9658. Grayscale: #8A8A8A. Windows color (decimal): -4101721 or 10971585. OLE color: 10971585.
HSL color Cylindrical-coordinate representation of color #C169A7: hue angle of 317.73º 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 #C169A7 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 167 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.24 |
| HSL | 317.73º | 0.42% | 0.58% | - |
| HSV(B) | 317.73º | 0.46% | 0.76% | - |
| XYZ | 34.02 | 24.23 | 39.44 | - |
| YUV | 138.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 167 | 0 | 0.46 | 0.13 | 0.24 | 317.73 | 0.42 | 0.58 |
| Hex | C1 | 69 | A7 | 0 | 2E | D | 18 | 13E | 2A | 3A |
| Octal | 301 | 151 | 247 | 0 | 56 | 15 | 30 | 476 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10100111 | 0 | 101110 | 1101 | 11000 | 100111110 | 101010 | 111010 |
Color Harmonies of #C169A7
Complementary color
Monochromatic Colors of #C169A7
Black with #C169A7
Text Example
Text Example
White with #C169A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169A7; }
p { color: rgb(193,105,167); }
H1.HeaderClassName
{
color: #C169A7;
}
.AnyTagClassName
{
color: #C169A7;
}
</style>
background-color css
<style>
a { background-color: #C169A7; }
a { background-color: rgb(193,105,167); }
div.DivClassName
{
background-color: #C169A7;
}
.BgClassName
{
background-color: #C169A7;
}
</style>
border-color css
<style>
span { border-color: #C169A7; }
span { border-color: rgb(193,105,167); }
td.TdClassName
{
border-color: #C169A7;
}
.TagClassName
{
border-color: #C169A7;
}
</style>