Shades of Hopbush #C17DA2
Tints of Hopbush #C17DA2
RGB
CMYK
RGB Variations
Color information
#C17DA2 (or 0xC17DA2) is known color: Hopbush. HEX triplet: C1, 7D and A2. RGB value is (193,125,162). Sum of RGB (Red+Green+Blue) = 193+125+162=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C17DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17DA2 is #3E825D. Grayscale: #959595. Windows color (decimal): -4096606 or 10649025. OLE color: 10649025.
HSL color Cylindrical-coordinate representation of color #C17DA2: hue angle of 327.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17DA2 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 162 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.24 |
| HSL | 327.35º | 0.35% | 0.62% | - |
| HSV(B) | 327.35º | 0.35% | 0.76% | - |
| XYZ | 35.85 | 28.61 | 37.82 | - |
| YUV | 149.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 162 | 0 | 0.35 | 0.16 | 0.24 | 327.35 | 0.35 | 0.62 |
| Hex | C1 | 7D | A2 | 0 | 23 | 10 | 18 | 147 | 23 | 3E |
| Octal | 301 | 175 | 242 | 0 | 43 | 20 | 30 | 507 | 43 | 76 |
| Binary | 11000001 | 1111101 | 10100010 | 0 | 100011 | 10000 | 11000 | 101000111 | 100011 | 111110 |
Color Harmonies of #C17DA2
Complementary color
Monochromatic Colors of #C17DA2
Black with #C17DA2
Text Example
Text Example
White with #C17DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17DA2; }
p { color: rgb(193,125,162); }
H1.HeaderClassName
{
color: #C17DA2;
}
.AnyTagClassName
{
color: #C17DA2;
}
</style>
background-color css
<style>
a { background-color: #C17DA2; }
a { background-color: rgb(193,125,162); }
div.DivClassName
{
background-color: #C17DA2;
}
.BgClassName
{
background-color: #C17DA2;
}
</style>
border-color css
<style>
span { border-color: #C17DA2; }
span { border-color: rgb(193,125,162); }
td.TdClassName
{
border-color: #C17DA2;
}
.TagClassName
{
border-color: #C17DA2;
}
</style>