Shades of Hopbush #C06895
Tints of Hopbush #C06895
RGB
CMYK
RGB Variations
Color information
#C06895 (or 0xC06895) is known color: Hopbush. HEX triplet: C0, 68 and 95. RGB value is (192,104,149). Sum of RGB (Red+Green+Blue) = 192+104+149=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C06895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06895 is #3F976A. Grayscale: #878787. Windows color (decimal): -4167531 or 9791680. OLE color: 9791680.
HSL color Cylindrical-coordinate representation of color #C06895: hue angle of 329.32º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06895 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 149 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.25 |
| HSL | 329.32º | 0.41% | 0.58% | - |
| HSV(B) | 329.32º | 0.46% | 0.75% | - |
| XYZ | 32.11 | 23.28 | 31.23 | - |
| YUV | 135.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 149 | 0 | 0.46 | 0.22 | 0.25 | 329.32 | 0.41 | 0.58 |
| Hex | C0 | 68 | 95 | 0 | 2E | 16 | 19 | 149 | 29 | 3A |
| Octal | 300 | 150 | 225 | 0 | 56 | 26 | 31 | 511 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10010101 | 0 | 101110 | 10110 | 11001 | 101001001 | 101001 | 111010 |
Color Harmonies of #C06895
Complementary color
Monochromatic Colors of #C06895
Black with #C06895
Text Example
Text Example
White with #C06895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06895; }
p { color: rgb(192,104,149); }
H1.HeaderClassName
{
color: #C06895;
}
.AnyTagClassName
{
color: #C06895;
}
</style>
background-color css
<style>
a { background-color: #C06895; }
a { background-color: rgb(192,104,149); }
div.DivClassName
{
background-color: #C06895;
}
.BgClassName
{
background-color: #C06895;
}
</style>
border-color css
<style>
span { border-color: #C06895; }
span { border-color: rgb(192,104,149); }
td.TdClassName
{
border-color: #C06895;
}
.TagClassName
{
border-color: #C06895;
}
</style>