Shades of Hopbush #C1629A
Tints of Hopbush #C1629A
RGB
CMYK
RGB Variations
Color information
#C1629A (or 0xC1629A) is known color: Hopbush. HEX triplet: C1, 62 and 9A. RGB value is (193,98,154). Sum of RGB (Red+Green+Blue) = 193+98+154=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C1629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1629A is #3E9D65. Grayscale: #848484. Windows color (decimal): -4103526 or 10117825. OLE color: 10117825.
HSL color Cylindrical-coordinate representation of color #C1629A: hue angle of 324.63º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1629A is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 154 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.24 |
| HSL | 324.63º | 0.43% | 0.57% | - |
| HSV(B) | 324.63º | 0.49% | 0.76% | - |
| XYZ | 32.19 | 22.41 | 33.2 | - |
| YUV | 132.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 154 | 0 | 0.49 | 0.20 | 0.24 | 324.63 | 0.43 | 0.57 |
| Hex | C1 | 62 | 9A | 0 | 31 | 14 | 18 | 145 | 2B | 39 |
| Octal | 301 | 142 | 232 | 0 | 61 | 24 | 30 | 505 | 53 | 71 |
| Binary | 11000001 | 1100010 | 10011010 | 0 | 110001 | 10100 | 11000 | 101000101 | 101011 | 111001 |
Color Harmonies of #C1629A
Complementary color
Monochromatic Colors of #C1629A
Black with #C1629A
Text Example
Text Example
White with #C1629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1629A; }
p { color: rgb(193,98,154); }
H1.HeaderClassName
{
color: #C1629A;
}
.AnyTagClassName
{
color: #C1629A;
}
</style>
background-color css
<style>
a { background-color: #C1629A; }
a { background-color: rgb(193,98,154); }
div.DivClassName
{
background-color: #C1629A;
}
.BgClassName
{
background-color: #C1629A;
}
</style>
border-color css
<style>
span { border-color: #C1629A; }
span { border-color: rgb(193,98,154); }
td.TdClassName
{
border-color: #C1629A;
}
.TagClassName
{
border-color: #C1629A;
}
</style>