Shades of Hopbush #C174A3
Tints of Hopbush #C174A3
RGB
CMYK
RGB Variations
Color information
#C174A3 (or 0xC174A3) is known color: Hopbush. HEX triplet: C1, 74 and A3. RGB value is (193,116,163). Sum of RGB (Red+Green+Blue) = 193+116+163=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C174A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C174A3 is #3E8B5C. Grayscale: #909090. Windows color (decimal): -4098909 or 10712257. OLE color: 10712257.
HSL color Cylindrical-coordinate representation of color #C174A3: hue angle of 323.38º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C174A3 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 163 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.24 |
| HSL | 323.38º | 0.38% | 0.61% | - |
| HSV(B) | 323.38º | 0.4% | 0.76% | - |
| XYZ | 34.85 | 26.47 | 37.92 | - |
| YUV | 144.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 163 | 0 | 0.40 | 0.16 | 0.24 | 323.38 | 0.38 | 0.61 |
| Hex | C1 | 74 | A3 | 0 | 28 | 10 | 18 | 143 | 26 | 3D |
| Octal | 301 | 164 | 243 | 0 | 50 | 20 | 30 | 503 | 46 | 75 |
| Binary | 11000001 | 1110100 | 10100011 | 0 | 101000 | 10000 | 11000 | 101000011 | 100110 | 111101 |
Color Harmonies of #C174A3
Complementary color
Monochromatic Colors of #C174A3
Black with #C174A3
Text Example
Text Example
White with #C174A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C174A3; }
p { color: rgb(193,116,163); }
H1.HeaderClassName
{
color: #C174A3;
}
.AnyTagClassName
{
color: #C174A3;
}
</style>
background-color css
<style>
a { background-color: #C174A3; }
a { background-color: rgb(193,116,163); }
div.DivClassName
{
background-color: #C174A3;
}
.BgClassName
{
background-color: #C174A3;
}
</style>
border-color css
<style>
span { border-color: #C174A3; }
span { border-color: rgb(193,116,163); }
td.TdClassName
{
border-color: #C174A3;
}
.TagClassName
{
border-color: #C174A3;
}
</style>