Shades of Hopbush #C6789A
Tints of Hopbush #C6789A
RGB
CMYK
RGB Variations
Color information
#C6789A (or 0xC6789A) is known color: Hopbush. HEX triplet: C6, 78 and 9A. RGB value is (198,120,154). Sum of RGB (Red+Green+Blue) = 198+120+154=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6789A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6789A is #398765. Grayscale: #939393. Windows color (decimal): -3770214 or 10123462. OLE color: 10123462.
HSL color Cylindrical-coordinate representation of color #C6789A: hue angle of 333.85º 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 #C6789A is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 154 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.22 |
| HSL | 333.85º | 0.41% | 0.62% | - |
| HSV(B) | 333.85º | 0.39% | 0.78% | - |
| XYZ | 35.84 | 27.77 | 34.04 | - |
| YUV | 147.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 154 | 0 | 0.39 | 0.22 | 0.22 | 333.85 | 0.41 | 0.62 |
| Hex | C6 | 78 | 9A | 0 | 27 | 16 | 16 | 14E | 29 | 3E |
| Octal | 306 | 170 | 232 | 0 | 47 | 26 | 26 | 516 | 51 | 76 |
| Binary | 11000110 | 1111000 | 10011010 | 0 | 100111 | 10110 | 10110 | 101001110 | 101001 | 111110 |
Color Harmonies of #C6789A
Complementary color
Monochromatic Colors of #C6789A
Black with #C6789A
Text Example
Text Example
White with #C6789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6789A; }
p { color: rgb(198,120,154); }
H1.HeaderClassName
{
color: #C6789A;
}
.AnyTagClassName
{
color: #C6789A;
}
</style>
background-color css
<style>
a { background-color: #C6789A; }
a { background-color: rgb(198,120,154); }
div.DivClassName
{
background-color: #C6789A;
}
.BgClassName
{
background-color: #C6789A;
}
</style>
border-color css
<style>
span { border-color: #C6789A; }
span { border-color: rgb(198,120,154); }
td.TdClassName
{
border-color: #C6789A;
}
.TagClassName
{
border-color: #C6789A;
}
</style>