Shades of Hopbush #C670A7
Tints of Hopbush #C670A7
RGB
CMYK
RGB Variations
Color information
#C670A7 (or 0xC670A7) is known color: Hopbush. HEX triplet: C6, 70 and A7. RGB value is (198,112,167). Sum of RGB (Red+Green+Blue) = 198+112+167=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C670A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C670A7 is #398F58. Grayscale: #8F8F8F. Windows color (decimal): -3772249 or 10973382. OLE color: 10973382.
HSL color Cylindrical-coordinate representation of color #C670A7: hue angle of 321.63º 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 #C670A7 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 167 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.22 |
| HSL | 321.63º | 0.43% | 0.61% | - |
| HSV(B) | 321.63º | 0.43% | 0.78% | - |
| XYZ | 36.06 | 26.38 | 39.75 | - |
| YUV | 143.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 167 | 0 | 0.43 | 0.16 | 0.22 | 321.63 | 0.43 | 0.61 |
| Hex | C6 | 70 | A7 | 0 | 2B | 10 | 16 | 142 | 2B | 3D |
| Octal | 306 | 160 | 247 | 0 | 53 | 20 | 26 | 502 | 53 | 75 |
| Binary | 11000110 | 1110000 | 10100111 | 0 | 101011 | 10000 | 10110 | 101000010 | 101011 | 111101 |
Color Harmonies of #C670A7
Complementary color
Monochromatic Colors of #C670A7
Black with #C670A7
Text Example
Text Example
White with #C670A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C670A7; }
p { color: rgb(198,112,167); }
H1.HeaderClassName
{
color: #C670A7;
}
.AnyTagClassName
{
color: #C670A7;
}
</style>
background-color css
<style>
a { background-color: #C670A7; }
a { background-color: rgb(198,112,167); }
div.DivClassName
{
background-color: #C670A7;
}
.BgClassName
{
background-color: #C670A7;
}
</style>
border-color css
<style>
span { border-color: #C670A7; }
span { border-color: rgb(198,112,167); }
td.TdClassName
{
border-color: #C670A7;
}
.TagClassName
{
border-color: #C670A7;
}
</style>