Shades of Hopbush #C0679B
Tints of Hopbush #C0679B
RGB
CMYK
RGB Variations
Color information
#C0679B (or 0xC0679B) is known color: Hopbush. HEX triplet: C0, 67 and 9B. RGB value is (192,103,155). Sum of RGB (Red+Green+Blue) = 192+103+155=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0679B is #3F9864. Grayscale: #878787. Windows color (decimal): -4167781 or 10184640. OLE color: 10184640.
HSL color Cylindrical-coordinate representation of color #C0679B: hue angle of 324.94º 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 #C0679B is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 155 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.25 |
| HSL | 324.94º | 0.41% | 0.58% | - |
| HSV(B) | 324.94º | 0.46% | 0.75% | - |
| XYZ | 32.5 | 23.27 | 33.79 | - |
| YUV | 135.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 155 | 0 | 0.46 | 0.19 | 0.25 | 324.94 | 0.41 | 0.58 |
| Hex | C0 | 67 | 9B | 0 | 2E | 13 | 19 | 145 | 29 | 3A |
| Octal | 300 | 147 | 233 | 0 | 56 | 23 | 31 | 505 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10011011 | 0 | 101110 | 10011 | 11001 | 101000101 | 101001 | 111010 |
Color Harmonies of #C0679B
Complementary color
Monochromatic Colors of #C0679B
Black with #C0679B
Text Example
Text Example
White with #C0679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0679B; }
p { color: rgb(192,103,155); }
H1.HeaderClassName
{
color: #C0679B;
}
.AnyTagClassName
{
color: #C0679B;
}
</style>
background-color css
<style>
a { background-color: #C0679B; }
a { background-color: rgb(192,103,155); }
div.DivClassName
{
background-color: #C0679B;
}
.BgClassName
{
background-color: #C0679B;
}
</style>
border-color css
<style>
span { border-color: #C0679B; }
span { border-color: rgb(192,103,155); }
td.TdClassName
{
border-color: #C0679B;
}
.TagClassName
{
border-color: #C0679B;
}
</style>