Shades of Hopbush #C766AA
Tints of Hopbush #C766AA
RGB
CMYK
RGB Variations
Color information
#C766AA (or 0xC766AA) is known color: Hopbush. HEX triplet: C7, 66 and AA. RGB value is (199,102,170). Sum of RGB (Red+Green+Blue) = 199+102+170=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C766AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C766AA is #389955. Grayscale: #8A8A8A. Windows color (decimal): -3709270 or 11167431. OLE color: 11167431.
HSL color Cylindrical-coordinate representation of color #C766AA: hue angle of 317.94º 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 #C766AA is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 170 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.22 |
| HSL | 317.94º | 0.46% | 0.59% | - |
| HSV(B) | 317.94º | 0.49% | 0.78% | - |
| XYZ | 35.56 | 24.55 | 40.89 | - |
| YUV | 138.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 170 | 0 | 0.49 | 0.15 | 0.22 | 317.94 | 0.46 | 0.59 |
| Hex | C7 | 66 | AA | 0 | 31 | F | 16 | 13E | 2E | 3B |
| Octal | 307 | 146 | 252 | 0 | 61 | 17 | 26 | 476 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10101010 | 0 | 110001 | 1111 | 10110 | 100111110 | 101110 | 111011 |
Color Harmonies of #C766AA
Complementary color
Monochromatic Colors of #C766AA
Black with #C766AA
Text Example
Text Example
White with #C766AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766AA; }
p { color: rgb(199,102,170); }
H1.HeaderClassName
{
color: #C766AA;
}
.AnyTagClassName
{
color: #C766AA;
}
</style>
background-color css
<style>
a { background-color: #C766AA; }
a { background-color: rgb(199,102,170); }
div.DivClassName
{
background-color: #C766AA;
}
.BgClassName
{
background-color: #C766AA;
}
</style>
border-color css
<style>
span { border-color: #C766AA; }
span { border-color: rgb(199,102,170); }
td.TdClassName
{
border-color: #C766AA;
}
.TagClassName
{
border-color: #C766AA;
}
</style>