Shades of Hopbush #C676AC
Tints of Hopbush #C676AC
RGB
CMYK
RGB Variations
Color information
#C676AC (or 0xC676AC) is known color: Hopbush. HEX triplet: C6, 76 and AC. RGB value is (198,118,172). Sum of RGB (Red+Green+Blue) = 198+118+172=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C676AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C676AC is #398953. Grayscale: #939393. Windows color (decimal): -3770708 or 11302598. OLE color: 11302598.
HSL color Cylindrical-coordinate representation of color #C676AC: hue angle of 319.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C676AC is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 172 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.22 |
| HSL | 319.5º | 0.41% | 0.62% | - |
| HSV(B) | 319.5º | 0.4% | 0.78% | - |
| XYZ | 37.21 | 27.94 | 42.46 | - |
| YUV | 148.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 172 | 0 | 0.40 | 0.13 | 0.22 | 319.5 | 0.41 | 0.62 |
| Hex | C6 | 76 | AC | 0 | 28 | D | 16 | 140 | 29 | 3E |
| Octal | 306 | 166 | 254 | 0 | 50 | 15 | 26 | 500 | 51 | 76 |
| Binary | 11000110 | 1110110 | 10101100 | 0 | 101000 | 1101 | 10110 | 101000000 | 101001 | 111110 |
Color Harmonies of #C676AC
Complementary color
Monochromatic Colors of #C676AC
Black with #C676AC
Text Example
Text Example
White with #C676AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C676AC; }
p { color: rgb(198,118,172); }
H1.HeaderClassName
{
color: #C676AC;
}
.AnyTagClassName
{
color: #C676AC;
}
</style>
background-color css
<style>
a { background-color: #C676AC; }
a { background-color: rgb(198,118,172); }
div.DivClassName
{
background-color: #C676AC;
}
.BgClassName
{
background-color: #C676AC;
}
</style>
border-color css
<style>
span { border-color: #C676AC; }
span { border-color: rgb(198,118,172); }
td.TdClassName
{
border-color: #C676AC;
}
.TagClassName
{
border-color: #C676AC;
}
</style>