Shades of Hopbush #C26696
Tints of Hopbush #C26696
RGB
CMYK
RGB Variations
Color information
#C26696 (or 0xC26696) is known color: Hopbush. HEX triplet: C2, 66 and 96. RGB value is (194,102,150). Sum of RGB (Red+Green+Blue) = 194+102+150=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C26696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26696 is #3D9969. Grayscale: #868686. Windows color (decimal): -4036970 or 9856706. OLE color: 9856706.
HSL color Cylindrical-coordinate representation of color #C26696: hue angle of 328.7º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C26696 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 102 | 150 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.24 |
| HSL | 328.7º | 0.43% | 0.58% | - |
| HSV(B) | 328.7º | 0.47% | 0.76% | - |
| XYZ | 32.5 | 23.17 | 31.61 | - |
| YUV | 134.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 150 | 0 | 0.47 | 0.23 | 0.24 | 328.7 | 0.43 | 0.58 |
| Hex | C2 | 66 | 96 | 0 | 2F | 17 | 18 | 149 | 2B | 3A |
| Octal | 302 | 146 | 226 | 0 | 57 | 27 | 30 | 511 | 53 | 72 |
| Binary | 11000010 | 1100110 | 10010110 | 0 | 101111 | 10111 | 11000 | 101001001 | 101011 | 111010 |
Color Harmonies of #C26696
Complementary color
Monochromatic Colors of #C26696
Black with #C26696
Text Example
Text Example
White with #C26696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26696; }
p { color: rgb(194,102,150); }
H1.HeaderClassName
{
color: #C26696;
}
.AnyTagClassName
{
color: #C26696;
}
</style>
background-color css
<style>
a { background-color: #C26696; }
a { background-color: rgb(194,102,150); }
div.DivClassName
{
background-color: #C26696;
}
.BgClassName
{
background-color: #C26696;
}
</style>
border-color css
<style>
span { border-color: #C26696; }
span { border-color: rgb(194,102,150); }
td.TdClassName
{
border-color: #C26696;
}
.TagClassName
{
border-color: #C26696;
}
</style>