Shades of Hopbush #C26BA9
Tints of Hopbush #C26BA9
RGB
CMYK
RGB Variations
Color information
#C26BA9 (or 0xC26BA9) is known color: Hopbush. HEX triplet: C2, 6B and A9. RGB value is (194,107,169). Sum of RGB (Red+Green+Blue) = 194+107+169=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C26BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26BA9 is #3D9456. Grayscale: #8B8B8B. Windows color (decimal): -4035671 or 11103170. OLE color: 11103170.
HSL color Cylindrical-coordinate representation of color #C26BA9: hue angle of 317.24º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26BA9 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 169 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.24 |
| HSL | 317.24º | 0.42% | 0.59% | - |
| HSV(B) | 317.24º | 0.45% | 0.76% | - |
| XYZ | 34.67 | 24.85 | 40.51 | - |
| YUV | 140.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 169 | 0 | 0.45 | 0.13 | 0.24 | 317.24 | 0.42 | 0.59 |
| Hex | C2 | 6B | A9 | 0 | 2D | D | 18 | 13D | 2A | 3B |
| Octal | 302 | 153 | 251 | 0 | 55 | 15 | 30 | 475 | 52 | 73 |
| Binary | 11000010 | 1101011 | 10101001 | 0 | 101101 | 1101 | 11000 | 100111101 | 101010 | 111011 |
Color Harmonies of #C26BA9
Complementary color
Monochromatic Colors of #C26BA9
Black with #C26BA9
Text Example
Text Example
White with #C26BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26BA9; }
p { color: rgb(194,107,169); }
H1.HeaderClassName
{
color: #C26BA9;
}
.AnyTagClassName
{
color: #C26BA9;
}
</style>
background-color css
<style>
a { background-color: #C26BA9; }
a { background-color: rgb(194,107,169); }
div.DivClassName
{
background-color: #C26BA9;
}
.BgClassName
{
background-color: #C26BA9;
}
</style>
border-color css
<style>
span { border-color: #C26BA9; }
span { border-color: rgb(194,107,169); }
td.TdClassName
{
border-color: #C26BA9;
}
.TagClassName
{
border-color: #C26BA9;
}
</style>