Shades of Hopbush #C165A8
Tints of Hopbush #C165A8
RGB
CMYK
RGB Variations
Color information
#C165A8 (or 0xC165A8) is known color: Hopbush. HEX triplet: C1, 65 and A8. RGB value is (193,101,168). Sum of RGB (Red+Green+Blue) = 193+101+168=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C165A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C165A8 is #3E9A57. Grayscale: #878787. Windows color (decimal): -4102744 or 11036097. OLE color: 11036097.
HSL color Cylindrical-coordinate representation of color #C165A8: hue angle of 316.3º 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 #C165A8 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 168 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.24 |
| HSL | 316.3º | 0.43% | 0.58% | - |
| HSV(B) | 316.3º | 0.48% | 0.76% | - |
| XYZ | 33.71 | 23.47 | 39.8 | - |
| YUV | 136.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 168 | 0 | 0.48 | 0.13 | 0.24 | 316.3 | 0.43 | 0.58 |
| Hex | C1 | 65 | A8 | 0 | 30 | D | 18 | 13C | 2B | 3A |
| Octal | 301 | 145 | 250 | 0 | 60 | 15 | 30 | 474 | 53 | 72 |
| Binary | 11000001 | 1100101 | 10101000 | 0 | 110000 | 1101 | 11000 | 100111100 | 101011 | 111010 |
Color Harmonies of #C165A8
Complementary color
Monochromatic Colors of #C165A8
Black with #C165A8
Text Example
Text Example
White with #C165A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165A8; }
p { color: rgb(193,101,168); }
H1.HeaderClassName
{
color: #C165A8;
}
.AnyTagClassName
{
color: #C165A8;
}
</style>
background-color css
<style>
a { background-color: #C165A8; }
a { background-color: rgb(193,101,168); }
div.DivClassName
{
background-color: #C165A8;
}
.BgClassName
{
background-color: #C165A8;
}
</style>
border-color css
<style>
span { border-color: #C165A8; }
span { border-color: rgb(193,101,168); }
td.TdClassName
{
border-color: #C165A8;
}
.TagClassName
{
border-color: #C165A8;
}
</style>