Shades of Hopbush #C165A1
Tints of Hopbush #C165A1
RGB
CMYK
RGB Variations
Color information
#C165A1 (or 0xC165A1) is known color: Hopbush. HEX triplet: C1, 65 and A1. RGB value is (193,101,161). Sum of RGB (Red+Green+Blue) = 193+101+161=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C165A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C165A1 is #3E9A5E. Grayscale: #878787. Windows color (decimal): -4102751 or 10577345. OLE color: 10577345.
HSL color Cylindrical-coordinate representation of color #C165A1: hue angle of 320.87º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C165A1 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 161 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.24 |
| HSL | 320.87º | 0.43% | 0.58% | - |
| HSV(B) | 320.87º | 0.48% | 0.76% | - |
| XYZ | 33.08 | 23.22 | 36.46 | - |
| YUV | 135.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 161 | 0 | 0.48 | 0.17 | 0.24 | 320.87 | 0.43 | 0.58 |
| Hex | C1 | 65 | A1 | 0 | 30 | 11 | 18 | 141 | 2B | 3A |
| Octal | 301 | 145 | 241 | 0 | 60 | 21 | 30 | 501 | 53 | 72 |
| Binary | 11000001 | 1100101 | 10100001 | 0 | 110000 | 10001 | 11000 | 101000001 | 101011 | 111010 |
Color Harmonies of #C165A1
Complementary color
Monochromatic Colors of #C165A1
Black with #C165A1
Text Example
Text Example
White with #C165A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165A1; }
p { color: rgb(193,101,161); }
H1.HeaderClassName
{
color: #C165A1;
}
.AnyTagClassName
{
color: #C165A1;
}
</style>
background-color css
<style>
a { background-color: #C165A1; }
a { background-color: rgb(193,101,161); }
div.DivClassName
{
background-color: #C165A1;
}
.BgClassName
{
background-color: #C165A1;
}
</style>
border-color css
<style>
span { border-color: #C165A1; }
span { border-color: rgb(193,101,161); }
td.TdClassName
{
border-color: #C165A1;
}
.TagClassName
{
border-color: #C165A1;
}
</style>