Shades of Hopbush #C27696
Tints of Hopbush #C27696
RGB
CMYK
RGB Variations
Color information
#C27696 (or 0xC27696) is known color: Hopbush. HEX triplet: C2, 76 and 96. RGB value is (194,118,150). Sum of RGB (Red+Green+Blue) = 194+118+150=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C27696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27696 is #3D8969. Grayscale: #909090. Windows color (decimal): -4032874 or 9860802. OLE color: 9860802.
HSL color Cylindrical-coordinate representation of color #C27696: hue angle of 334.74º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27696 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 150 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.24 |
| HSL | 334.74º | 0.38% | 0.61% | - |
| HSV(B) | 334.74º | 0.39% | 0.76% | - |
| XYZ | 34.23 | 26.63 | 32.19 | - |
| YUV | 144.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 150 | 0 | 0.39 | 0.23 | 0.24 | 334.74 | 0.38 | 0.61 |
| Hex | C2 | 76 | 96 | 0 | 27 | 17 | 18 | 14F | 26 | 3D |
| Octal | 302 | 166 | 226 | 0 | 47 | 27 | 30 | 517 | 46 | 75 |
| Binary | 11000010 | 1110110 | 10010110 | 0 | 100111 | 10111 | 11000 | 101001111 | 100110 | 111101 |
Color Harmonies of #C27696
Complementary color
Monochromatic Colors of #C27696
Black with #C27696
Text Example
Text Example
White with #C27696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27696; }
p { color: rgb(194,118,150); }
H1.HeaderClassName
{
color: #C27696;
}
.AnyTagClassName
{
color: #C27696;
}
</style>
background-color css
<style>
a { background-color: #C27696; }
a { background-color: rgb(194,118,150); }
div.DivClassName
{
background-color: #C27696;
}
.BgClassName
{
background-color: #C27696;
}
</style>
border-color css
<style>
span { border-color: #C27696; }
span { border-color: rgb(194,118,150); }
td.TdClassName
{
border-color: #C27696;
}
.TagClassName
{
border-color: #C27696;
}
</style>