Shades of Hopbush #C0799A
Tints of Hopbush #C0799A
RGB
CMYK
RGB Variations
Color information
#C0799A (or 0xC0799A) is known color: Hopbush. HEX triplet: C0, 79 and 9A. RGB value is (192,121,154). Sum of RGB (Red+Green+Blue) = 192+121+154=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0799A is #3F8665. Grayscale: #919191. Windows color (decimal): -4163174 or 10123712. OLE color: 10123712.
HSL color Cylindrical-coordinate representation of color #C0799A: hue angle of 332.11º 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 #C0799A is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 154 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.25 |
| HSL | 332.11º | 0.36% | 0.61% | - |
| HSV(B) | 332.11º | 0.37% | 0.75% | - |
| XYZ | 34.41 | 27.21 | 34.01 | - |
| YUV | 145.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 154 | 0 | 0.37 | 0.20 | 0.25 | 332.11 | 0.36 | 0.61 |
| Hex | C0 | 79 | 9A | 0 | 25 | 14 | 19 | 14C | 24 | 3D |
| Octal | 300 | 171 | 232 | 0 | 45 | 24 | 31 | 514 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10011010 | 0 | 100101 | 10100 | 11001 | 101001100 | 100100 | 111101 |
Color Harmonies of #C0799A
Complementary color
Monochromatic Colors of #C0799A
Black with #C0799A
Text Example
Text Example
White with #C0799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0799A; }
p { color: rgb(192,121,154); }
H1.HeaderClassName
{
color: #C0799A;
}
.AnyTagClassName
{
color: #C0799A;
}
</style>
background-color css
<style>
a { background-color: #C0799A; }
a { background-color: rgb(192,121,154); }
div.DivClassName
{
background-color: #C0799A;
}
.BgClassName
{
background-color: #C0799A;
}
</style>
border-color css
<style>
span { border-color: #C0799A; }
span { border-color: rgb(192,121,154); }
td.TdClassName
{
border-color: #C0799A;
}
.TagClassName
{
border-color: #C0799A;
}
</style>