Shades of Hopbush #C26495
Tints of Hopbush #C26495
RGB
CMYK
RGB Variations
Color information
#C26495 (or 0xC26495) is known color: Hopbush. HEX triplet: C2, 64 and 95. RGB value is (194,100,149). Sum of RGB (Red+Green+Blue) = 194+100+149=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C26495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26495 is #3D9B6A. Grayscale: #858585. Windows color (decimal): -4037483 or 9790658. OLE color: 9790658.
HSL color Cylindrical-coordinate representation of color #C26495: hue angle of 328.72º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26495 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 149 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.24 |
| HSL | 328.72º | 0.44% | 0.58% | - |
| HSV(B) | 328.72º | 0.48% | 0.76% | - |
| XYZ | 32.23 | 22.75 | 31.13 | - |
| YUV | 133.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 149 | 0 | 0.48 | 0.23 | 0.24 | 328.72 | 0.44 | 0.58 |
| Hex | C2 | 64 | 95 | 0 | 30 | 17 | 18 | 149 | 2C | 3A |
| Octal | 302 | 144 | 225 | 0 | 60 | 27 | 30 | 511 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10010101 | 0 | 110000 | 10111 | 11000 | 101001001 | 101100 | 111010 |
Color Harmonies of #C26495
Complementary color
Monochromatic Colors of #C26495
Black with #C26495
Text Example
Text Example
White with #C26495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26495; }
p { color: rgb(194,100,149); }
H1.HeaderClassName
{
color: #C26495;
}
.AnyTagClassName
{
color: #C26495;
}
</style>
background-color css
<style>
a { background-color: #C26495; }
a { background-color: rgb(194,100,149); }
div.DivClassName
{
background-color: #C26495;
}
.BgClassName
{
background-color: #C26495;
}
</style>
border-color css
<style>
span { border-color: #C26495; }
span { border-color: rgb(194,100,149); }
td.TdClassName
{
border-color: #C26495;
}
.TagClassName
{
border-color: #C26495;
}
</style>