Shades of Hopbush #C766A7
Tints of Hopbush #C766A7
RGB
CMYK
RGB Variations
Color information
#C766A7 (or 0xC766A7) is known color: Hopbush. HEX triplet: C7, 66 and A7. RGB value is (199,102,167). Sum of RGB (Red+Green+Blue) = 199+102+167=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C766A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C766A7 is #389958. Grayscale: #8A8A8A. Windows color (decimal): -3709273 or 10970823. OLE color: 10970823.
HSL color Cylindrical-coordinate representation of color #C766A7: hue angle of 319.79º 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 #C766A7 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 167 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.22 |
| HSL | 319.79º | 0.46% | 0.59% | - |
| HSV(B) | 319.79º | 0.49% | 0.78% | - |
| XYZ | 35.28 | 24.43 | 39.42 | - |
| YUV | 138.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 167 | 0 | 0.49 | 0.16 | 0.22 | 319.79 | 0.46 | 0.59 |
| Hex | C7 | 66 | A7 | 0 | 31 | 10 | 16 | 140 | 2E | 3B |
| Octal | 307 | 146 | 247 | 0 | 61 | 20 | 26 | 500 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10100111 | 0 | 110001 | 10000 | 10110 | 101000000 | 101110 | 111011 |
Color Harmonies of #C766A7
Complementary color
Monochromatic Colors of #C766A7
Black with #C766A7
Text Example
Text Example
White with #C766A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766A7; }
p { color: rgb(199,102,167); }
H1.HeaderClassName
{
color: #C766A7;
}
.AnyTagClassName
{
color: #C766A7;
}
</style>
background-color css
<style>
a { background-color: #C766A7; }
a { background-color: rgb(199,102,167); }
div.DivClassName
{
background-color: #C766A7;
}
.BgClassName
{
background-color: #C766A7;
}
</style>
border-color css
<style>
span { border-color: #C766A7; }
span { border-color: rgb(199,102,167); }
td.TdClassName
{
border-color: #C766A7;
}
.TagClassName
{
border-color: #C766A7;
}
</style>