Shades of Hopbush #C16F9A
Tints of Hopbush #C16F9A
RGB
CMYK
RGB Variations
Color information
#C16F9A (or 0xC16F9A) is known color: Hopbush. HEX triplet: C1, 6F and 9A. RGB value is (193,111,154). Sum of RGB (Red+Green+Blue) = 193+111+154=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16F9A is #3E9065. Grayscale: #8C8C8C. Windows color (decimal): -4100198 or 10121153. OLE color: 10121153.
HSL color Cylindrical-coordinate representation of color #C16F9A: hue angle of 328.54º 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 #C16F9A is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 154 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.24 |
| HSL | 328.54º | 0.4% | 0.6% | - |
| HSV(B) | 328.54º | 0.42% | 0.76% | - |
| XYZ | 33.51 | 25.04 | 33.64 | - |
| YUV | 140.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 154 | 0 | 0.42 | 0.20 | 0.24 | 328.54 | 0.4 | 0.6 |
| Hex | C1 | 6F | 9A | 0 | 2A | 14 | 18 | 149 | 28 | 3C |
| Octal | 301 | 157 | 232 | 0 | 52 | 24 | 30 | 511 | 50 | 74 |
| Binary | 11000001 | 1101111 | 10011010 | 0 | 101010 | 10100 | 11000 | 101001001 | 101000 | 111100 |
Color Harmonies of #C16F9A
Complementary color
Monochromatic Colors of #C16F9A
Black with #C16F9A
Text Example
Text Example
White with #C16F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F9A; }
p { color: rgb(193,111,154); }
H1.HeaderClassName
{
color: #C16F9A;
}
.AnyTagClassName
{
color: #C16F9A;
}
</style>
background-color css
<style>
a { background-color: #C16F9A; }
a { background-color: rgb(193,111,154); }
div.DivClassName
{
background-color: #C16F9A;
}
.BgClassName
{
background-color: #C16F9A;
}
</style>
border-color css
<style>
span { border-color: #C16F9A; }
span { border-color: rgb(193,111,154); }
td.TdClassName
{
border-color: #C16F9A;
}
.TagClassName
{
border-color: #C16F9A;
}
</style>