Shades of Hopbush #C1769D
Tints of Hopbush #C1769D
RGB
CMYK
RGB Variations
Color information
#C1769D (or 0xC1769D) is known color: Hopbush. HEX triplet: C1, 76 and 9D. RGB value is (193,118,157). Sum of RGB (Red+Green+Blue) = 193+118+157=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1769D is #3E8962. Grayscale: #909090. Windows color (decimal): -4098403 or 10319553. OLE color: 10319553.
HSL color Cylindrical-coordinate representation of color #C1769D: hue angle of 328.8º 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 #C1769D is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 157 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.24 |
| HSL | 328.8º | 0.38% | 0.61% | - |
| HSV(B) | 328.8º | 0.39% | 0.76% | - |
| XYZ | 34.56 | 26.73 | 35.24 | - |
| YUV | 144.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 157 | 0 | 0.39 | 0.19 | 0.24 | 328.8 | 0.38 | 0.61 |
| Hex | C1 | 76 | 9D | 0 | 27 | 13 | 18 | 149 | 26 | 3D |
| Octal | 301 | 166 | 235 | 0 | 47 | 23 | 30 | 511 | 46 | 75 |
| Binary | 11000001 | 1110110 | 10011101 | 0 | 100111 | 10011 | 11000 | 101001001 | 100110 | 111101 |
Color Harmonies of #C1769D
Complementary color
Monochromatic Colors of #C1769D
Black with #C1769D
Text Example
Text Example
White with #C1769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1769D; }
p { color: rgb(193,118,157); }
H1.HeaderClassName
{
color: #C1769D;
}
.AnyTagClassName
{
color: #C1769D;
}
</style>
background-color css
<style>
a { background-color: #C1769D; }
a { background-color: rgb(193,118,157); }
div.DivClassName
{
background-color: #C1769D;
}
.BgClassName
{
background-color: #C1769D;
}
</style>
border-color css
<style>
span { border-color: #C1769D; }
span { border-color: rgb(193,118,157); }
td.TdClassName
{
border-color: #C1769D;
}
.TagClassName
{
border-color: #C1769D;
}
</style>