Shades of Hopbush #C17090
Tints of Hopbush #C17090
RGB
CMYK
RGB Variations
Color information
#C17090 (or 0xC17090) is known color: Hopbush. HEX triplet: C1, 70 and 90. RGB value is (193,112,144). Sum of RGB (Red+Green+Blue) = 193+112+144=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C17090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17090 is #3E8F6F. Grayscale: #8B8B8B. Windows color (decimal): -4099952 or 9466049. OLE color: 9466049.
HSL color Cylindrical-coordinate representation of color #C17090: hue angle of 336.3º 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 #C17090 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 144 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.24 |
| HSL | 336.3º | 0.4% | 0.6% | - |
| HSV(B) | 336.3º | 0.42% | 0.76% | - |
| XYZ | 32.82 | 24.94 | 29.47 | - |
| YUV | 139.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 144 | 0 | 0.42 | 0.25 | 0.24 | 336.3 | 0.4 | 0.6 |
| Hex | C1 | 70 | 90 | 0 | 2A | 19 | 18 | 150 | 28 | 3C |
| Octal | 301 | 160 | 220 | 0 | 52 | 31 | 30 | 520 | 50 | 74 |
| Binary | 11000001 | 1110000 | 10010000 | 0 | 101010 | 11001 | 11000 | 101010000 | 101000 | 111100 |
Color Harmonies of #C17090
Complementary color
Monochromatic Colors of #C17090
Black with #C17090
Text Example
Text Example
White with #C17090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17090; }
p { color: rgb(193,112,144); }
H1.HeaderClassName
{
color: #C17090;
}
.AnyTagClassName
{
color: #C17090;
}
</style>
background-color css
<style>
a { background-color: #C17090; }
a { background-color: rgb(193,112,144); }
div.DivClassName
{
background-color: #C17090;
}
.BgClassName
{
background-color: #C17090;
}
</style>
border-color css
<style>
span { border-color: #C17090; }
span { border-color: rgb(193,112,144); }
td.TdClassName
{
border-color: #C17090;
}
.TagClassName
{
border-color: #C17090;
}
</style>