Shades of Hopbush #C670AB
Tints of Hopbush #C670AB
RGB
CMYK
RGB Variations
Color information
#C670AB (or 0xC670AB) is known color: Hopbush. HEX triplet: C6, 70 and AB. RGB value is (198,112,171). Sum of RGB (Red+Green+Blue) = 198+112+171=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C670AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C670AB is #398F54. Grayscale: #909090. Windows color (decimal): -3772245 or 11235526. OLE color: 11235526.
HSL color Cylindrical-coordinate representation of color #C670AB: hue angle of 318.84º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C670AB is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 171 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.22 |
| HSL | 318.84º | 0.43% | 0.61% | - |
| HSV(B) | 318.84º | 0.43% | 0.78% | - |
| XYZ | 36.43 | 26.53 | 41.73 | - |
| YUV | 144.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 171 | 0 | 0.43 | 0.14 | 0.22 | 318.84 | 0.43 | 0.61 |
| Hex | C6 | 70 | AB | 0 | 2B | E | 16 | 13F | 2B | 3D |
| Octal | 306 | 160 | 253 | 0 | 53 | 16 | 26 | 477 | 53 | 75 |
| Binary | 11000110 | 1110000 | 10101011 | 0 | 101011 | 1110 | 10110 | 100111111 | 101011 | 111101 |
Color Harmonies of #C670AB
Complementary color
Monochromatic Colors of #C670AB
Black with #C670AB
Text Example
Text Example
White with #C670AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C670AB; }
p { color: rgb(198,112,171); }
H1.HeaderClassName
{
color: #C670AB;
}
.AnyTagClassName
{
color: #C670AB;
}
</style>
background-color css
<style>
a { background-color: #C670AB; }
a { background-color: rgb(198,112,171); }
div.DivClassName
{
background-color: #C670AB;
}
.BgClassName
{
background-color: #C670AB;
}
</style>
border-color css
<style>
span { border-color: #C670AB; }
span { border-color: rgb(198,112,171); }
td.TdClassName
{
border-color: #C670AB;
}
.TagClassName
{
border-color: #C670AB;
}
</style>