Shades of Hopbush #C26BAA
Tints of Hopbush #C26BAA
RGB
CMYK
RGB Variations
Color information
#C26BAA (or 0xC26BAA) is known color: Hopbush. HEX triplet: C2, 6B and AA. RGB value is (194,107,170). Sum of RGB (Red+Green+Blue) = 194+107+170=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C26BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26BAA is #3D9455. Grayscale: #8C8C8C. Windows color (decimal): -4035670 or 11168706. OLE color: 11168706.
HSL color Cylindrical-coordinate representation of color #C26BAA: hue angle of 316.55º 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 #C26BAA is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 170 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.24 |
| HSL | 316.55º | 0.42% | 0.59% | - |
| HSV(B) | 316.55º | 0.45% | 0.76% | - |
| XYZ | 34.76 | 24.89 | 41 | - |
| YUV | 140.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 170 | 0 | 0.45 | 0.12 | 0.24 | 316.55 | 0.42 | 0.59 |
| Hex | C2 | 6B | AA | 0 | 2D | C | 18 | 13D | 2A | 3B |
| Octal | 302 | 153 | 252 | 0 | 55 | 14 | 30 | 475 | 52 | 73 |
| Binary | 11000010 | 1101011 | 10101010 | 0 | 101101 | 1100 | 11000 | 100111101 | 101010 | 111011 |
Color Harmonies of #C26BAA
Complementary color
Monochromatic Colors of #C26BAA
Black with #C26BAA
Text Example
Text Example
White with #C26BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26BAA; }
p { color: rgb(194,107,170); }
H1.HeaderClassName
{
color: #C26BAA;
}
.AnyTagClassName
{
color: #C26BAA;
}
</style>
background-color css
<style>
a { background-color: #C26BAA; }
a { background-color: rgb(194,107,170); }
div.DivClassName
{
background-color: #C26BAA;
}
.BgClassName
{
background-color: #C26BAA;
}
</style>
border-color css
<style>
span { border-color: #C26BAA; }
span { border-color: rgb(194,107,170); }
td.TdClassName
{
border-color: #C26BAA;
}
.TagClassName
{
border-color: #C26BAA;
}
</style>