Shades of Hopbush #C0799E
Tints of Hopbush #C0799E
RGB
CMYK
RGB Variations
Color information
#C0799E (or 0xC0799E) is known color: Hopbush. HEX triplet: C0, 79 and 9E. RGB value is (192,121,158). Sum of RGB (Red+Green+Blue) = 192+121+158=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0799E is #3F8661. Grayscale: #929292. Windows color (decimal): -4163170 or 10385856. OLE color: 10385856.
HSL color Cylindrical-coordinate representation of color #C0799E: hue angle of 328.73º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0799E is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 158 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.25 |
| HSL | 328.73º | 0.36% | 0.61% | - |
| HSV(B) | 328.73º | 0.37% | 0.75% | - |
| XYZ | 34.75 | 27.35 | 35.8 | - |
| YUV | 146.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 158 | 0 | 0.37 | 0.18 | 0.25 | 328.73 | 0.36 | 0.61 |
| Hex | C0 | 79 | 9E | 0 | 25 | 12 | 19 | 149 | 24 | 3D |
| Octal | 300 | 171 | 236 | 0 | 45 | 22 | 31 | 511 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10011110 | 0 | 100101 | 10010 | 11001 | 101001001 | 100100 | 111101 |
Color Harmonies of #C0799E
Complementary color
Monochromatic Colors of #C0799E
Black with #C0799E
Text Example
Text Example
White with #C0799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0799E; }
p { color: rgb(192,121,158); }
H1.HeaderClassName
{
color: #C0799E;
}
.AnyTagClassName
{
color: #C0799E;
}
</style>
background-color css
<style>
a { background-color: #C0799E; }
a { background-color: rgb(192,121,158); }
div.DivClassName
{
background-color: #C0799E;
}
.BgClassName
{
background-color: #C0799E;
}
</style>
border-color css
<style>
span { border-color: #C0799E; }
span { border-color: rgb(192,121,158); }
td.TdClassName
{
border-color: #C0799E;
}
.TagClassName
{
border-color: #C0799E;
}
</style>