Shades of Hopbush #C170A2
Tints of Hopbush #C170A2
RGB
CMYK
RGB Variations
Color information
#C170A2 (or 0xC170A2) is known color: Hopbush. HEX triplet: C1, 70 and A2. RGB value is (193,112,162). Sum of RGB (Red+Green+Blue) = 193+112+162=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C170A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C170A2 is #3E8F5D. Grayscale: #8D8D8D. Windows color (decimal): -4099934 or 10645697. OLE color: 10645697.
HSL color Cylindrical-coordinate representation of color #C170A2: hue angle of 322.96º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C170A2 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 162 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.24 |
| HSL | 322.96º | 0.4% | 0.6% | - |
| HSV(B) | 322.96º | 0.42% | 0.76% | - |
| XYZ | 34.31 | 25.53 | 37.3 | - |
| YUV | 141.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 162 | 0 | 0.42 | 0.16 | 0.24 | 322.96 | 0.4 | 0.6 |
| Hex | C1 | 70 | A2 | 0 | 2A | 10 | 18 | 143 | 28 | 3C |
| Octal | 301 | 160 | 242 | 0 | 52 | 20 | 30 | 503 | 50 | 74 |
| Binary | 11000001 | 1110000 | 10100010 | 0 | 101010 | 10000 | 11000 | 101000011 | 101000 | 111100 |
Color Harmonies of #C170A2
Complementary color
Monochromatic Colors of #C170A2
Black with #C170A2
Text Example
Text Example
White with #C170A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170A2; }
p { color: rgb(193,112,162); }
H1.HeaderClassName
{
color: #C170A2;
}
.AnyTagClassName
{
color: #C170A2;
}
</style>
background-color css
<style>
a { background-color: #C170A2; }
a { background-color: rgb(193,112,162); }
div.DivClassName
{
background-color: #C170A2;
}
.BgClassName
{
background-color: #C170A2;
}
</style>
border-color css
<style>
span { border-color: #C170A2; }
span { border-color: rgb(193,112,162); }
td.TdClassName
{
border-color: #C170A2;
}
.TagClassName
{
border-color: #C170A2;
}
</style>