Shades of Hopbush #C679AC
Tints of Hopbush #C679AC
RGB
CMYK
RGB Variations
Color information
#C679AC (or 0xC679AC) is known color: Hopbush. HEX triplet: C6, 79 and AC. RGB value is (198,121,172). Sum of RGB (Red+Green+Blue) = 198+121+172=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C679AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C679AC is #398653. Grayscale: #959595. Windows color (decimal): -3769940 or 11303366. OLE color: 11303366.
HSL color Cylindrical-coordinate representation of color #C679AC: hue angle of 320.26º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C679AC is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 172 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.22 |
| HSL | 320.26º | 0.4% | 0.63% | - |
| HSV(B) | 320.26º | 0.39% | 0.78% | - |
| XYZ | 37.57 | 28.66 | 42.58 | - |
| YUV | 149.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 172 | 0 | 0.39 | 0.13 | 0.22 | 320.26 | 0.4 | 0.63 |
| Hex | C6 | 79 | AC | 0 | 27 | D | 16 | 140 | 28 | 3F |
| Octal | 306 | 171 | 254 | 0 | 47 | 15 | 26 | 500 | 50 | 77 |
| Binary | 11000110 | 1111001 | 10101100 | 0 | 100111 | 1101 | 10110 | 101000000 | 101000 | 111111 |
Color Harmonies of #C679AC
Complementary color
Monochromatic Colors of #C679AC
Black with #C679AC
Text Example
Text Example
White with #C679AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679AC; }
p { color: rgb(198,121,172); }
H1.HeaderClassName
{
color: #C679AC;
}
.AnyTagClassName
{
color: #C679AC;
}
</style>
background-color css
<style>
a { background-color: #C679AC; }
a { background-color: rgb(198,121,172); }
div.DivClassName
{
background-color: #C679AC;
}
.BgClassName
{
background-color: #C679AC;
}
</style>
border-color css
<style>
span { border-color: #C679AC; }
span { border-color: rgb(198,121,172); }
td.TdClassName
{
border-color: #C679AC;
}
.TagClassName
{
border-color: #C679AC;
}
</style>