Shades of Hopbush #C2779D
Tints of Hopbush #C2779D
RGB
CMYK
RGB Variations
Color information
#C2779D (or 0xC2779D) is known color: Hopbush. HEX triplet: C2, 77 and 9D. RGB value is (194,119,157). Sum of RGB (Red+Green+Blue) = 194+119+157=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2779D is #3D8862. Grayscale: #919191. Windows color (decimal): -4032611 or 10319810. OLE color: 10319810.
HSL color Cylindrical-coordinate representation of color #C2779D: hue angle of 329.6º 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 #C2779D is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 157 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.24 |
| HSL | 329.6º | 0.38% | 0.61% | - |
| HSV(B) | 329.6º | 0.39% | 0.76% | - |
| XYZ | 34.93 | 27.1 | 35.29 | - |
| YUV | 145.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 157 | 0 | 0.39 | 0.19 | 0.24 | 329.6 | 0.38 | 0.61 |
| Hex | C2 | 77 | 9D | 0 | 27 | 13 | 18 | 14A | 26 | 3D |
| Octal | 302 | 167 | 235 | 0 | 47 | 23 | 30 | 512 | 46 | 75 |
| Binary | 11000010 | 1110111 | 10011101 | 0 | 100111 | 10011 | 11000 | 101001010 | 100110 | 111101 |
Color Harmonies of #C2779D
Complementary color
Monochromatic Colors of #C2779D
Black with #C2779D
Text Example
Text Example
White with #C2779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2779D; }
p { color: rgb(194,119,157); }
H1.HeaderClassName
{
color: #C2779D;
}
.AnyTagClassName
{
color: #C2779D;
}
</style>
background-color css
<style>
a { background-color: #C2779D; }
a { background-color: rgb(194,119,157); }
div.DivClassName
{
background-color: #C2779D;
}
.BgClassName
{
background-color: #C2779D;
}
</style>
border-color css
<style>
span { border-color: #C2779D; }
span { border-color: rgb(194,119,157); }
td.TdClassName
{
border-color: #C2779D;
}
.TagClassName
{
border-color: #C2779D;
}
</style>