Shades of Hopbush #C678AA
Tints of Hopbush #C678AA
RGB
CMYK
RGB Variations
Color information
#C678AA (or 0xC678AA) is known color: Hopbush. HEX triplet: C6, 78 and AA. RGB value is (198,120,170). Sum of RGB (Red+Green+Blue) = 198+120+170=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C678AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C678AA is #398755. Grayscale: #949494. Windows color (decimal): -3770198 or 11172038. OLE color: 11172038.
HSL color Cylindrical-coordinate representation of color #C678AA: hue angle of 321.54º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C678AA is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 170 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.22 |
| HSL | 321.54º | 0.41% | 0.62% | - |
| HSV(B) | 321.54º | 0.39% | 0.78% | - |
| XYZ | 37.26 | 28.34 | 41.54 | - |
| YUV | 149.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 170 | 0 | 0.39 | 0.14 | 0.22 | 321.54 | 0.41 | 0.62 |
| Hex | C6 | 78 | AA | 0 | 27 | E | 16 | 142 | 29 | 3E |
| Octal | 306 | 170 | 252 | 0 | 47 | 16 | 26 | 502 | 51 | 76 |
| Binary | 11000110 | 1111000 | 10101010 | 0 | 100111 | 1110 | 10110 | 101000010 | 101001 | 111110 |
Color Harmonies of #C678AA
Complementary color
Monochromatic Colors of #C678AA
Black with #C678AA
Text Example
Text Example
White with #C678AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678AA; }
p { color: rgb(198,120,170); }
H1.HeaderClassName
{
color: #C678AA;
}
.AnyTagClassName
{
color: #C678AA;
}
</style>
background-color css
<style>
a { background-color: #C678AA; }
a { background-color: rgb(198,120,170); }
div.DivClassName
{
background-color: #C678AA;
}
.BgClassName
{
background-color: #C678AA;
}
</style>
border-color css
<style>
span { border-color: #C678AA; }
span { border-color: rgb(198,120,170); }
td.TdClassName
{
border-color: #C678AA;
}
.TagClassName
{
border-color: #C678AA;
}
</style>