Shades of Hopbush #C162A1
Tints of Hopbush #C162A1
RGB
CMYK
RGB Variations
Color information
#C162A1 (or 0xC162A1) is known color: Hopbush. HEX triplet: C1, 62 and A1. RGB value is (193,98,161). Sum of RGB (Red+Green+Blue) = 193+98+161=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C162A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C162A1 is #3E9D5E. Grayscale: #858585. Windows color (decimal): -4103519 or 10576577. OLE color: 10576577.
HSL color Cylindrical-coordinate representation of color #C162A1: hue angle of 320.21º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C162A1 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 161 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.24 |
| HSL | 320.21º | 0.43% | 0.57% | - |
| HSV(B) | 320.21º | 0.49% | 0.76% | - |
| XYZ | 32.79 | 22.65 | 36.36 | - |
| YUV | 133.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 161 | 0 | 0.49 | 0.17 | 0.24 | 320.21 | 0.43 | 0.57 |
| Hex | C1 | 62 | A1 | 0 | 31 | 11 | 18 | 140 | 2B | 39 |
| Octal | 301 | 142 | 241 | 0 | 61 | 21 | 30 | 500 | 53 | 71 |
| Binary | 11000001 | 1100010 | 10100001 | 0 | 110001 | 10001 | 11000 | 101000000 | 101011 | 111001 |
Color Harmonies of #C162A1
Complementary color
Monochromatic Colors of #C162A1
Black with #C162A1
Text Example
Text Example
White with #C162A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162A1; }
p { color: rgb(193,98,161); }
H1.HeaderClassName
{
color: #C162A1;
}
.AnyTagClassName
{
color: #C162A1;
}
</style>
background-color css
<style>
a { background-color: #C162A1; }
a { background-color: rgb(193,98,161); }
div.DivClassName
{
background-color: #C162A1;
}
.BgClassName
{
background-color: #C162A1;
}
</style>
border-color css
<style>
span { border-color: #C162A1; }
span { border-color: rgb(193,98,161); }
td.TdClassName
{
border-color: #C162A1;
}
.TagClassName
{
border-color: #C162A1;
}
</style>