Shades of Hopbush #C1669C
Tints of Hopbush #C1669C
RGB
CMYK
RGB Variations
Color information
#C1669C (or 0xC1669C) is known color: Hopbush. HEX triplet: C1, 66 and 9C. RGB value is (193,102,156). Sum of RGB (Red+Green+Blue) = 193+102+156=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C1669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1669C is #3E9963. Grayscale: #878787. Windows color (decimal): -4102500 or 10249921. OLE color: 10249921.
HSL color Cylindrical-coordinate representation of color #C1669C: hue angle of 324.4º 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 #C1669C is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 156 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.24 |
| HSL | 324.4º | 0.42% | 0.58% | - |
| HSV(B) | 324.4º | 0.47% | 0.76% | - |
| XYZ | 32.74 | 23.24 | 34.21 | - |
| YUV | 135.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 156 | 0 | 0.47 | 0.19 | 0.24 | 324.4 | 0.42 | 0.58 |
| Hex | C1 | 66 | 9C | 0 | 2F | 13 | 18 | 144 | 2A | 3A |
| Octal | 301 | 146 | 234 | 0 | 57 | 23 | 30 | 504 | 52 | 72 |
| Binary | 11000001 | 1100110 | 10011100 | 0 | 101111 | 10011 | 11000 | 101000100 | 101010 | 111010 |
Color Harmonies of #C1669C
Complementary color
Monochromatic Colors of #C1669C
Black with #C1669C
Text Example
Text Example
White with #C1669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1669C; }
p { color: rgb(193,102,156); }
H1.HeaderClassName
{
color: #C1669C;
}
.AnyTagClassName
{
color: #C1669C;
}
</style>
background-color css
<style>
a { background-color: #C1669C; }
a { background-color: rgb(193,102,156); }
div.DivClassName
{
background-color: #C1669C;
}
.BgClassName
{
background-color: #C1669C;
}
</style>
border-color css
<style>
span { border-color: #C1669C; }
span { border-color: rgb(193,102,156); }
td.TdClassName
{
border-color: #C1669C;
}
.TagClassName
{
border-color: #C1669C;
}
</style>