Shades of Hopbush #C169A2
Tints of Hopbush #C169A2
RGB
CMYK
RGB Variations
Color information
#C169A2 (or 0xC169A2) is known color: Hopbush. HEX triplet: C1, 69 and A2. RGB value is (193,105,162). Sum of RGB (Red+Green+Blue) = 193+105+162=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C169A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C169A2 is #3E965D. Grayscale: #898989. Windows color (decimal): -4101726 or 10643905. OLE color: 10643905.
HSL color Cylindrical-coordinate representation of color #C169A2: hue angle of 321.14º 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 #C169A2 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 162 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.24 |
| HSL | 321.14º | 0.42% | 0.58% | - |
| HSV(B) | 321.14º | 0.46% | 0.76% | - |
| XYZ | 33.57 | 24.05 | 37.06 | - |
| YUV | 137.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 162 | 0 | 0.46 | 0.16 | 0.24 | 321.14 | 0.42 | 0.58 |
| Hex | C1 | 69 | A2 | 0 | 2E | 10 | 18 | 141 | 2A | 3A |
| Octal | 301 | 151 | 242 | 0 | 56 | 20 | 30 | 501 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10100010 | 0 | 101110 | 10000 | 11000 | 101000001 | 101010 | 111010 |
Color Harmonies of #C169A2
Complementary color
Monochromatic Colors of #C169A2
Black with #C169A2
Text Example
Text Example
White with #C169A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169A2; }
p { color: rgb(193,105,162); }
H1.HeaderClassName
{
color: #C169A2;
}
.AnyTagClassName
{
color: #C169A2;
}
</style>
background-color css
<style>
a { background-color: #C169A2; }
a { background-color: rgb(193,105,162); }
div.DivClassName
{
background-color: #C169A2;
}
.BgClassName
{
background-color: #C169A2;
}
</style>
border-color css
<style>
span { border-color: #C169A2; }
span { border-color: rgb(193,105,162); }
td.TdClassName
{
border-color: #C169A2;
}
.TagClassName
{
border-color: #C169A2;
}
</style>