Shades of Hopbush #C16497
Tints of Hopbush #C16497
RGB
CMYK
RGB Variations
Color information
#C16497 (or 0xC16497) is known color: Hopbush. HEX triplet: C1, 64 and 97. RGB value is (193,100,151). Sum of RGB (Red+Green+Blue) = 193+100+151=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C16497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16497 is #3E9B68. Grayscale: #858585. Windows color (decimal): -4103017 or 9921729. OLE color: 9921729.
HSL color Cylindrical-coordinate representation of color #C16497: hue angle of 327.1º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16497 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 151 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.24 |
| HSL | 327.1º | 0.43% | 0.57% | - |
| HSV(B) | 327.1º | 0.48% | 0.76% | - |
| XYZ | 32.14 | 22.69 | 31.96 | - |
| YUV | 133.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 151 | 0 | 0.48 | 0.22 | 0.24 | 327.1 | 0.43 | 0.57 |
| Hex | C1 | 64 | 97 | 0 | 30 | 16 | 18 | 147 | 2B | 39 |
| Octal | 301 | 144 | 227 | 0 | 60 | 26 | 30 | 507 | 53 | 71 |
| Binary | 11000001 | 1100100 | 10010111 | 0 | 110000 | 10110 | 11000 | 101000111 | 101011 | 111001 |
Color Harmonies of #C16497
Complementary color
Monochromatic Colors of #C16497
Black with #C16497
Text Example
Text Example
White with #C16497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16497; }
p { color: rgb(193,100,151); }
H1.HeaderClassName
{
color: #C16497;
}
.AnyTagClassName
{
color: #C16497;
}
</style>
background-color css
<style>
a { background-color: #C16497; }
a { background-color: rgb(193,100,151); }
div.DivClassName
{
background-color: #C16497;
}
.BgClassName
{
background-color: #C16497;
}
</style>
border-color css
<style>
span { border-color: #C16497; }
span { border-color: rgb(193,100,151); }
td.TdClassName
{
border-color: #C16497;
}
.TagClassName
{
border-color: #C16497;
}
</style>