Shades of Hopbush #C2799F
Tints of Hopbush #C2799F
RGB
CMYK
RGB Variations
Color information
#C2799F (or 0xC2799F) is known color: Hopbush. HEX triplet: C2, 79 and 9F. RGB value is (194,121,159). Sum of RGB (Red+Green+Blue) = 194+121+159=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2799F is #3D8660. Grayscale: #939393. Windows color (decimal): -4032097 or 10451394. OLE color: 10451394.
HSL color Cylindrical-coordinate representation of color #C2799F: hue angle of 328.77º 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 #C2799F is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 159 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.24 |
| HSL | 328.77º | 0.37% | 0.62% | - |
| HSV(B) | 328.77º | 0.38% | 0.76% | - |
| XYZ | 35.34 | 27.65 | 36.27 | - |
| YUV | 147.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 159 | 0 | 0.38 | 0.18 | 0.24 | 328.77 | 0.37 | 0.62 |
| Hex | C2 | 79 | 9F | 0 | 26 | 12 | 18 | 149 | 25 | 3E |
| Octal | 302 | 171 | 237 | 0 | 46 | 22 | 30 | 511 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10011111 | 0 | 100110 | 10010 | 11000 | 101001001 | 100101 | 111110 |
Color Harmonies of #C2799F
Complementary color
Monochromatic Colors of #C2799F
Black with #C2799F
Text Example
Text Example
White with #C2799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2799F; }
p { color: rgb(194,121,159); }
H1.HeaderClassName
{
color: #C2799F;
}
.AnyTagClassName
{
color: #C2799F;
}
</style>
background-color css
<style>
a { background-color: #C2799F; }
a { background-color: rgb(194,121,159); }
div.DivClassName
{
background-color: #C2799F;
}
.BgClassName
{
background-color: #C2799F;
}
</style>
border-color css
<style>
span { border-color: #C2799F; }
span { border-color: rgb(194,121,159); }
td.TdClassName
{
border-color: #C2799F;
}
.TagClassName
{
border-color: #C2799F;
}
</style>