Shades of Hopbush #C26195
Tints of Hopbush #C26195
RGB
CMYK
RGB Variations
Color information
#C26195 (or 0xC26195) is known color: Hopbush. HEX triplet: C2, 61 and 95. RGB value is (194,97,149). Sum of RGB (Red+Green+Blue) = 194+97+149=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C26195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26195 is #3D9E6A. Grayscale: #838383. Windows color (decimal): -4038251 or 9789890. OLE color: 9789890.
HSL color Cylindrical-coordinate representation of color #C26195: hue angle of 327.84º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26195 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 149 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.24 |
| HSL | 327.84º | 0.44% | 0.57% | - |
| HSV(B) | 327.84º | 0.5% | 0.76% | - |
| XYZ | 31.95 | 22.19 | 31.03 | - |
| YUV | 131.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 149 | 0 | 0.50 | 0.23 | 0.24 | 327.84 | 0.44 | 0.57 |
| Hex | C2 | 61 | 95 | 0 | 32 | 17 | 18 | 148 | 2C | 39 |
| Octal | 302 | 141 | 225 | 0 | 62 | 27 | 30 | 510 | 54 | 71 |
| Binary | 11000010 | 1100001 | 10010101 | 0 | 110010 | 10111 | 11000 | 101001000 | 101100 | 111001 |
Color Harmonies of #C26195
Complementary color
Monochromatic Colors of #C26195
Black with #C26195
Text Example
Text Example
White with #C26195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26195; }
p { color: rgb(194,97,149); }
H1.HeaderClassName
{
color: #C26195;
}
.AnyTagClassName
{
color: #C26195;
}
</style>
background-color css
<style>
a { background-color: #C26195; }
a { background-color: rgb(194,97,149); }
div.DivClassName
{
background-color: #C26195;
}
.BgClassName
{
background-color: #C26195;
}
</style>
border-color css
<style>
span { border-color: #C26195; }
span { border-color: rgb(194,97,149); }
td.TdClassName
{
border-color: #C26195;
}
.TagClassName
{
border-color: #C26195;
}
</style>