Shades of Hopbush #C06891
Tints of Hopbush #C06891
RGB
CMYK
RGB Variations
Color information
#C06891 (or 0xC06891) is known color: Hopbush. HEX triplet: C0, 68 and 91. RGB value is (192,104,145). Sum of RGB (Red+Green+Blue) = 192+104+145=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C06891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06891 is #3F976E. Grayscale: #868686. Windows color (decimal): -4167535 or 9529536. OLE color: 9529536.
HSL color Cylindrical-coordinate representation of color #C06891: hue angle of 332.05º 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 #C06891 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 145 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.25 |
| HSL | 332.05º | 0.41% | 0.58% | - |
| HSV(B) | 332.05º | 0.46% | 0.75% | - |
| XYZ | 31.8 | 23.15 | 29.58 | - |
| YUV | 134.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 145 | 0 | 0.46 | 0.24 | 0.25 | 332.05 | 0.41 | 0.58 |
| Hex | C0 | 68 | 91 | 0 | 2E | 18 | 19 | 14C | 29 | 3A |
| Octal | 300 | 150 | 221 | 0 | 56 | 30 | 31 | 514 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10010001 | 0 | 101110 | 11000 | 11001 | 101001100 | 101001 | 111010 |
Color Harmonies of #C06891
Complementary color
Monochromatic Colors of #C06891
Black with #C06891
Text Example
Text Example
White with #C06891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06891; }
p { color: rgb(192,104,145); }
H1.HeaderClassName
{
color: #C06891;
}
.AnyTagClassName
{
color: #C06891;
}
</style>
background-color css
<style>
a { background-color: #C06891; }
a { background-color: rgb(192,104,145); }
div.DivClassName
{
background-color: #C06891;
}
.BgClassName
{
background-color: #C06891;
}
</style>
border-color css
<style>
span { border-color: #C06891; }
span { border-color: rgb(192,104,145); }
td.TdClassName
{
border-color: #C06891;
}
.TagClassName
{
border-color: #C06891;
}
</style>