Shades of Hopbush #C1688D
Tints of Hopbush #C1688D
RGB
CMYK
RGB Variations
Color information
#C1688D (or 0xC1688D) is known color: Hopbush. HEX triplet: C1, 68 and 8D. RGB value is (193,104,141). Sum of RGB (Red+Green+Blue) = 193+104+141=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C1688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1688D is #3E9772. Grayscale: #868686. Windows color (decimal): -4102003 or 9267393. OLE color: 9267393.
HSL color Cylindrical-coordinate representation of color #C1688D: hue angle of 335.06º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1688D is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 141 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.24 |
| HSL | 335.06º | 0.42% | 0.58% | - |
| HSV(B) | 335.06º | 0.46% | 0.76% | - |
| XYZ | 31.75 | 23.16 | 28 | - |
| YUV | 134.83 | 131.49 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 141 | 0 | 0.46 | 0.27 | 0.24 | 335.06 | 0.42 | 0.58 |
| Hex | C1 | 68 | 8D | 0 | 2E | 1B | 18 | 14F | 2A | 3A |
| Octal | 301 | 150 | 215 | 0 | 56 | 33 | 30 | 517 | 52 | 72 |
| Binary | 11000001 | 1101000 | 10001101 | 0 | 101110 | 11011 | 11000 | 101001111 | 101010 | 111010 |
Color Harmonies of #C1688D
Complementary color
Monochromatic Colors of #C1688D
Black with #C1688D
Text Example
Text Example
White with #C1688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1688D; }
p { color: rgb(193,104,141); }
H1.HeaderClassName
{
color: #C1688D;
}
.AnyTagClassName
{
color: #C1688D;
}
</style>
background-color css
<style>
a { background-color: #C1688D; }
a { background-color: rgb(193,104,141); }
div.DivClassName
{
background-color: #C1688D;
}
.BgClassName
{
background-color: #C1688D;
}
</style>
border-color css
<style>
span { border-color: #C1688D; }
span { border-color: rgb(193,104,141); }
td.TdClassName
{
border-color: #C1688D;
}
.TagClassName
{
border-color: #C1688D;
}
</style>