Shades of Hopbush #C6769C
Tints of Hopbush #C6769C
RGB
CMYK
RGB Variations
Color information
#C6769C (or 0xC6769C) is known color: Hopbush. HEX triplet: C6, 76 and 9C. RGB value is (198,118,156). Sum of RGB (Red+Green+Blue) = 198+118+156=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6769C is #398963. Grayscale: #929292. Windows color (decimal): -3770724 or 10254022. OLE color: 10254022.
HSL color Cylindrical-coordinate representation of color #C6769C: hue angle of 331.5º 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 #C6769C is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 156 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.22 |
| HSL | 331.5º | 0.41% | 0.62% | - |
| HSV(B) | 331.5º | 0.4% | 0.78% | - |
| XYZ | 35.77 | 27.36 | 34.85 | - |
| YUV | 146.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 156 | 0 | 0.40 | 0.21 | 0.22 | 331.5 | 0.41 | 0.62 |
| Hex | C6 | 76 | 9C | 0 | 28 | 15 | 16 | 14C | 29 | 3E |
| Octal | 306 | 166 | 234 | 0 | 50 | 25 | 26 | 514 | 51 | 76 |
| Binary | 11000110 | 1110110 | 10011100 | 0 | 101000 | 10101 | 10110 | 101001100 | 101001 | 111110 |
Color Harmonies of #C6769C
Complementary color
Monochromatic Colors of #C6769C
Black with #C6769C
Text Example
Text Example
White with #C6769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6769C; }
p { color: rgb(198,118,156); }
H1.HeaderClassName
{
color: #C6769C;
}
.AnyTagClassName
{
color: #C6769C;
}
</style>
background-color css
<style>
a { background-color: #C6769C; }
a { background-color: rgb(198,118,156); }
div.DivClassName
{
background-color: #C6769C;
}
.BgClassName
{
background-color: #C6769C;
}
</style>
border-color css
<style>
span { border-color: #C6769C; }
span { border-color: rgb(198,118,156); }
td.TdClassName
{
border-color: #C6769C;
}
.TagClassName
{
border-color: #C6769C;
}
</style>