Shades of Hopbush #C6799F
Tints of Hopbush #C6799F
RGB
CMYK
RGB Variations
Color information
#C6799F (or 0xC6799F) is known color: Hopbush. HEX triplet: C6, 79 and 9F. RGB value is (198,121,159). Sum of RGB (Red+Green+Blue) = 198+121+159=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C6799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6799F is #398660. Grayscale: #949494. Windows color (decimal): -3769953 or 10451398. OLE color: 10451398.
HSL color Cylindrical-coordinate representation of color #C6799F: hue angle of 330.39º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6799F is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 159 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.22 |
| HSL | 330.39º | 0.4% | 0.63% | - |
| HSV(B) | 330.39º | 0.39% | 0.78% | - |
| XYZ | 36.38 | 28.18 | 36.32 | - |
| YUV | 148.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 159 | 0 | 0.39 | 0.20 | 0.22 | 330.39 | 0.4 | 0.63 |
| Hex | C6 | 79 | 9F | 0 | 27 | 14 | 16 | 14A | 28 | 3F |
| Octal | 306 | 171 | 237 | 0 | 47 | 24 | 26 | 512 | 50 | 77 |
| Binary | 11000110 | 1111001 | 10011111 | 0 | 100111 | 10100 | 10110 | 101001010 | 101000 | 111111 |
Color Harmonies of #C6799F
Complementary color
Monochromatic Colors of #C6799F
Black with #C6799F
Text Example
Text Example
White with #C6799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6799F; }
p { color: rgb(198,121,159); }
H1.HeaderClassName
{
color: #C6799F;
}
.AnyTagClassName
{
color: #C6799F;
}
</style>
background-color css
<style>
a { background-color: #C6799F; }
a { background-color: rgb(198,121,159); }
div.DivClassName
{
background-color: #C6799F;
}
.BgClassName
{
background-color: #C6799F;
}
</style>
border-color css
<style>
span { border-color: #C6799F; }
span { border-color: rgb(198,121,159); }
td.TdClassName
{
border-color: #C6799F;
}
.TagClassName
{
border-color: #C6799F;
}
</style>