Shades of Hopbush #C2729E
Tints of Hopbush #C2729E
RGB
CMYK
RGB Variations
Color information
#C2729E (or 0xC2729E) is known color: Hopbush. HEX triplet: C2, 72 and 9E. RGB value is (194,114,158). Sum of RGB (Red+Green+Blue) = 194+114+158=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2729E is #3D8D61. Grayscale: #8E8E8E. Windows color (decimal): -4033890 or 10384066. OLE color: 10384066.
HSL color Cylindrical-coordinate representation of color #C2729E: hue angle of 327º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2729E is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 158 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.24 |
| HSL | 327º | 0.4% | 0.6% | - |
| HSV(B) | 327º | 0.41% | 0.76% | - |
| XYZ | 34.44 | 25.97 | 35.55 | - |
| YUV | 142.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 158 | 0 | 0.41 | 0.19 | 0.24 | 327 | 0.4 | 0.6 |
| Hex | C2 | 72 | 9E | 0 | 29 | 13 | 18 | 147 | 28 | 3C |
| Octal | 302 | 162 | 236 | 0 | 51 | 23 | 30 | 507 | 50 | 74 |
| Binary | 11000010 | 1110010 | 10011110 | 0 | 101001 | 10011 | 11000 | 101000111 | 101000 | 111100 |
Color Harmonies of #C2729E
Complementary color
Monochromatic Colors of #C2729E
Black with #C2729E
Text Example
Text Example
White with #C2729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2729E; }
p { color: rgb(194,114,158); }
H1.HeaderClassName
{
color: #C2729E;
}
.AnyTagClassName
{
color: #C2729E;
}
</style>
background-color css
<style>
a { background-color: #C2729E; }
a { background-color: rgb(194,114,158); }
div.DivClassName
{
background-color: #C2729E;
}
.BgClassName
{
background-color: #C2729E;
}
</style>
border-color css
<style>
span { border-color: #C2729E; }
span { border-color: rgb(194,114,158); }
td.TdClassName
{
border-color: #C2729E;
}
.TagClassName
{
border-color: #C2729E;
}
</style>