Shades of Hopbush #C1708B
Tints of Hopbush #C1708B
RGB
CMYK
RGB Variations
Color information
#C1708B (or 0xC1708B) is known color: Hopbush. HEX triplet: C1, 70 and 8B. RGB value is (193,112,139). Sum of RGB (Red+Green+Blue) = 193+112+139=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1708B is #3E8F74. Grayscale: #8B8B8B. Windows color (decimal): -4099957 or 9138369. OLE color: 9138369.
HSL color Cylindrical-coordinate representation of color #C1708B: hue angle of 340º 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 #C1708B is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 139 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.24 |
| HSL | 340º | 0.4% | 0.6% | - |
| HSV(B) | 340º | 0.42% | 0.76% | - |
| XYZ | 32.45 | 24.79 | 27.5 | - |
| YUV | 139.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 139 | 0 | 0.42 | 0.28 | 0.24 | 340 | 0.4 | 0.6 |
| Hex | C1 | 70 | 8B | 0 | 2A | 1C | 18 | 154 | 28 | 3C |
| Octal | 301 | 160 | 213 | 0 | 52 | 34 | 30 | 524 | 50 | 74 |
| Binary | 11000001 | 1110000 | 10001011 | 0 | 101010 | 11100 | 11000 | 101010100 | 101000 | 111100 |
Color Harmonies of #C1708B
Complementary color
Monochromatic Colors of #C1708B
Black with #C1708B
Text Example
Text Example
White with #C1708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1708B; }
p { color: rgb(193,112,139); }
H1.HeaderClassName
{
color: #C1708B;
}
.AnyTagClassName
{
color: #C1708B;
}
</style>
background-color css
<style>
a { background-color: #C1708B; }
a { background-color: rgb(193,112,139); }
div.DivClassName
{
background-color: #C1708B;
}
.BgClassName
{
background-color: #C1708B;
}
</style>
border-color css
<style>
span { border-color: #C1708B; }
span { border-color: rgb(193,112,139); }
td.TdClassName
{
border-color: #C1708B;
}
.TagClassName
{
border-color: #C1708B;
}
</style>