Shades of Hopbush #C07995
Tints of Hopbush #C07995
RGB
CMYK
RGB Variations
Color information
#C07995 (or 0xC07995) is known color: Hopbush. HEX triplet: C0, 79 and 95. RGB value is (192,121,149). Sum of RGB (Red+Green+Blue) = 192+121+149=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C07995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07995 is #3F866A. Grayscale: #919191. Windows color (decimal): -4163179 or 9796032. OLE color: 9796032.
HSL color Cylindrical-coordinate representation of color #C07995: hue angle of 336.34º 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 #C07995 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 149 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.25 |
| HSL | 336.34º | 0.36% | 0.61% | - |
| HSV(B) | 336.34º | 0.37% | 0.75% | - |
| XYZ | 34 | 27.05 | 31.86 | - |
| YUV | 145.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 149 | 0 | 0.37 | 0.22 | 0.25 | 336.34 | 0.36 | 0.61 |
| Hex | C0 | 79 | 95 | 0 | 25 | 16 | 19 | 150 | 24 | 3D |
| Octal | 300 | 171 | 225 | 0 | 45 | 26 | 31 | 520 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10010101 | 0 | 100101 | 10110 | 11001 | 101010000 | 100100 | 111101 |
Color Harmonies of #C07995
Complementary color
Monochromatic Colors of #C07995
Black with #C07995
Text Example
Text Example
White with #C07995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07995; }
p { color: rgb(192,121,149); }
H1.HeaderClassName
{
color: #C07995;
}
.AnyTagClassName
{
color: #C07995;
}
</style>
background-color css
<style>
a { background-color: #C07995; }
a { background-color: rgb(192,121,149); }
div.DivClassName
{
background-color: #C07995;
}
.BgClassName
{
background-color: #C07995;
}
</style>
border-color css
<style>
span { border-color: #C07995; }
span { border-color: rgb(192,121,149); }
td.TdClassName
{
border-color: #C07995;
}
.TagClassName
{
border-color: #C07995;
}
</style>