Shades of Hopbush #C678AC
Tints of Hopbush #C678AC
RGB
CMYK
RGB Variations
Color information
#C678AC (or 0xC678AC) is known color: Hopbush. HEX triplet: C6, 78 and AC. RGB value is (198,120,172). Sum of RGB (Red+Green+Blue) = 198+120+172=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C678AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C678AC is #398753. Grayscale: #959595. Windows color (decimal): -3770196 or 11303110. OLE color: 11303110.
HSL color Cylindrical-coordinate representation of color #C678AC: hue angle of 320º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C678AC is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 172 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.22 |
| HSL | 320º | 0.41% | 0.62% | - |
| HSV(B) | 320º | 0.39% | 0.78% | - |
| XYZ | 37.45 | 28.42 | 42.54 | - |
| YUV | 149.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 172 | 0 | 0.39 | 0.13 | 0.22 | 320 | 0.41 | 0.62 |
| Hex | C6 | 78 | AC | 0 | 27 | D | 16 | 140 | 29 | 3E |
| Octal | 306 | 170 | 254 | 0 | 47 | 15 | 26 | 500 | 51 | 76 |
| Binary | 11000110 | 1111000 | 10101100 | 0 | 100111 | 1101 | 10110 | 101000000 | 101001 | 111110 |
Color Harmonies of #C678AC
Complementary color
Monochromatic Colors of #C678AC
Black with #C678AC
Text Example
Text Example
White with #C678AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678AC; }
p { color: rgb(198,120,172); }
H1.HeaderClassName
{
color: #C678AC;
}
.AnyTagClassName
{
color: #C678AC;
}
</style>
background-color css
<style>
a { background-color: #C678AC; }
a { background-color: rgb(198,120,172); }
div.DivClassName
{
background-color: #C678AC;
}
.BgClassName
{
background-color: #C678AC;
}
</style>
border-color css
<style>
span { border-color: #C678AC; }
span { border-color: rgb(198,120,172); }
td.TdClassName
{
border-color: #C678AC;
}
.TagClassName
{
border-color: #C678AC;
}
</style>