Shades of Hopbush #C1698E
Tints of Hopbush #C1698E
RGB
CMYK
RGB Variations
Color information
#C1698E (or 0xC1698E) is known color: Hopbush. HEX triplet: C1, 69 and 8E. RGB value is (193,105,142). Sum of RGB (Red+Green+Blue) = 193+105+142=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C1698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1698E is #3E9671. Grayscale: #878787. Windows color (decimal): -4101746 or 9333185. OLE color: 9333185.
HSL color Cylindrical-coordinate representation of color #C1698E: hue angle of 334.77º 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 #C1698E is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 142 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.24 |
| HSL | 334.77º | 0.42% | 0.58% | - |
| HSV(B) | 334.77º | 0.46% | 0.76% | - |
| XYZ | 31.93 | 23.39 | 28.42 | - |
| YUV | 135.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 142 | 0 | 0.46 | 0.26 | 0.24 | 334.77 | 0.42 | 0.58 |
| Hex | C1 | 69 | 8E | 0 | 2E | 1A | 18 | 14F | 2A | 3A |
| Octal | 301 | 151 | 216 | 0 | 56 | 32 | 30 | 517 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10001110 | 0 | 101110 | 11010 | 11000 | 101001111 | 101010 | 111010 |
Color Harmonies of #C1698E
Complementary color
Monochromatic Colors of #C1698E
Black with #C1698E
Text Example
Text Example
White with #C1698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1698E; }
p { color: rgb(193,105,142); }
H1.HeaderClassName
{
color: #C1698E;
}
.AnyTagClassName
{
color: #C1698E;
}
</style>
background-color css
<style>
a { background-color: #C1698E; }
a { background-color: rgb(193,105,142); }
div.DivClassName
{
background-color: #C1698E;
}
.BgClassName
{
background-color: #C1698E;
}
</style>
border-color css
<style>
span { border-color: #C1698E; }
span { border-color: rgb(193,105,142); }
td.TdClassName
{
border-color: #C1698E;
}
.TagClassName
{
border-color: #C1698E;
}
</style>