Shades of Hopbush #C679AB
Tints of Hopbush #C679AB
RGB
CMYK
RGB Variations
Color information
#C679AB (or 0xC679AB) is known color: Hopbush. HEX triplet: C6, 79 and AB. RGB value is (198,121,171). Sum of RGB (Red+Green+Blue) = 198+121+171=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C679AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C679AB is #398654. Grayscale: #959595. Windows color (decimal): -3769941 or 11237830. OLE color: 11237830.
HSL color Cylindrical-coordinate representation of color #C679AB: hue angle of 321.04º 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 #C679AB is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 171 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.22 |
| HSL | 321.04º | 0.4% | 0.63% | - |
| HSV(B) | 321.04º | 0.39% | 0.78% | - |
| XYZ | 37.48 | 28.62 | 42.08 | - |
| YUV | 149.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 171 | 0 | 0.39 | 0.14 | 0.22 | 321.04 | 0.4 | 0.63 |
| Hex | C6 | 79 | AB | 0 | 27 | E | 16 | 141 | 28 | 3F |
| Octal | 306 | 171 | 253 | 0 | 47 | 16 | 26 | 501 | 50 | 77 |
| Binary | 11000110 | 1111001 | 10101011 | 0 | 100111 | 1110 | 10110 | 101000001 | 101000 | 111111 |
Color Harmonies of #C679AB
Complementary color
Monochromatic Colors of #C679AB
Black with #C679AB
Text Example
Text Example
White with #C679AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679AB; }
p { color: rgb(198,121,171); }
H1.HeaderClassName
{
color: #C679AB;
}
.AnyTagClassName
{
color: #C679AB;
}
</style>
background-color css
<style>
a { background-color: #C679AB; }
a { background-color: rgb(198,121,171); }
div.DivClassName
{
background-color: #C679AB;
}
.BgClassName
{
background-color: #C679AB;
}
</style>
border-color css
<style>
span { border-color: #C679AB; }
span { border-color: rgb(198,121,171); }
td.TdClassName
{
border-color: #C679AB;
}
.TagClassName
{
border-color: #C679AB;
}
</style>