Shades of Hopbush #C26CA0
Tints of Hopbush #C26CA0
RGB
CMYK
RGB Variations
Color information
#C26CA0 (or 0xC26CA0) is known color: Hopbush. HEX triplet: C2, 6C and A0. RGB value is (194,108,160). Sum of RGB (Red+Green+Blue) = 194+108+160=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C26CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26CA0 is #3D935F. Grayscale: #8B8B8B. Windows color (decimal): -4035424 or 10513602. OLE color: 10513602.
HSL color Cylindrical-coordinate representation of color #C26CA0: hue angle of 323.72º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26CA0 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 160 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.24 |
| HSL | 323.72º | 0.41% | 0.59% | - |
| HSV(B) | 323.72º | 0.44% | 0.76% | - |
| XYZ | 33.96 | 24.73 | 36.24 | - |
| YUV | 139.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 160 | 0 | 0.44 | 0.18 | 0.24 | 323.72 | 0.41 | 0.59 |
| Hex | C2 | 6C | A0 | 0 | 2C | 12 | 18 | 144 | 29 | 3B |
| Octal | 302 | 154 | 240 | 0 | 54 | 22 | 30 | 504 | 51 | 73 |
| Binary | 11000010 | 1101100 | 10100000 | 0 | 101100 | 10010 | 11000 | 101000100 | 101001 | 111011 |
Color Harmonies of #C26CA0
Complementary color
Monochromatic Colors of #C26CA0
Black with #C26CA0
Text Example
Text Example
White with #C26CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26CA0; }
p { color: rgb(194,108,160); }
H1.HeaderClassName
{
color: #C26CA0;
}
.AnyTagClassName
{
color: #C26CA0;
}
</style>
background-color css
<style>
a { background-color: #C26CA0; }
a { background-color: rgb(194,108,160); }
div.DivClassName
{
background-color: #C26CA0;
}
.BgClassName
{
background-color: #C26CA0;
}
</style>
border-color css
<style>
span { border-color: #C26CA0; }
span { border-color: rgb(194,108,160); }
td.TdClassName
{
border-color: #C26CA0;
}
.TagClassName
{
border-color: #C26CA0;
}
</style>