Shades of Hopbush #C1608C
Tints of Hopbush #C1608C
RGB
CMYK
RGB Variations
Color information
#C1608C (or 0xC1608C) is known color: Hopbush. HEX triplet: C1, 60 and 8C. RGB value is (193,96,140). Sum of RGB (Red+Green+Blue) = 193+96+140=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C1608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1608C is #3E9F73. Grayscale: #818181. Windows color (decimal): -4104052 or 9199809. OLE color: 9199809.
HSL color Cylindrical-coordinate representation of color #C1608C: hue angle of 332.78º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1608C is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 140 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.24 |
| HSL | 332.78º | 0.44% | 0.57% | - |
| HSV(B) | 332.78º | 0.5% | 0.76% | - |
| XYZ | 30.91 | 21.6 | 27.35 | - |
| YUV | 130.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 140 | 0 | 0.50 | 0.27 | 0.24 | 332.78 | 0.44 | 0.57 |
| Hex | C1 | 60 | 8C | 0 | 32 | 1B | 18 | 14D | 2C | 39 |
| Octal | 301 | 140 | 214 | 0 | 62 | 33 | 30 | 515 | 54 | 71 |
| Binary | 11000001 | 1100000 | 10001100 | 0 | 110010 | 11011 | 11000 | 101001101 | 101100 | 111001 |
Color Harmonies of #C1608C
Complementary color
Monochromatic Colors of #C1608C
Black with #C1608C
Text Example
Text Example
White with #C1608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1608C; }
p { color: rgb(193,96,140); }
H1.HeaderClassName
{
color: #C1608C;
}
.AnyTagClassName
{
color: #C1608C;
}
</style>
background-color css
<style>
a { background-color: #C1608C; }
a { background-color: rgb(193,96,140); }
div.DivClassName
{
background-color: #C1608C;
}
.BgClassName
{
background-color: #C1608C;
}
</style>
border-color css
<style>
span { border-color: #C1608C; }
span { border-color: rgb(193,96,140); }
td.TdClassName
{
border-color: #C1608C;
}
.TagClassName
{
border-color: #C1608C;
}
</style>