Shades of Hopbush #C2799B
Tints of Hopbush #C2799B
RGB
CMYK
RGB Variations
Color information
#C2799B (or 0xC2799B) is known color: Hopbush. HEX triplet: C2, 79 and 9B. RGB value is (194,121,155). Sum of RGB (Red+Green+Blue) = 194+121+155=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2799B is #3D8664. Grayscale: #929292. Windows color (decimal): -4032101 or 10189250. OLE color: 10189250.
HSL color Cylindrical-coordinate representation of color #C2799B: hue angle of 332.05º 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 #C2799B is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 155 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.24 |
| HSL | 332.05º | 0.37% | 0.62% | - |
| HSV(B) | 332.05º | 0.38% | 0.76% | - |
| XYZ | 35 | 27.51 | 34.48 | - |
| YUV | 146.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 155 | 0 | 0.38 | 0.20 | 0.24 | 332.05 | 0.37 | 0.62 |
| Hex | C2 | 79 | 9B | 0 | 26 | 14 | 18 | 14C | 25 | 3E |
| Octal | 302 | 171 | 233 | 0 | 46 | 24 | 30 | 514 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10011011 | 0 | 100110 | 10100 | 11000 | 101001100 | 100101 | 111110 |
Color Harmonies of #C2799B
Complementary color
Monochromatic Colors of #C2799B
Black with #C2799B
Text Example
Text Example
White with #C2799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2799B; }
p { color: rgb(194,121,155); }
H1.HeaderClassName
{
color: #C2799B;
}
.AnyTagClassName
{
color: #C2799B;
}
</style>
background-color css
<style>
a { background-color: #C2799B; }
a { background-color: rgb(194,121,155); }
div.DivClassName
{
background-color: #C2799B;
}
.BgClassName
{
background-color: #C2799B;
}
</style>
border-color css
<style>
span { border-color: #C2799B; }
span { border-color: rgb(194,121,155); }
td.TdClassName
{
border-color: #C2799B;
}
.TagClassName
{
border-color: #C2799B;
}
</style>