Shades of Hopbush #C1799C
Tints of Hopbush #C1799C
RGB
CMYK
RGB Variations
Color information
#C1799C (or 0xC1799C) is known color: Hopbush. HEX triplet: C1, 79 and 9C. RGB value is (193,121,156). Sum of RGB (Red+Green+Blue) = 193+121+156=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C1799C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1799C is #3E8663. Grayscale: #929292. Windows color (decimal): -4097636 or 10254785. OLE color: 10254785.
HSL color Cylindrical-coordinate representation of color #C1799C: hue angle of 330.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1799C is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 156 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.24 |
| HSL | 330.83º | 0.37% | 0.62% | - |
| HSV(B) | 330.83º | 0.37% | 0.76% | - |
| XYZ | 34.83 | 27.41 | 34.91 | - |
| YUV | 146.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 156 | 0 | 0.37 | 0.19 | 0.24 | 330.83 | 0.37 | 0.62 |
| Hex | C1 | 79 | 9C | 0 | 25 | 13 | 18 | 14B | 25 | 3E |
| Octal | 301 | 171 | 234 | 0 | 45 | 23 | 30 | 513 | 45 | 76 |
| Binary | 11000001 | 1111001 | 10011100 | 0 | 100101 | 10011 | 11000 | 101001011 | 100101 | 111110 |
Color Harmonies of #C1799C
Complementary color
Monochromatic Colors of #C1799C
Black with #C1799C
Text Example
Text Example
White with #C1799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1799C; }
p { color: rgb(193,121,156); }
H1.HeaderClassName
{
color: #C1799C;
}
.AnyTagClassName
{
color: #C1799C;
}
</style>
background-color css
<style>
a { background-color: #C1799C; }
a { background-color: rgb(193,121,156); }
div.DivClassName
{
background-color: #C1799C;
}
.BgClassName
{
background-color: #C1799C;
}
</style>
border-color css
<style>
span { border-color: #C1799C; }
span { border-color: rgb(193,121,156); }
td.TdClassName
{
border-color: #C1799C;
}
.TagClassName
{
border-color: #C1799C;
}
</style>