Shades of Hopbush #C2779C
Tints of Hopbush #C2779C
RGB
CMYK
RGB Variations
Color information
#C2779C (or 0xC2779C) is known color: Hopbush. HEX triplet: C2, 77 and 9C. RGB value is (194,119,156). Sum of RGB (Red+Green+Blue) = 194+119+156=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2779C is #3D8863. Grayscale: #919191. Windows color (decimal): -4032612 or 10254274. OLE color: 10254274.
HSL color Cylindrical-coordinate representation of color #C2779C: hue angle of 330.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2779C is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 156 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.24 |
| HSL | 330.4º | 0.38% | 0.61% | - |
| HSV(B) | 330.4º | 0.39% | 0.76% | - |
| XYZ | 34.85 | 27.06 | 34.84 | - |
| YUV | 145.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 156 | 0 | 0.39 | 0.20 | 0.24 | 330.4 | 0.38 | 0.61 |
| Hex | C2 | 77 | 9C | 0 | 27 | 14 | 18 | 14A | 26 | 3D |
| Octal | 302 | 167 | 234 | 0 | 47 | 24 | 30 | 512 | 46 | 75 |
| Binary | 11000010 | 1110111 | 10011100 | 0 | 100111 | 10100 | 11000 | 101001010 | 100110 | 111101 |
Color Harmonies of #C2779C
Complementary color
Monochromatic Colors of #C2779C
Black with #C2779C
Text Example
Text Example
White with #C2779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2779C; }
p { color: rgb(194,119,156); }
H1.HeaderClassName
{
color: #C2779C;
}
.AnyTagClassName
{
color: #C2779C;
}
</style>
background-color css
<style>
a { background-color: #C2779C; }
a { background-color: rgb(194,119,156); }
div.DivClassName
{
background-color: #C2779C;
}
.BgClassName
{
background-color: #C2779C;
}
</style>
border-color css
<style>
span { border-color: #C2779C; }
span { border-color: rgb(194,119,156); }
td.TdClassName
{
border-color: #C2779C;
}
.TagClassName
{
border-color: #C2779C;
}
</style>