Shades of Hopbush #C17C9C
Tints of Hopbush #C17C9C
RGB
CMYK
RGB Variations
Color information
#C17C9C (or 0xC17C9C) is known color: Hopbush. HEX triplet: C1, 7C and 9C. RGB value is (193,124,156). Sum of RGB (Red+Green+Blue) = 193+124+156=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17C9C is #3E8363. Grayscale: #949494. Windows color (decimal): -4096868 or 10255553. OLE color: 10255553.
HSL color Cylindrical-coordinate representation of color #C17C9C: hue angle of 332.17º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17C9C is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 156 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.24 |
| HSL | 332.17º | 0.36% | 0.62% | - |
| HSV(B) | 332.17º | 0.36% | 0.76% | - |
| XYZ | 35.2 | 28.15 | 35.03 | - |
| YUV | 148.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 156 | 0 | 0.36 | 0.19 | 0.24 | 332.17 | 0.36 | 0.62 |
| Hex | C1 | 7C | 9C | 0 | 24 | 13 | 18 | 14C | 24 | 3E |
| Octal | 301 | 174 | 234 | 0 | 44 | 23 | 30 | 514 | 44 | 76 |
| Binary | 11000001 | 1111100 | 10011100 | 0 | 100100 | 10011 | 11000 | 101001100 | 100100 | 111110 |
Color Harmonies of #C17C9C
Complementary color
Monochromatic Colors of #C17C9C
Black with #C17C9C
Text Example
Text Example
White with #C17C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C9C; }
p { color: rgb(193,124,156); }
H1.HeaderClassName
{
color: #C17C9C;
}
.AnyTagClassName
{
color: #C17C9C;
}
</style>
background-color css
<style>
a { background-color: #C17C9C; }
a { background-color: rgb(193,124,156); }
div.DivClassName
{
background-color: #C17C9C;
}
.BgClassName
{
background-color: #C17C9C;
}
</style>
border-color css
<style>
span { border-color: #C17C9C; }
span { border-color: rgb(193,124,156); }
td.TdClassName
{
border-color: #C17C9C;
}
.TagClassName
{
border-color: #C17C9C;
}
</style>