Shades of Hopbush #C26C91
Tints of Hopbush #C26C91
RGB
CMYK
RGB Variations
Color information
#C26C91 (or 0xC26C91) is known color: Hopbush. HEX triplet: C2, 6C and 91. RGB value is (194,108,145). Sum of RGB (Red+Green+Blue) = 194+108+145=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26C91 is #3D936E. Grayscale: #898989. Windows color (decimal): -4035439 or 9530562. OLE color: 9530562.
HSL color Cylindrical-coordinate representation of color #C26C91: hue angle of 334.19º 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 #C26C91 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 145 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.24 |
| HSL | 334.19º | 0.41% | 0.59% | - |
| HSV(B) | 334.19º | 0.44% | 0.76% | - |
| XYZ | 32.72 | 24.24 | 29.74 | - |
| YUV | 137.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 145 | 0 | 0.44 | 0.25 | 0.24 | 334.19 | 0.41 | 0.59 |
| Hex | C2 | 6C | 91 | 0 | 2C | 19 | 18 | 14E | 29 | 3B |
| Octal | 302 | 154 | 221 | 0 | 54 | 31 | 30 | 516 | 51 | 73 |
| Binary | 11000010 | 1101100 | 10010001 | 0 | 101100 | 11001 | 11000 | 101001110 | 101001 | 111011 |
Color Harmonies of #C26C91
Complementary color
Monochromatic Colors of #C26C91
Black with #C26C91
Text Example
Text Example
White with #C26C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C91; }
p { color: rgb(194,108,145); }
H1.HeaderClassName
{
color: #C26C91;
}
.AnyTagClassName
{
color: #C26C91;
}
</style>
background-color css
<style>
a { background-color: #C26C91; }
a { background-color: rgb(194,108,145); }
div.DivClassName
{
background-color: #C26C91;
}
.BgClassName
{
background-color: #C26C91;
}
</style>
border-color css
<style>
span { border-color: #C26C91; }
span { border-color: rgb(194,108,145); }
td.TdClassName
{
border-color: #C26C91;
}
.TagClassName
{
border-color: #C26C91;
}
</style>