Shades of Hopbush #C162A3
Tints of Hopbush #C162A3
RGB
CMYK
RGB Variations
Color information
#C162A3 (or 0xC162A3) is known color: Hopbush. HEX triplet: C1, 62 and A3. RGB value is (193,98,163). Sum of RGB (Red+Green+Blue) = 193+98+163=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C162A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C162A3 is #3E9D5C. Grayscale: #858585. Windows color (decimal): -4103517 or 10707649. OLE color: 10707649.
HSL color Cylindrical-coordinate representation of color #C162A3: hue angle of 318.95º 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 #C162A3 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 163 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.24 |
| HSL | 318.95º | 0.43% | 0.57% | - |
| HSV(B) | 318.95º | 0.49% | 0.76% | - |
| XYZ | 32.97 | 22.72 | 37.3 | - |
| YUV | 133.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 163 | 0 | 0.49 | 0.16 | 0.24 | 318.95 | 0.43 | 0.57 |
| Hex | C1 | 62 | A3 | 0 | 31 | 10 | 18 | 13F | 2B | 39 |
| Octal | 301 | 142 | 243 | 0 | 61 | 20 | 30 | 477 | 53 | 71 |
| Binary | 11000001 | 1100010 | 10100011 | 0 | 110001 | 10000 | 11000 | 100111111 | 101011 | 111001 |
Color Harmonies of #C162A3
Complementary color
Monochromatic Colors of #C162A3
Black with #C162A3
Text Example
Text Example
White with #C162A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162A3; }
p { color: rgb(193,98,163); }
H1.HeaderClassName
{
color: #C162A3;
}
.AnyTagClassName
{
color: #C162A3;
}
</style>
background-color css
<style>
a { background-color: #C162A3; }
a { background-color: rgb(193,98,163); }
div.DivClassName
{
background-color: #C162A3;
}
.BgClassName
{
background-color: #C162A3;
}
</style>
border-color css
<style>
span { border-color: #C162A3; }
span { border-color: rgb(193,98,163); }
td.TdClassName
{
border-color: #C162A3;
}
.TagClassName
{
border-color: #C162A3;
}
</style>