Shades of Hopbush #C0678C
Tints of Hopbush #C0678C
RGB
CMYK
RGB Variations
Color information
#C0678C (or 0xC0678C) is known color: Hopbush. HEX triplet: C0, 67 and 8C. RGB value is (192,103,140). Sum of RGB (Red+Green+Blue) = 192+103+140=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0678C is #3F9873. Grayscale: #858585. Windows color (decimal): -4167796 or 9201600. OLE color: 9201600.
HSL color Cylindrical-coordinate representation of color #C0678C: hue angle of 335.06º 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 #C0678C is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 140 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.25 |
| HSL | 335.06º | 0.41% | 0.58% | - |
| HSV(B) | 335.06º | 0.46% | 0.75% | - |
| XYZ | 31.32 | 22.8 | 27.56 | - |
| YUV | 133.83 | 131.49 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 140 | 0 | 0.46 | 0.27 | 0.25 | 335.06 | 0.41 | 0.58 |
| Hex | C0 | 67 | 8C | 0 | 2E | 1B | 19 | 14F | 29 | 3A |
| Octal | 300 | 147 | 214 | 0 | 56 | 33 | 31 | 517 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10001100 | 0 | 101110 | 11011 | 11001 | 101001111 | 101001 | 111010 |
Color Harmonies of #C0678C
Complementary color
Monochromatic Colors of #C0678C
Black with #C0678C
Text Example
Text Example
White with #C0678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0678C; }
p { color: rgb(192,103,140); }
H1.HeaderClassName
{
color: #C0678C;
}
.AnyTagClassName
{
color: #C0678C;
}
</style>
background-color css
<style>
a { background-color: #C0678C; }
a { background-color: rgb(192,103,140); }
div.DivClassName
{
background-color: #C0678C;
}
.BgClassName
{
background-color: #C0678C;
}
</style>
border-color css
<style>
span { border-color: #C0678C; }
span { border-color: rgb(192,103,140); }
td.TdClassName
{
border-color: #C0678C;
}
.TagClassName
{
border-color: #C0678C;
}
</style>