Shades of Hopbush #C169A4
Tints of Hopbush #C169A4
RGB
CMYK
RGB Variations
Color information
#C169A4 (or 0xC169A4) is known color: Hopbush. HEX triplet: C1, 69 and A4. RGB value is (193,105,164). Sum of RGB (Red+Green+Blue) = 193+105+164=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C169A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C169A4 is #3E965B. Grayscale: #898989. Windows color (decimal): -4101724 or 10774977. OLE color: 10774977.
HSL color Cylindrical-coordinate representation of color #C169A4: hue angle of 319.77º 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 #C169A4 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 164 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.24 |
| HSL | 319.77º | 0.42% | 0.58% | - |
| HSV(B) | 319.77º | 0.46% | 0.76% | - |
| XYZ | 33.74 | 24.12 | 38 | - |
| YUV | 138.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 164 | 0 | 0.46 | 0.15 | 0.24 | 319.77 | 0.42 | 0.58 |
| Hex | C1 | 69 | A4 | 0 | 2E | F | 18 | 140 | 2A | 3A |
| Octal | 301 | 151 | 244 | 0 | 56 | 17 | 30 | 500 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10100100 | 0 | 101110 | 1111 | 11000 | 101000000 | 101010 | 111010 |
Color Harmonies of #C169A4
Complementary color
Monochromatic Colors of #C169A4
Black with #C169A4
Text Example
Text Example
White with #C169A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169A4; }
p { color: rgb(193,105,164); }
H1.HeaderClassName
{
color: #C169A4;
}
.AnyTagClassName
{
color: #C169A4;
}
</style>
background-color css
<style>
a { background-color: #C169A4; }
a { background-color: rgb(193,105,164); }
div.DivClassName
{
background-color: #C169A4;
}
.BgClassName
{
background-color: #C169A4;
}
</style>
border-color css
<style>
span { border-color: #C169A4; }
span { border-color: rgb(193,105,164); }
td.TdClassName
{
border-color: #C169A4;
}
.TagClassName
{
border-color: #C169A4;
}
</style>