Shades of Hopbush #C079A1
Tints of Hopbush #C079A1
RGB
CMYK
RGB Variations
Color information
#C079A1 (or 0xC079A1) is known color: Hopbush. HEX triplet: C0, 79 and A1. RGB value is (192,121,161). Sum of RGB (Red+Green+Blue) = 192+121+161=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C079A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079A1 is #3F865E. Grayscale: #929292. Windows color (decimal): -4163167 or 10582464. OLE color: 10582464.
HSL color Cylindrical-coordinate representation of color #C079A1: hue angle of 326.2º 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 #C079A1 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 161 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.25 |
| HSL | 326.2º | 0.36% | 0.61% | - |
| HSV(B) | 326.2º | 0.37% | 0.75% | - |
| XYZ | 35.01 | 27.45 | 37.17 | - |
| YUV | 146.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 161 | 0 | 0.37 | 0.16 | 0.25 | 326.2 | 0.36 | 0.61 |
| Hex | C0 | 79 | A1 | 0 | 25 | 10 | 19 | 146 | 24 | 3D |
| Octal | 300 | 171 | 241 | 0 | 45 | 20 | 31 | 506 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10100001 | 0 | 100101 | 10000 | 11001 | 101000110 | 100100 | 111101 |
Color Harmonies of #C079A1
Complementary color
Monochromatic Colors of #C079A1
Black with #C079A1
Text Example
Text Example
White with #C079A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079A1; }
p { color: rgb(192,121,161); }
H1.HeaderClassName
{
color: #C079A1;
}
.AnyTagClassName
{
color: #C079A1;
}
</style>
background-color css
<style>
a { background-color: #C079A1; }
a { background-color: rgb(192,121,161); }
div.DivClassName
{
background-color: #C079A1;
}
.BgClassName
{
background-color: #C079A1;
}
</style>
border-color css
<style>
span { border-color: #C079A1; }
span { border-color: rgb(192,121,161); }
td.TdClassName
{
border-color: #C079A1;
}
.TagClassName
{
border-color: #C079A1;
}
</style>