Shades of Hopbush #C1769C
Tints of Hopbush #C1769C
RGB
CMYK
RGB Variations
Color information
#C1769C (or 0xC1769C) is known color: Hopbush. HEX triplet: C1, 76 and 9C. RGB value is (193,118,156). Sum of RGB (Red+Green+Blue) = 193+118+156=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1769C is #3E8963. Grayscale: #909090. Windows color (decimal): -4098404 or 10254017. OLE color: 10254017.
HSL color Cylindrical-coordinate representation of color #C1769C: hue angle of 329.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1769C is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 156 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.24 |
| HSL | 329.6º | 0.38% | 0.61% | - |
| HSV(B) | 329.6º | 0.39% | 0.76% | - |
| XYZ | 34.47 | 26.69 | 34.79 | - |
| YUV | 144.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 156 | 0 | 0.39 | 0.19 | 0.24 | 329.6 | 0.38 | 0.61 |
| Hex | C1 | 76 | 9C | 0 | 27 | 13 | 18 | 14A | 26 | 3D |
| Octal | 301 | 166 | 234 | 0 | 47 | 23 | 30 | 512 | 46 | 75 |
| Binary | 11000001 | 1110110 | 10011100 | 0 | 100111 | 10011 | 11000 | 101001010 | 100110 | 111101 |
Color Harmonies of #C1769C
Complementary color
Monochromatic Colors of #C1769C
Black with #C1769C
Text Example
Text Example
White with #C1769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1769C; }
p { color: rgb(193,118,156); }
H1.HeaderClassName
{
color: #C1769C;
}
.AnyTagClassName
{
color: #C1769C;
}
</style>
background-color css
<style>
a { background-color: #C1769C; }
a { background-color: rgb(193,118,156); }
div.DivClassName
{
background-color: #C1769C;
}
.BgClassName
{
background-color: #C1769C;
}
</style>
border-color css
<style>
span { border-color: #C1769C; }
span { border-color: rgb(193,118,156); }
td.TdClassName
{
border-color: #C1769C;
}
.TagClassName
{
border-color: #C1769C;
}
</style>