Shades of Hopbush #C17199
Tints of Hopbush #C17199
RGB
CMYK
RGB Variations
Color information
#C17199 (or 0xC17199) is known color: Hopbush. HEX triplet: C1, 71 and 99. RGB value is (193,113,153). Sum of RGB (Red+Green+Blue) = 193+113+153=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C17199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17199 is #3E8E66. Grayscale: #8D8D8D. Windows color (decimal): -4099687 or 10056129. OLE color: 10056129.
HSL color Cylindrical-coordinate representation of color #C17199: hue angle of 330º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17199 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 153 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.24 |
| HSL | 330º | 0.39% | 0.6% | - |
| HSV(B) | 330º | 0.41% | 0.76% | - |
| XYZ | 33.65 | 25.45 | 33.28 | - |
| YUV | 141.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 153 | 0 | 0.41 | 0.21 | 0.24 | 330 | 0.39 | 0.6 |
| Hex | C1 | 71 | 99 | 0 | 29 | 15 | 18 | 14A | 27 | 3C |
| Octal | 301 | 161 | 231 | 0 | 51 | 25 | 30 | 512 | 47 | 74 |
| Binary | 11000001 | 1110001 | 10011001 | 0 | 101001 | 10101 | 11000 | 101001010 | 100111 | 111100 |
Color Harmonies of #C17199
Complementary color
Monochromatic Colors of #C17199
Black with #C17199
Text Example
Text Example
White with #C17199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17199; }
p { color: rgb(193,113,153); }
H1.HeaderClassName
{
color: #C17199;
}
.AnyTagClassName
{
color: #C17199;
}
</style>
background-color css
<style>
a { background-color: #C17199; }
a { background-color: rgb(193,113,153); }
div.DivClassName
{
background-color: #C17199;
}
.BgClassName
{
background-color: #C17199;
}
</style>
border-color css
<style>
span { border-color: #C17199; }
span { border-color: rgb(193,113,153); }
td.TdClassName
{
border-color: #C17199;
}
.TagClassName
{
border-color: #C17199;
}
</style>