Shades of Hopbush #C1698D
Tints of Hopbush #C1698D
RGB
CMYK
RGB Variations
Color information
#C1698D (or 0xC1698D) is known color: Hopbush. HEX triplet: C1, 69 and 8D. RGB value is (193,105,141). Sum of RGB (Red+Green+Blue) = 193+105+141=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C1698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1698D is #3E9672. Grayscale: #878787. Windows color (decimal): -4101747 or 9267649. OLE color: 9267649.
HSL color Cylindrical-coordinate representation of color #C1698D: hue angle of 335.45º 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 #C1698D is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 141 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.24 |
| HSL | 335.45º | 0.42% | 0.58% | - |
| HSV(B) | 335.45º | 0.46% | 0.76% | - |
| XYZ | 31.85 | 23.36 | 28.03 | - |
| YUV | 135.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 141 | 0 | 0.46 | 0.27 | 0.24 | 335.45 | 0.42 | 0.58 |
| Hex | C1 | 69 | 8D | 0 | 2E | 1B | 18 | 14F | 2A | 3A |
| Octal | 301 | 151 | 215 | 0 | 56 | 33 | 30 | 517 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10001101 | 0 | 101110 | 11011 | 11000 | 101001111 | 101010 | 111010 |
Color Harmonies of #C1698D
Complementary color
Monochromatic Colors of #C1698D
Black with #C1698D
Text Example
Text Example
White with #C1698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1698D; }
p { color: rgb(193,105,141); }
H1.HeaderClassName
{
color: #C1698D;
}
.AnyTagClassName
{
color: #C1698D;
}
</style>
background-color css
<style>
a { background-color: #C1698D; }
a { background-color: rgb(193,105,141); }
div.DivClassName
{
background-color: #C1698D;
}
.BgClassName
{
background-color: #C1698D;
}
</style>
border-color css
<style>
span { border-color: #C1698D; }
span { border-color: rgb(193,105,141); }
td.TdClassName
{
border-color: #C1698D;
}
.TagClassName
{
border-color: #C1698D;
}
</style>