Shades of Hopbush #C77AA3
Tints of Hopbush #C77AA3
RGB
CMYK
RGB Variations
Color information
#C77AA3 (or 0xC77AA3) is known color: Hopbush. HEX triplet: C7, 7A and A3. RGB value is (199,122,163). Sum of RGB (Red+Green+Blue) = 199+122+163=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C77AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77AA3 is #38855C. Grayscale: #959595. Windows color (decimal): -3704157 or 10713799. OLE color: 10713799.
HSL color Cylindrical-coordinate representation of color #C77AA3: hue angle of 328.05º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77AA3 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 163 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.22 |
| HSL | 328.05º | 0.41% | 0.63% | - |
| HSV(B) | 328.05º | 0.39% | 0.78% | - |
| XYZ | 37.12 | 28.71 | 38.23 | - |
| YUV | 149.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 163 | 0 | 0.39 | 0.18 | 0.22 | 328.05 | 0.41 | 0.63 |
| Hex | C7 | 7A | A3 | 0 | 27 | 12 | 16 | 148 | 29 | 3F |
| Octal | 307 | 172 | 243 | 0 | 47 | 22 | 26 | 510 | 51 | 77 |
| Binary | 11000111 | 1111010 | 10100011 | 0 | 100111 | 10010 | 10110 | 101001000 | 101001 | 111111 |
Color Harmonies of #C77AA3
Complementary color
Monochromatic Colors of #C77AA3
Black with #C77AA3
Text Example
Text Example
White with #C77AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77AA3; }
p { color: rgb(199,122,163); }
H1.HeaderClassName
{
color: #C77AA3;
}
.AnyTagClassName
{
color: #C77AA3;
}
</style>
background-color css
<style>
a { background-color: #C77AA3; }
a { background-color: rgb(199,122,163); }
div.DivClassName
{
background-color: #C77AA3;
}
.BgClassName
{
background-color: #C77AA3;
}
</style>
border-color css
<style>
span { border-color: #C77AA3; }
span { border-color: rgb(199,122,163); }
td.TdClassName
{
border-color: #C77AA3;
}
.TagClassName
{
border-color: #C77AA3;
}
</style>