Shades of Hopbush #C16D90
Tints of Hopbush #C16D90
RGB
CMYK
RGB Variations
Color information
#C16D90 (or 0xC16D90) is known color: Hopbush. HEX triplet: C1, 6D and 90. RGB value is (193,109,144). Sum of RGB (Red+Green+Blue) = 193+109+144=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16D90 is #3E926F. Grayscale: #8A8A8A. Windows color (decimal): -4100720 or 9465281. OLE color: 9465281.
HSL color Cylindrical-coordinate representation of color #C16D90: hue angle of 335º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16D90 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 144 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.24 |
| HSL | 335º | 0.4% | 0.59% | - |
| HSV(B) | 335º | 0.44% | 0.76% | - |
| XYZ | 32.5 | 24.29 | 29.36 | - |
| YUV | 138.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 144 | 0 | 0.44 | 0.25 | 0.24 | 335 | 0.4 | 0.59 |
| Hex | C1 | 6D | 90 | 0 | 2C | 19 | 18 | 14F | 28 | 3B |
| Octal | 301 | 155 | 220 | 0 | 54 | 31 | 30 | 517 | 50 | 73 |
| Binary | 11000001 | 1101101 | 10010000 | 0 | 101100 | 11001 | 11000 | 101001111 | 101000 | 111011 |
Color Harmonies of #C16D90
Complementary color
Monochromatic Colors of #C16D90
Black with #C16D90
Text Example
Text Example
White with #C16D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16D90; }
p { color: rgb(193,109,144); }
H1.HeaderClassName
{
color: #C16D90;
}
.AnyTagClassName
{
color: #C16D90;
}
</style>
background-color css
<style>
a { background-color: #C16D90; }
a { background-color: rgb(193,109,144); }
div.DivClassName
{
background-color: #C16D90;
}
.BgClassName
{
background-color: #C16D90;
}
</style>
border-color css
<style>
span { border-color: #C16D90; }
span { border-color: rgb(193,109,144); }
td.TdClassName
{
border-color: #C16D90;
}
.TagClassName
{
border-color: #C16D90;
}
</style>