Shades of Hopbush #C168A2
Tints of Hopbush #C168A2
RGB
CMYK
RGB Variations
Color information
#C168A2 (or 0xC168A2) is known color: Hopbush. HEX triplet: C1, 68 and A2. RGB value is (193,104,162). Sum of RGB (Red+Green+Blue) = 193+104+162=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C168A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C168A2 is #3E975D. Grayscale: #898989. Windows color (decimal): -4101982 or 10643649. OLE color: 10643649.
HSL color Cylindrical-coordinate representation of color #C168A2: hue angle of 320.9º 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 #C168A2 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 162 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.24 |
| HSL | 320.9º | 0.42% | 0.58% | - |
| HSV(B) | 320.9º | 0.46% | 0.76% | - |
| XYZ | 33.46 | 23.85 | 37.02 | - |
| YUV | 137.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 162 | 0 | 0.46 | 0.16 | 0.24 | 320.9 | 0.42 | 0.58 |
| Hex | C1 | 68 | A2 | 0 | 2E | 10 | 18 | 141 | 2A | 3A |
| Octal | 301 | 150 | 242 | 0 | 56 | 20 | 30 | 501 | 52 | 72 |
| Binary | 11000001 | 1101000 | 10100010 | 0 | 101110 | 10000 | 11000 | 101000001 | 101010 | 111010 |
Color Harmonies of #C168A2
Complementary color
Monochromatic Colors of #C168A2
Black with #C168A2
Text Example
Text Example
White with #C168A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168A2; }
p { color: rgb(193,104,162); }
H1.HeaderClassName
{
color: #C168A2;
}
.AnyTagClassName
{
color: #C168A2;
}
</style>
background-color css
<style>
a { background-color: #C168A2; }
a { background-color: rgb(193,104,162); }
div.DivClassName
{
background-color: #C168A2;
}
.BgClassName
{
background-color: #C168A2;
}
</style>
border-color css
<style>
span { border-color: #C168A2; }
span { border-color: rgb(193,104,162); }
td.TdClassName
{
border-color: #C168A2;
}
.TagClassName
{
border-color: #C168A2;
}
</style>