Shades of Hopbush #C26996
Tints of Hopbush #C26996
RGB
CMYK
RGB Variations
Color information
#C26996 (or 0xC26996) is known color: Hopbush. HEX triplet: C2, 69 and 96. RGB value is (194,105,150). Sum of RGB (Red+Green+Blue) = 194+105+150=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C26996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26996 is #3D9669. Grayscale: #888888. Windows color (decimal): -4036202 or 9857474. OLE color: 9857474.
HSL color Cylindrical-coordinate representation of color #C26996: hue angle of 329.66º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26996 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 150 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.24 |
| HSL | 329.66º | 0.42% | 0.59% | - |
| HSV(B) | 329.66º | 0.46% | 0.76% | - |
| XYZ | 32.8 | 23.77 | 31.71 | - |
| YUV | 136.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 150 | 0 | 0.46 | 0.23 | 0.24 | 329.66 | 0.42 | 0.59 |
| Hex | C2 | 69 | 96 | 0 | 2E | 17 | 18 | 14A | 2A | 3B |
| Octal | 302 | 151 | 226 | 0 | 56 | 27 | 30 | 512 | 52 | 73 |
| Binary | 11000010 | 1101001 | 10010110 | 0 | 101110 | 10111 | 11000 | 101001010 | 101010 | 111011 |
Color Harmonies of #C26996
Complementary color
Monochromatic Colors of #C26996
Black with #C26996
Text Example
Text Example
White with #C26996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26996; }
p { color: rgb(194,105,150); }
H1.HeaderClassName
{
color: #C26996;
}
.AnyTagClassName
{
color: #C26996;
}
</style>
background-color css
<style>
a { background-color: #C26996; }
a { background-color: rgb(194,105,150); }
div.DivClassName
{
background-color: #C26996;
}
.BgClassName
{
background-color: #C26996;
}
</style>
border-color css
<style>
span { border-color: #C26996; }
span { border-color: rgb(194,105,150); }
td.TdClassName
{
border-color: #C26996;
}
.TagClassName
{
border-color: #C26996;
}
</style>