Shades of Hopbush #C6769D
Tints of Hopbush #C6769D
RGB
CMYK
RGB Variations
Color information
#C6769D (or 0xC6769D) is known color: Hopbush. HEX triplet: C6, 76 and 9D. RGB value is (198,118,157). Sum of RGB (Red+Green+Blue) = 198+118+157=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6769D is #398962. Grayscale: #929292. Windows color (decimal): -3770723 or 10319558. OLE color: 10319558.
HSL color Cylindrical-coordinate representation of color #C6769D: hue angle of 330.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6769D is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 157 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.22 |
| HSL | 330.75º | 0.41% | 0.62% | - |
| HSV(B) | 330.75º | 0.4% | 0.78% | - |
| XYZ | 35.85 | 27.4 | 35.3 | - |
| YUV | 146.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 157 | 0 | 0.40 | 0.21 | 0.22 | 330.75 | 0.41 | 0.62 |
| Hex | C6 | 76 | 9D | 0 | 28 | 15 | 16 | 14B | 29 | 3E |
| Octal | 306 | 166 | 235 | 0 | 50 | 25 | 26 | 513 | 51 | 76 |
| Binary | 11000110 | 1110110 | 10011101 | 0 | 101000 | 10101 | 10110 | 101001011 | 101001 | 111110 |
Color Harmonies of #C6769D
Complementary color
Monochromatic Colors of #C6769D
Black with #C6769D
Text Example
Text Example
White with #C6769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6769D; }
p { color: rgb(198,118,157); }
H1.HeaderClassName
{
color: #C6769D;
}
.AnyTagClassName
{
color: #C6769D;
}
</style>
background-color css
<style>
a { background-color: #C6769D; }
a { background-color: rgb(198,118,157); }
div.DivClassName
{
background-color: #C6769D;
}
.BgClassName
{
background-color: #C6769D;
}
</style>
border-color css
<style>
span { border-color: #C6769D; }
span { border-color: rgb(198,118,157); }
td.TdClassName
{
border-color: #C6769D;
}
.TagClassName
{
border-color: #C6769D;
}
</style>