Shades of Hopbush #C27196
Tints of Hopbush #C27196
RGB
CMYK
RGB Variations
Color information
#C27196 (or 0xC27196) is known color: Hopbush. HEX triplet: C2, 71 and 96. RGB value is (194,113,150). Sum of RGB (Red+Green+Blue) = 194+113+150=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C27196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27196 is #3D8E69. Grayscale: #8D8D8D. Windows color (decimal): -4034154 or 9859522. OLE color: 9859522.
HSL color Cylindrical-coordinate representation of color #C27196: hue angle of 332.59º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27196 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 150 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.24 |
| HSL | 332.59º | 0.4% | 0.6% | - |
| HSV(B) | 332.59º | 0.42% | 0.76% | - |
| XYZ | 33.66 | 25.48 | 32 | - |
| YUV | 141.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 150 | 0 | 0.42 | 0.23 | 0.24 | 332.59 | 0.4 | 0.6 |
| Hex | C2 | 71 | 96 | 0 | 2A | 17 | 18 | 14D | 28 | 3C |
| Octal | 302 | 161 | 226 | 0 | 52 | 27 | 30 | 515 | 50 | 74 |
| Binary | 11000010 | 1110001 | 10010110 | 0 | 101010 | 10111 | 11000 | 101001101 | 101000 | 111100 |
Color Harmonies of #C27196
Complementary color
Monochromatic Colors of #C27196
Black with #C27196
Text Example
Text Example
White with #C27196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27196; }
p { color: rgb(194,113,150); }
H1.HeaderClassName
{
color: #C27196;
}
.AnyTagClassName
{
color: #C27196;
}
</style>
background-color css
<style>
a { background-color: #C27196; }
a { background-color: rgb(194,113,150); }
div.DivClassName
{
background-color: #C27196;
}
.BgClassName
{
background-color: #C27196;
}
</style>
border-color css
<style>
span { border-color: #C27196; }
span { border-color: rgb(194,113,150); }
td.TdClassName
{
border-color: #C27196;
}
.TagClassName
{
border-color: #C27196;
}
</style>