Shades of Hopbush #C671A3
Tints of Hopbush #C671A3
RGB
CMYK
RGB Variations
Color information
#C671A3 (or 0xC671A3) is known color: Hopbush. HEX triplet: C6, 71 and A3. RGB value is (198,113,163). Sum of RGB (Red+Green+Blue) = 198+113+163=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C671A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C671A3 is #398E5C. Grayscale: #909090. Windows color (decimal): -3771997 or 10711494. OLE color: 10711494.
HSL color Cylindrical-coordinate representation of color #C671A3: hue angle of 324.71º 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 #C671A3 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 163 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.22 |
| HSL | 324.71º | 0.43% | 0.61% | - |
| HSV(B) | 324.71º | 0.43% | 0.78% | - |
| XYZ | 35.8 | 26.46 | 37.87 | - |
| YUV | 144.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 163 | 0 | 0.43 | 0.18 | 0.22 | 324.71 | 0.43 | 0.61 |
| Hex | C6 | 71 | A3 | 0 | 2B | 12 | 16 | 145 | 2B | 3D |
| Octal | 306 | 161 | 243 | 0 | 53 | 22 | 26 | 505 | 53 | 75 |
| Binary | 11000110 | 1110001 | 10100011 | 0 | 101011 | 10010 | 10110 | 101000101 | 101011 | 111101 |
Color Harmonies of #C671A3
Complementary color
Monochromatic Colors of #C671A3
Black with #C671A3
Text Example
Text Example
White with #C671A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C671A3; }
p { color: rgb(198,113,163); }
H1.HeaderClassName
{
color: #C671A3;
}
.AnyTagClassName
{
color: #C671A3;
}
</style>
background-color css
<style>
a { background-color: #C671A3; }
a { background-color: rgb(198,113,163); }
div.DivClassName
{
background-color: #C671A3;
}
.BgClassName
{
background-color: #C671A3;
}
</style>
border-color css
<style>
span { border-color: #C671A3; }
span { border-color: rgb(198,113,163); }
td.TdClassName
{
border-color: #C671A3;
}
.TagClassName
{
border-color: #C671A3;
}
</style>