Shades of Hopbush #C1668B
Tints of Hopbush #C1668B
RGB
CMYK
RGB Variations
Color information
#C1668B (or 0xC1668B) is known color: Hopbush. HEX triplet: C1, 66 and 8B. RGB value is (193,102,139). Sum of RGB (Red+Green+Blue) = 193+102+139=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1668B is #3E9974. Grayscale: #858585. Windows color (decimal): -4102517 or 9135809. OLE color: 9135809.
HSL color Cylindrical-coordinate representation of color #C1668B: hue angle of 335.6º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1668B is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 139 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.24 |
| HSL | 335.6º | 0.42% | 0.58% | - |
| HSV(B) | 335.6º | 0.47% | 0.76% | - |
| XYZ | 31.4 | 22.7 | 27.15 | - |
| YUV | 133.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 139 | 0 | 0.47 | 0.28 | 0.24 | 335.6 | 0.42 | 0.58 |
| Hex | C1 | 66 | 8B | 0 | 2F | 1C | 18 | 150 | 2A | 3A |
| Octal | 301 | 146 | 213 | 0 | 57 | 34 | 30 | 520 | 52 | 72 |
| Binary | 11000001 | 1100110 | 10001011 | 0 | 101111 | 11100 | 11000 | 101010000 | 101010 | 111010 |
Color Harmonies of #C1668B
Complementary color
Monochromatic Colors of #C1668B
Black with #C1668B
Text Example
Text Example
White with #C1668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1668B; }
p { color: rgb(193,102,139); }
H1.HeaderClassName
{
color: #C1668B;
}
.AnyTagClassName
{
color: #C1668B;
}
</style>
background-color css
<style>
a { background-color: #C1668B; }
a { background-color: rgb(193,102,139); }
div.DivClassName
{
background-color: #C1668B;
}
.BgClassName
{
background-color: #C1668B;
}
</style>
border-color css
<style>
span { border-color: #C1668B; }
span { border-color: rgb(193,102,139); }
td.TdClassName
{
border-color: #C1668B;
}
.TagClassName
{
border-color: #C1668B;
}
</style>