Shades of Hopbush #C07695
Tints of Hopbush #C07695
RGB
CMYK
RGB Variations
Color information
#C07695 (or 0xC07695) is known color: Hopbush. HEX triplet: C0, 76 and 95. RGB value is (192,118,149). Sum of RGB (Red+Green+Blue) = 192+118+149=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C07695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07695 is #3F896A. Grayscale: #8F8F8F. Windows color (decimal): -4163947 or 9795264. OLE color: 9795264.
HSL color Cylindrical-coordinate representation of color #C07695: hue angle of 334.86º 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 #C07695 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 149 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.25 |
| HSL | 334.86º | 0.37% | 0.61% | - |
| HSV(B) | 334.86º | 0.39% | 0.75% | - |
| XYZ | 33.64 | 26.33 | 31.74 | - |
| YUV | 143.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 149 | 0 | 0.39 | 0.22 | 0.25 | 334.86 | 0.37 | 0.61 |
| Hex | C0 | 76 | 95 | 0 | 27 | 16 | 19 | 14F | 25 | 3D |
| Octal | 300 | 166 | 225 | 0 | 47 | 26 | 31 | 517 | 45 | 75 |
| Binary | 11000000 | 1110110 | 10010101 | 0 | 100111 | 10110 | 11001 | 101001111 | 100101 | 111101 |
Color Harmonies of #C07695
Complementary color
Monochromatic Colors of #C07695
Black with #C07695
Text Example
Text Example
White with #C07695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07695; }
p { color: rgb(192,118,149); }
H1.HeaderClassName
{
color: #C07695;
}
.AnyTagClassName
{
color: #C07695;
}
</style>
background-color css
<style>
a { background-color: #C07695; }
a { background-color: rgb(192,118,149); }
div.DivClassName
{
background-color: #C07695;
}
.BgClassName
{
background-color: #C07695;
}
</style>
border-color css
<style>
span { border-color: #C07695; }
span { border-color: rgb(192,118,149); }
td.TdClassName
{
border-color: #C07695;
}
.TagClassName
{
border-color: #C07695;
}
</style>