Shades of Hopbush #C766A0
Tints of Hopbush #C766A0
RGB
CMYK
RGB Variations
Color information
#C766A0 (or 0xC766A0) is known color: Hopbush. HEX triplet: C7, 66 and A0. RGB value is (199,102,160). Sum of RGB (Red+Green+Blue) = 199+102+160=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C766A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C766A0 is #38995F. Grayscale: #898989. Windows color (decimal): -3709280 or 10512071. OLE color: 10512071.
HSL color Cylindrical-coordinate representation of color #C766A0: hue angle of 324.12º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C766A0 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 160 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.22 |
| HSL | 324.12º | 0.46% | 0.59% | - |
| HSV(B) | 324.12º | 0.49% | 0.78% | - |
| XYZ | 34.65 | 24.18 | 36.1 | - |
| YUV | 137.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 160 | 0 | 0.49 | 0.20 | 0.22 | 324.12 | 0.46 | 0.59 |
| Hex | C7 | 66 | A0 | 0 | 31 | 14 | 16 | 144 | 2E | 3B |
| Octal | 307 | 146 | 240 | 0 | 61 | 24 | 26 | 504 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10100000 | 0 | 110001 | 10100 | 10110 | 101000100 | 101110 | 111011 |
Color Harmonies of #C766A0
Complementary color
Monochromatic Colors of #C766A0
Black with #C766A0
Text Example
Text Example
White with #C766A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766A0; }
p { color: rgb(199,102,160); }
H1.HeaderClassName
{
color: #C766A0;
}
.AnyTagClassName
{
color: #C766A0;
}
</style>
background-color css
<style>
a { background-color: #C766A0; }
a { background-color: rgb(199,102,160); }
div.DivClassName
{
background-color: #C766A0;
}
.BgClassName
{
background-color: #C766A0;
}
</style>
border-color css
<style>
span { border-color: #C766A0; }
span { border-color: rgb(199,102,160); }
td.TdClassName
{
border-color: #C766A0;
}
.TagClassName
{
border-color: #C766A0;
}
</style>