Shades of Hopbush #C477A0
Tints of Hopbush #C477A0
RGB
CMYK
RGB Variations
Color information
#C477A0 (or 0xC477A0) is known color: Hopbush. HEX triplet: C4, 77 and A0. RGB value is (196,119,160). Sum of RGB (Red+Green+Blue) = 196+119+160=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C477A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C477A0 is #3B885F. Grayscale: #929292. Windows color (decimal): -3901536 or 10516420. OLE color: 10516420.
HSL color Cylindrical-coordinate representation of color #C477A0: hue angle of 328.05º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C477A0 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 160 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.23 |
| HSL | 328.05º | 0.39% | 0.62% | - |
| HSV(B) | 328.05º | 0.39% | 0.77% | - |
| XYZ | 35.71 | 27.47 | 36.68 | - |
| YUV | 146.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 160 | 0 | 0.39 | 0.18 | 0.23 | 328.05 | 0.39 | 0.62 |
| Hex | C4 | 77 | A0 | 0 | 27 | 12 | 17 | 148 | 27 | 3E |
| Octal | 304 | 167 | 240 | 0 | 47 | 22 | 27 | 510 | 47 | 76 |
| Binary | 11000100 | 1110111 | 10100000 | 0 | 100111 | 10010 | 10111 | 101001000 | 100111 | 111110 |
Color Harmonies of #C477A0
Complementary color
Monochromatic Colors of #C477A0
Black with #C477A0
Text Example
Text Example
White with #C477A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C477A0; }
p { color: rgb(196,119,160); }
H1.HeaderClassName
{
color: #C477A0;
}
.AnyTagClassName
{
color: #C477A0;
}
</style>
background-color css
<style>
a { background-color: #C477A0; }
a { background-color: rgb(196,119,160); }
div.DivClassName
{
background-color: #C477A0;
}
.BgClassName
{
background-color: #C477A0;
}
</style>
border-color css
<style>
span { border-color: #C477A0; }
span { border-color: rgb(196,119,160); }
td.TdClassName
{
border-color: #C477A0;
}
.TagClassName
{
border-color: #C477A0;
}
</style>