Shades of Hopbush #C0629D
Tints of Hopbush #C0629D
RGB
CMYK
RGB Variations
Color information
#C0629D (or 0xC0629D) is known color: Hopbush. HEX triplet: C0, 62 and 9D. RGB value is (192,98,157). Sum of RGB (Red+Green+Blue) = 192+98+157=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0629D is #3F9D62. Grayscale: #848484. Windows color (decimal): -4169059 or 10314432. OLE color: 10314432.
HSL color Cylindrical-coordinate representation of color #C0629D: hue angle of 322.34º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0629D is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 157 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.25 |
| HSL | 322.34º | 0.43% | 0.57% | - |
| HSV(B) | 322.34º | 0.49% | 0.75% | - |
| XYZ | 32.19 | 22.38 | 34.52 | - |
| YUV | 132.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 157 | 0 | 0.49 | 0.18 | 0.25 | 322.34 | 0.43 | 0.57 |
| Hex | C0 | 62 | 9D | 0 | 31 | 12 | 19 | 142 | 2B | 39 |
| Octal | 300 | 142 | 235 | 0 | 61 | 22 | 31 | 502 | 53 | 71 |
| Binary | 11000000 | 1100010 | 10011101 | 0 | 110001 | 10010 | 11001 | 101000010 | 101011 | 111001 |
Color Harmonies of #C0629D
Complementary color
Monochromatic Colors of #C0629D
Black with #C0629D
Text Example
Text Example
White with #C0629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0629D; }
p { color: rgb(192,98,157); }
H1.HeaderClassName
{
color: #C0629D;
}
.AnyTagClassName
{
color: #C0629D;
}
</style>
background-color css
<style>
a { background-color: #C0629D; }
a { background-color: rgb(192,98,157); }
div.DivClassName
{
background-color: #C0629D;
}
.BgClassName
{
background-color: #C0629D;
}
</style>
border-color css
<style>
span { border-color: #C0629D; }
span { border-color: rgb(192,98,157); }
td.TdClassName
{
border-color: #C0629D;
}
.TagClassName
{
border-color: #C0629D;
}
</style>