Shades of Hopbush #C673A8
Tints of Hopbush #C673A8
RGB
CMYK
RGB Variations
Color information
#C673A8 (or 0xC673A8) is known color: Hopbush. HEX triplet: C6, 73 and A8. RGB value is (198,115,168). Sum of RGB (Red+Green+Blue) = 198+115+168=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C673A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C673A8 is #398C57. Grayscale: #919191. Windows color (decimal): -3771480 or 11039686. OLE color: 11039686.
HSL color Cylindrical-coordinate representation of color #C673A8: hue angle of 321.69º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C673A8 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 168 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.22 |
| HSL | 321.69º | 0.42% | 0.61% | - |
| HSV(B) | 321.69º | 0.42% | 0.78% | - |
| XYZ | 36.49 | 27.09 | 40.35 | - |
| YUV | 145.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 168 | 0 | 0.42 | 0.15 | 0.22 | 321.69 | 0.42 | 0.61 |
| Hex | C6 | 73 | A8 | 0 | 2A | F | 16 | 142 | 2A | 3D |
| Octal | 306 | 163 | 250 | 0 | 52 | 17 | 26 | 502 | 52 | 75 |
| Binary | 11000110 | 1110011 | 10101000 | 0 | 101010 | 1111 | 10110 | 101000010 | 101010 | 111101 |
Color Harmonies of #C673A8
Complementary color
Monochromatic Colors of #C673A8
Black with #C673A8
Text Example
Text Example
White with #C673A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C673A8; }
p { color: rgb(198,115,168); }
H1.HeaderClassName
{
color: #C673A8;
}
.AnyTagClassName
{
color: #C673A8;
}
</style>
background-color css
<style>
a { background-color: #C673A8; }
a { background-color: rgb(198,115,168); }
div.DivClassName
{
background-color: #C673A8;
}
.BgClassName
{
background-color: #C673A8;
}
</style>
border-color css
<style>
span { border-color: #C673A8; }
span { border-color: rgb(198,115,168); }
td.TdClassName
{
border-color: #C673A8;
}
.TagClassName
{
border-color: #C673A8;
}
</style>