Shades of Hopbush #C766A3
Tints of Hopbush #C766A3
RGB
CMYK
RGB Variations
Color information
#C766A3 (or 0xC766A3) is known color: Hopbush. HEX triplet: C7, 66 and A3. RGB value is (199,102,163). Sum of RGB (Red+Green+Blue) = 199+102+163=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C766A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C766A3 is #38995C. Grayscale: #898989. Windows color (decimal): -3709277 or 10708679. OLE color: 10708679.
HSL color Cylindrical-coordinate representation of color #C766A3: hue angle of 322.27º 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 #C766A3 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 163 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.22 |
| HSL | 322.27º | 0.46% | 0.59% | - |
| HSV(B) | 322.27º | 0.49% | 0.78% | - |
| XYZ | 34.92 | 24.29 | 37.5 | - |
| YUV | 137.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 163 | 0 | 0.49 | 0.18 | 0.22 | 322.27 | 0.46 | 0.59 |
| Hex | C7 | 66 | A3 | 0 | 31 | 12 | 16 | 142 | 2E | 3B |
| Octal | 307 | 146 | 243 | 0 | 61 | 22 | 26 | 502 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10100011 | 0 | 110001 | 10010 | 10110 | 101000010 | 101110 | 111011 |
Color Harmonies of #C766A3
Complementary color
Monochromatic Colors of #C766A3
Black with #C766A3
Text Example
Text Example
White with #C766A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766A3; }
p { color: rgb(199,102,163); }
H1.HeaderClassName
{
color: #C766A3;
}
.AnyTagClassName
{
color: #C766A3;
}
</style>
background-color css
<style>
a { background-color: #C766A3; }
a { background-color: rgb(199,102,163); }
div.DivClassName
{
background-color: #C766A3;
}
.BgClassName
{
background-color: #C766A3;
}
</style>
border-color css
<style>
span { border-color: #C766A3; }
span { border-color: rgb(199,102,163); }
td.TdClassName
{
border-color: #C766A3;
}
.TagClassName
{
border-color: #C766A3;
}
</style>