Shades of Hopbush #C2779A
Tints of Hopbush #C2779A
RGB
CMYK
RGB Variations
Color information
#C2779A (or 0xC2779A) is known color: Hopbush. HEX triplet: C2, 77 and 9A. RGB value is (194,119,154). Sum of RGB (Red+Green+Blue) = 194+119+154=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2779A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2779A is #3D8865. Grayscale: #919191. Windows color (decimal): -4032614 or 10123202. OLE color: 10123202.
HSL color Cylindrical-coordinate representation of color #C2779A: hue angle of 332º 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 #C2779A is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 154 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.24 |
| HSL | 332º | 0.38% | 0.61% | - |
| HSV(B) | 332º | 0.39% | 0.76% | - |
| XYZ | 34.68 | 27 | 33.95 | - |
| YUV | 145.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 154 | 0 | 0.39 | 0.21 | 0.24 | 332 | 0.38 | 0.61 |
| Hex | C2 | 77 | 9A | 0 | 27 | 15 | 18 | 14C | 26 | 3D |
| Octal | 302 | 167 | 232 | 0 | 47 | 25 | 30 | 514 | 46 | 75 |
| Binary | 11000010 | 1110111 | 10011010 | 0 | 100111 | 10101 | 11000 | 101001100 | 100110 | 111101 |
Color Harmonies of #C2779A
Complementary color
Monochromatic Colors of #C2779A
Black with #C2779A
Text Example
Text Example
White with #C2779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2779A; }
p { color: rgb(194,119,154); }
H1.HeaderClassName
{
color: #C2779A;
}
.AnyTagClassName
{
color: #C2779A;
}
</style>
background-color css
<style>
a { background-color: #C2779A; }
a { background-color: rgb(194,119,154); }
div.DivClassName
{
background-color: #C2779A;
}
.BgClassName
{
background-color: #C2779A;
}
</style>
border-color css
<style>
span { border-color: #C2779A; }
span { border-color: rgb(194,119,154); }
td.TdClassName
{
border-color: #C2779A;
}
.TagClassName
{
border-color: #C2779A;
}
</style>