Shades of Hopbush #C2799A
Tints of Hopbush #C2799A
RGB
CMYK
RGB Variations
Color information
#C2799A (or 0xC2799A) is known color: Hopbush. HEX triplet: C2, 79 and 9A. RGB value is (194,121,154). Sum of RGB (Red+Green+Blue) = 194+121+154=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2799A is #3D8665. Grayscale: #929292. Windows color (decimal): -4032102 or 10123714. OLE color: 10123714.
HSL color Cylindrical-coordinate representation of color #C2799A: hue angle of 332.88º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2799A is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 154 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.24 |
| HSL | 332.88º | 0.37% | 0.62% | - |
| HSV(B) | 332.88º | 0.38% | 0.76% | - |
| XYZ | 34.92 | 27.48 | 34.04 | - |
| YUV | 146.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 154 | 0 | 0.38 | 0.21 | 0.24 | 332.88 | 0.37 | 0.62 |
| Hex | C2 | 79 | 9A | 0 | 26 | 15 | 18 | 14D | 25 | 3E |
| Octal | 302 | 171 | 232 | 0 | 46 | 25 | 30 | 515 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10011010 | 0 | 100110 | 10101 | 11000 | 101001101 | 100101 | 111110 |
Color Harmonies of #C2799A
Complementary color
Monochromatic Colors of #C2799A
Black with #C2799A
Text Example
Text Example
White with #C2799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2799A; }
p { color: rgb(194,121,154); }
H1.HeaderClassName
{
color: #C2799A;
}
.AnyTagClassName
{
color: #C2799A;
}
</style>
background-color css
<style>
a { background-color: #C2799A; }
a { background-color: rgb(194,121,154); }
div.DivClassName
{
background-color: #C2799A;
}
.BgClassName
{
background-color: #C2799A;
}
</style>
border-color css
<style>
span { border-color: #C2799A; }
span { border-color: rgb(194,121,154); }
td.TdClassName
{
border-color: #C2799A;
}
.TagClassName
{
border-color: #C2799A;
}
</style>