Shades of Hopbush #C77CA7
Tints of Hopbush #C77CA7
RGB
CMYK
RGB Variations
Color information
#C77CA7 (or 0xC77CA7) is known color: Hopbush. HEX triplet: C7, 7C and A7. RGB value is (199,124,167). Sum of RGB (Red+Green+Blue) = 199+124+167=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77CA7 is #388358. Grayscale: #979797. Windows color (decimal): -3703641 or 10976455. OLE color: 10976455.
HSL color Cylindrical-coordinate representation of color #C77CA7: hue angle of 325.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77CA7 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 167 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.22 |
| HSL | 325.6º | 0.4% | 0.63% | - |
| HSV(B) | 325.6º | 0.38% | 0.78% | - |
| XYZ | 37.74 | 29.35 | 40.23 | - |
| YUV | 151.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 167 | 0 | 0.38 | 0.16 | 0.22 | 325.6 | 0.4 | 0.63 |
| Hex | C7 | 7C | A7 | 0 | 26 | 10 | 16 | 146 | 28 | 3F |
| Octal | 307 | 174 | 247 | 0 | 46 | 20 | 26 | 506 | 50 | 77 |
| Binary | 11000111 | 1111100 | 10100111 | 0 | 100110 | 10000 | 10110 | 101000110 | 101000 | 111111 |
Color Harmonies of #C77CA7
Complementary color
Monochromatic Colors of #C77CA7
Black with #C77CA7
Text Example
Text Example
White with #C77CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CA7; }
p { color: rgb(199,124,167); }
H1.HeaderClassName
{
color: #C77CA7;
}
.AnyTagClassName
{
color: #C77CA7;
}
</style>
background-color css
<style>
a { background-color: #C77CA7; }
a { background-color: rgb(199,124,167); }
div.DivClassName
{
background-color: #C77CA7;
}
.BgClassName
{
background-color: #C77CA7;
}
</style>
border-color css
<style>
span { border-color: #C77CA7; }
span { border-color: rgb(199,124,167); }
td.TdClassName
{
border-color: #C77CA7;
}
.TagClassName
{
border-color: #C77CA7;
}
</style>