Shades of Hopbush #C766A4
Tints of Hopbush #C766A4
RGB
CMYK
RGB Variations
Color information
#C766A4 (or 0xC766A4) is known color: Hopbush. HEX triplet: C7, 66 and A4. RGB value is (199,102,164). Sum of RGB (Red+Green+Blue) = 199+102+164=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C766A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C766A4 is #38995B. Grayscale: #898989. Windows color (decimal): -3709276 or 10774215. OLE color: 10774215.
HSL color Cylindrical-coordinate representation of color #C766A4: hue angle of 321.65º 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 #C766A4 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 164 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.22 |
| HSL | 321.65º | 0.46% | 0.59% | - |
| HSV(B) | 321.65º | 0.49% | 0.78% | - |
| XYZ | 35.01 | 24.33 | 37.97 | - |
| YUV | 138.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 164 | 0 | 0.49 | 0.18 | 0.22 | 321.65 | 0.46 | 0.59 |
| Hex | C7 | 66 | A4 | 0 | 31 | 12 | 16 | 142 | 2E | 3B |
| Octal | 307 | 146 | 244 | 0 | 61 | 22 | 26 | 502 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10100100 | 0 | 110001 | 10010 | 10110 | 101000010 | 101110 | 111011 |
Color Harmonies of #C766A4
Complementary color
Monochromatic Colors of #C766A4
Black with #C766A4
Text Example
Text Example
White with #C766A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766A4; }
p { color: rgb(199,102,164); }
H1.HeaderClassName
{
color: #C766A4;
}
.AnyTagClassName
{
color: #C766A4;
}
</style>
background-color css
<style>
a { background-color: #C766A4; }
a { background-color: rgb(199,102,164); }
div.DivClassName
{
background-color: #C766A4;
}
.BgClassName
{
background-color: #C766A4;
}
</style>
border-color css
<style>
span { border-color: #C766A4; }
span { border-color: rgb(199,102,164); }
td.TdClassName
{
border-color: #C766A4;
}
.TagClassName
{
border-color: #C766A4;
}
</style>