Shades of Hopbush #C0759F
Tints of Hopbush #C0759F
RGB
CMYK
RGB Variations
Color information
#C0759F (or 0xC0759F) is known color: Hopbush. HEX triplet: C0, 75 and 9F. RGB value is (192,117,159). Sum of RGB (Red+Green+Blue) = 192+117+159=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0759F is #3F8A60. Grayscale: #909090. Windows color (decimal): -4164193 or 10450368. OLE color: 10450368.
HSL color Cylindrical-coordinate representation of color #C0759F: hue angle of 326.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0759F is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 159 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.25 |
| HSL | 326.4º | 0.37% | 0.61% | - |
| HSV(B) | 326.4º | 0.39% | 0.75% | - |
| XYZ | 34.36 | 26.43 | 36.09 | - |
| YUV | 144.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 159 | 0 | 0.39 | 0.17 | 0.25 | 326.4 | 0.37 | 0.61 |
| Hex | C0 | 75 | 9F | 0 | 27 | 11 | 19 | 146 | 25 | 3D |
| Octal | 300 | 165 | 237 | 0 | 47 | 21 | 31 | 506 | 45 | 75 |
| Binary | 11000000 | 1110101 | 10011111 | 0 | 100111 | 10001 | 11001 | 101000110 | 100101 | 111101 |
Color Harmonies of #C0759F
Complementary color
Monochromatic Colors of #C0759F
Black with #C0759F
Text Example
Text Example
White with #C0759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0759F; }
p { color: rgb(192,117,159); }
H1.HeaderClassName
{
color: #C0759F;
}
.AnyTagClassName
{
color: #C0759F;
}
</style>
background-color css
<style>
a { background-color: #C0759F; }
a { background-color: rgb(192,117,159); }
div.DivClassName
{
background-color: #C0759F;
}
.BgClassName
{
background-color: #C0759F;
}
</style>
border-color css
<style>
span { border-color: #C0759F; }
span { border-color: rgb(192,117,159); }
td.TdClassName
{
border-color: #C0759F;
}
.TagClassName
{
border-color: #C0759F;
}
</style>