Shades of Hopbush #C1799F
Tints of Hopbush #C1799F
RGB
CMYK
RGB Variations
Color information
#C1799F (or 0xC1799F) is known color: Hopbush. HEX triplet: C1, 79 and 9F. RGB value is (193,121,159). Sum of RGB (Red+Green+Blue) = 193+121+159=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1799F is #3E8660. Grayscale: #929292. Windows color (decimal): -4097633 or 10451393. OLE color: 10451393.
HSL color Cylindrical-coordinate representation of color #C1799F: hue angle of 328.33º 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 #C1799F is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 159 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.24 |
| HSL | 328.33º | 0.37% | 0.62% | - |
| HSV(B) | 328.33º | 0.37% | 0.76% | - |
| XYZ | 35.09 | 27.52 | 36.26 | - |
| YUV | 146.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 159 | 0 | 0.37 | 0.18 | 0.24 | 328.33 | 0.37 | 0.62 |
| Hex | C1 | 79 | 9F | 0 | 25 | 12 | 18 | 148 | 25 | 3E |
| Octal | 301 | 171 | 237 | 0 | 45 | 22 | 30 | 510 | 45 | 76 |
| Binary | 11000001 | 1111001 | 10011111 | 0 | 100101 | 10010 | 11000 | 101001000 | 100101 | 111110 |
Color Harmonies of #C1799F
Complementary color
Monochromatic Colors of #C1799F
Black with #C1799F
Text Example
Text Example
White with #C1799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1799F; }
p { color: rgb(193,121,159); }
H1.HeaderClassName
{
color: #C1799F;
}
.AnyTagClassName
{
color: #C1799F;
}
</style>
background-color css
<style>
a { background-color: #C1799F; }
a { background-color: rgb(193,121,159); }
div.DivClassName
{
background-color: #C1799F;
}
.BgClassName
{
background-color: #C1799F;
}
</style>
border-color css
<style>
span { border-color: #C1799F; }
span { border-color: rgb(193,121,159); }
td.TdClassName
{
border-color: #C1799F;
}
.TagClassName
{
border-color: #C1799F;
}
</style>