Shades of Hopbush #C1799A
Tints of Hopbush #C1799A
RGB
CMYK
RGB Variations
Color information
#C1799A (or 0xC1799A) is known color: Hopbush. HEX triplet: C1, 79 and 9A. RGB value is (193,121,154). Sum of RGB (Red+Green+Blue) = 193+121+154=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1799A is #3E8665. Grayscale: #929292. Windows color (decimal): -4097638 or 10123713. OLE color: 10123713.
HSL color Cylindrical-coordinate representation of color #C1799A: hue angle of 332.5º 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 #C1799A is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 154 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.24 |
| HSL | 332.5º | 0.37% | 0.62% | - |
| HSV(B) | 332.5º | 0.37% | 0.76% | - |
| XYZ | 34.66 | 27.35 | 34.02 | - |
| YUV | 146.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 154 | 0 | 0.37 | 0.20 | 0.24 | 332.5 | 0.37 | 0.62 |
| Hex | C1 | 79 | 9A | 0 | 25 | 14 | 18 | 14C | 25 | 3E |
| Octal | 301 | 171 | 232 | 0 | 45 | 24 | 30 | 514 | 45 | 76 |
| Binary | 11000001 | 1111001 | 10011010 | 0 | 100101 | 10100 | 11000 | 101001100 | 100101 | 111110 |
Color Harmonies of #C1799A
Complementary color
Monochromatic Colors of #C1799A
Black with #C1799A
Text Example
Text Example
White with #C1799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1799A; }
p { color: rgb(193,121,154); }
H1.HeaderClassName
{
color: #C1799A;
}
.AnyTagClassName
{
color: #C1799A;
}
</style>
background-color css
<style>
a { background-color: #C1799A; }
a { background-color: rgb(193,121,154); }
div.DivClassName
{
background-color: #C1799A;
}
.BgClassName
{
background-color: #C1799A;
}
</style>
border-color css
<style>
span { border-color: #C1799A; }
span { border-color: rgb(193,121,154); }
td.TdClassName
{
border-color: #C1799A;
}
.TagClassName
{
border-color: #C1799A;
}
</style>