Shades of Hopbush #C07799
Tints of Hopbush #C07799
RGB
CMYK
RGB Variations
Color information
#C07799 (or 0xC07799) is known color: Hopbush. HEX triplet: C0, 77 and 99. RGB value is (192,119,153). Sum of RGB (Red+Green+Blue) = 192+119+153=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C07799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07799 is #3F8866. Grayscale: #909090. Windows color (decimal): -4163687 or 10057664. OLE color: 10057664.
HSL color Cylindrical-coordinate representation of color #C07799: hue angle of 332.05º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07799 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 153 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.25 |
| HSL | 332.05º | 0.37% | 0.61% | - |
| HSV(B) | 332.05º | 0.38% | 0.75% | - |
| XYZ | 34.08 | 26.7 | 33.49 | - |
| YUV | 144.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 153 | 0 | 0.38 | 0.20 | 0.25 | 332.05 | 0.37 | 0.61 |
| Hex | C0 | 77 | 99 | 0 | 26 | 14 | 19 | 14C | 25 | 3D |
| Octal | 300 | 167 | 231 | 0 | 46 | 24 | 31 | 514 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10011001 | 0 | 100110 | 10100 | 11001 | 101001100 | 100101 | 111101 |
Color Harmonies of #C07799
Complementary color
Monochromatic Colors of #C07799
Black with #C07799
Text Example
Text Example
White with #C07799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07799; }
p { color: rgb(192,119,153); }
H1.HeaderClassName
{
color: #C07799;
}
.AnyTagClassName
{
color: #C07799;
}
</style>
background-color css
<style>
a { background-color: #C07799; }
a { background-color: rgb(192,119,153); }
div.DivClassName
{
background-color: #C07799;
}
.BgClassName
{
background-color: #C07799;
}
</style>
border-color css
<style>
span { border-color: #C07799; }
span { border-color: rgb(192,119,153); }
td.TdClassName
{
border-color: #C07799;
}
.TagClassName
{
border-color: #C07799;
}
</style>