Shades of Hopbush #C174A1
Tints of Hopbush #C174A1
RGB
CMYK
RGB Variations
Color information
#C174A1 (or 0xC174A1) is known color: Hopbush. HEX triplet: C1, 74 and A1. RGB value is (193,116,161). Sum of RGB (Red+Green+Blue) = 193+116+161=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C174A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C174A1 is #3E8B5E. Grayscale: #909090. Windows color (decimal): -4098911 or 10581185. OLE color: 10581185.
HSL color Cylindrical-coordinate representation of color #C174A1: hue angle of 324.94º 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 #C174A1 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 161 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.24 |
| HSL | 324.94º | 0.38% | 0.61% | - |
| HSV(B) | 324.94º | 0.4% | 0.76% | - |
| XYZ | 34.67 | 26.4 | 36.99 | - |
| YUV | 144.15 | 137.51 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 161 | 0 | 0.40 | 0.17 | 0.24 | 324.94 | 0.38 | 0.61 |
| Hex | C1 | 74 | A1 | 0 | 28 | 11 | 18 | 145 | 26 | 3D |
| Octal | 301 | 164 | 241 | 0 | 50 | 21 | 30 | 505 | 46 | 75 |
| Binary | 11000001 | 1110100 | 10100001 | 0 | 101000 | 10001 | 11000 | 101000101 | 100110 | 111101 |
Color Harmonies of #C174A1
Complementary color
Monochromatic Colors of #C174A1
Black with #C174A1
Text Example
Text Example
White with #C174A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C174A1; }
p { color: rgb(193,116,161); }
H1.HeaderClassName
{
color: #C174A1;
}
.AnyTagClassName
{
color: #C174A1;
}
</style>
background-color css
<style>
a { background-color: #C174A1; }
a { background-color: rgb(193,116,161); }
div.DivClassName
{
background-color: #C174A1;
}
.BgClassName
{
background-color: #C174A1;
}
</style>
border-color css
<style>
span { border-color: #C174A1; }
span { border-color: rgb(193,116,161); }
td.TdClassName
{
border-color: #C174A1;
}
.TagClassName
{
border-color: #C174A1;
}
</style>