Shades of Hopbush #C16F90
Tints of Hopbush #C16F90
RGB
CMYK
RGB Variations
Color information
#C16F90 (or 0xC16F90) is known color: Hopbush. HEX triplet: C1, 6F and 90. RGB value is (193,111,144). Sum of RGB (Red+Green+Blue) = 193+111+144=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16F90 is #3E906F. Grayscale: #8B8B8B. Windows color (decimal): -4100208 or 9465793. OLE color: 9465793.
HSL color Cylindrical-coordinate representation of color #C16F90: hue angle of 335.85º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16F90 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 144 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.24 |
| HSL | 335.85º | 0.4% | 0.6% | - |
| HSV(B) | 335.85º | 0.42% | 0.76% | - |
| XYZ | 32.71 | 24.72 | 29.43 | - |
| YUV | 139.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 144 | 0 | 0.42 | 0.25 | 0.24 | 335.85 | 0.4 | 0.6 |
| Hex | C1 | 6F | 90 | 0 | 2A | 19 | 18 | 150 | 28 | 3C |
| Octal | 301 | 157 | 220 | 0 | 52 | 31 | 30 | 520 | 50 | 74 |
| Binary | 11000001 | 1101111 | 10010000 | 0 | 101010 | 11001 | 11000 | 101010000 | 101000 | 111100 |
Color Harmonies of #C16F90
Complementary color
Monochromatic Colors of #C16F90
Black with #C16F90
Text Example
Text Example
White with #C16F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F90; }
p { color: rgb(193,111,144); }
H1.HeaderClassName
{
color: #C16F90;
}
.AnyTagClassName
{
color: #C16F90;
}
</style>
background-color css
<style>
a { background-color: #C16F90; }
a { background-color: rgb(193,111,144); }
div.DivClassName
{
background-color: #C16F90;
}
.BgClassName
{
background-color: #C16F90;
}
</style>
border-color css
<style>
span { border-color: #C16F90; }
span { border-color: rgb(193,111,144); }
td.TdClassName
{
border-color: #C16F90;
}
.TagClassName
{
border-color: #C16F90;
}
</style>