Shades of Hopbush #C26796
Tints of Hopbush #C26796
RGB
CMYK
RGB Variations
Color information
#C26796 (or 0xC26796) is known color: Hopbush. HEX triplet: C2, 67 and 96. RGB value is (194,103,150). Sum of RGB (Red+Green+Blue) = 194+103+150=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C26796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26796 is #3D9869. Grayscale: #878787. Windows color (decimal): -4036714 or 9856962. OLE color: 9856962.
HSL color Cylindrical-coordinate representation of color #C26796: hue angle of 329.01º 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 #C26796 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 150 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.24 |
| HSL | 329.01º | 0.43% | 0.58% | - |
| HSV(B) | 329.01º | 0.47% | 0.76% | - |
| XYZ | 32.6 | 23.37 | 31.65 | - |
| YUV | 135.57 | 136.15 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 150 | 0 | 0.47 | 0.23 | 0.24 | 329.01 | 0.43 | 0.58 |
| Hex | C2 | 67 | 96 | 0 | 2F | 17 | 18 | 149 | 2B | 3A |
| Octal | 302 | 147 | 226 | 0 | 57 | 27 | 30 | 511 | 53 | 72 |
| Binary | 11000010 | 1100111 | 10010110 | 0 | 101111 | 10111 | 11000 | 101001001 | 101011 | 111010 |
Color Harmonies of #C26796
Complementary color
Monochromatic Colors of #C26796
Black with #C26796
Text Example
Text Example
White with #C26796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26796; }
p { color: rgb(194,103,150); }
H1.HeaderClassName
{
color: #C26796;
}
.AnyTagClassName
{
color: #C26796;
}
</style>
background-color css
<style>
a { background-color: #C26796; }
a { background-color: rgb(194,103,150); }
div.DivClassName
{
background-color: #C26796;
}
.BgClassName
{
background-color: #C26796;
}
</style>
border-color css
<style>
span { border-color: #C26796; }
span { border-color: rgb(194,103,150); }
td.TdClassName
{
border-color: #C26796;
}
.TagClassName
{
border-color: #C26796;
}
</style>