Shades of Hopbush #C17398
Tints of Hopbush #C17398
RGB
CMYK
RGB Variations
Color information
#C17398 (or 0xC17398) is known color: Hopbush. HEX triplet: C1, 73 and 98. RGB value is (193,115,152). Sum of RGB (Red+Green+Blue) = 193+115+152=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C17398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17398 is #3E8C67. Grayscale: #8E8E8E. Windows color (decimal): -4099176 or 9991105. OLE color: 9991105.
HSL color Cylindrical-coordinate representation of color #C17398: hue angle of 331.54º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17398 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 152 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.24 |
| HSL | 331.54º | 0.39% | 0.6% | - |
| HSV(B) | 331.54º | 0.4% | 0.76% | - |
| XYZ | 33.79 | 25.87 | 32.92 | - |
| YUV | 142.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 152 | 0 | 0.40 | 0.21 | 0.24 | 331.54 | 0.39 | 0.6 |
| Hex | C1 | 73 | 98 | 0 | 28 | 15 | 18 | 14C | 27 | 3C |
| Octal | 301 | 163 | 230 | 0 | 50 | 25 | 30 | 514 | 47 | 74 |
| Binary | 11000001 | 1110011 | 10011000 | 0 | 101000 | 10101 | 11000 | 101001100 | 100111 | 111100 |
Color Harmonies of #C17398
Complementary color
Monochromatic Colors of #C17398
Black with #C17398
Text Example
Text Example
White with #C17398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17398; }
p { color: rgb(193,115,152); }
H1.HeaderClassName
{
color: #C17398;
}
.AnyTagClassName
{
color: #C17398;
}
</style>
background-color css
<style>
a { background-color: #C17398; }
a { background-color: rgb(193,115,152); }
div.DivClassName
{
background-color: #C17398;
}
.BgClassName
{
background-color: #C17398;
}
</style>
border-color css
<style>
span { border-color: #C17398; }
span { border-color: rgb(193,115,152); }
td.TdClassName
{
border-color: #C17398;
}
.TagClassName
{
border-color: #C17398;
}
</style>