Shades of Hopbush #C774A0
Tints of Hopbush #C774A0
RGB
CMYK
RGB Variations
Color information
#C774A0 (or 0xC774A0) is known color: Hopbush. HEX triplet: C7, 74 and A0. RGB value is (199,116,160). Sum of RGB (Red+Green+Blue) = 199+116+160=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C774A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C774A0 is #388B5F. Grayscale: #919191. Windows color (decimal): -3705696 or 10515655. OLE color: 10515655.
HSL color Cylindrical-coordinate representation of color #C774A0: hue angle of 328.19º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C774A0 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 160 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.22 |
| HSL | 328.19º | 0.43% | 0.62% | - |
| HSV(B) | 328.19º | 0.42% | 0.78% | - |
| XYZ | 36.14 | 27.17 | 36.6 | - |
| YUV | 145.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 160 | 0 | 0.42 | 0.20 | 0.22 | 328.19 | 0.43 | 0.62 |
| Hex | C7 | 74 | A0 | 0 | 2A | 14 | 16 | 148 | 2B | 3E |
| Octal | 307 | 164 | 240 | 0 | 52 | 24 | 26 | 510 | 53 | 76 |
| Binary | 11000111 | 1110100 | 10100000 | 0 | 101010 | 10100 | 10110 | 101001000 | 101011 | 111110 |
Color Harmonies of #C774A0
Complementary color
Monochromatic Colors of #C774A0
Black with #C774A0
Text Example
Text Example
White with #C774A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774A0; }
p { color: rgb(199,116,160); }
H1.HeaderClassName
{
color: #C774A0;
}
.AnyTagClassName
{
color: #C774A0;
}
</style>
background-color css
<style>
a { background-color: #C774A0; }
a { background-color: rgb(199,116,160); }
div.DivClassName
{
background-color: #C774A0;
}
.BgClassName
{
background-color: #C774A0;
}
</style>
border-color css
<style>
span { border-color: #C774A0; }
span { border-color: rgb(199,116,160); }
td.TdClassName
{
border-color: #C774A0;
}
.TagClassName
{
border-color: #C774A0;
}
</style>