Shades of Hopbush #C07896
Tints of Hopbush #C07896
RGB
CMYK
RGB Variations
Color information
#C07896 (or 0xC07896) is known color: Hopbush. HEX triplet: C0, 78 and 96. RGB value is (192,120,150). Sum of RGB (Red+Green+Blue) = 192+120+150=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C07896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07896 is #3F8769. Grayscale: #909090. Windows color (decimal): -4163434 or 9861312. OLE color: 9861312.
HSL color Cylindrical-coordinate representation of color #C07896: hue angle of 335º degrees, saturation: 0.36, 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 #C07896 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 150 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.25 |
| HSL | 335º | 0.36% | 0.61% | - |
| HSV(B) | 335º | 0.38% | 0.75% | - |
| XYZ | 33.96 | 26.84 | 32.25 | - |
| YUV | 144.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 150 | 0 | 0.38 | 0.22 | 0.25 | 335 | 0.36 | 0.61 |
| Hex | C0 | 78 | 96 | 0 | 26 | 16 | 19 | 14F | 24 | 3D |
| Octal | 300 | 170 | 226 | 0 | 46 | 26 | 31 | 517 | 44 | 75 |
| Binary | 11000000 | 1111000 | 10010110 | 0 | 100110 | 10110 | 11001 | 101001111 | 100100 | 111101 |
Color Harmonies of #C07896
Complementary color
Monochromatic Colors of #C07896
Black with #C07896
Text Example
Text Example
White with #C07896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07896; }
p { color: rgb(192,120,150); }
H1.HeaderClassName
{
color: #C07896;
}
.AnyTagClassName
{
color: #C07896;
}
</style>
background-color css
<style>
a { background-color: #C07896; }
a { background-color: rgb(192,120,150); }
div.DivClassName
{
background-color: #C07896;
}
.BgClassName
{
background-color: #C07896;
}
</style>
border-color css
<style>
span { border-color: #C07896; }
span { border-color: rgb(192,120,150); }
td.TdClassName
{
border-color: #C07896;
}
.TagClassName
{
border-color: #C07896;
}
</style>