Shades of Hopbush #C26295
Tints of Hopbush #C26295
RGB
CMYK
RGB Variations
Color information
#C26295 (or 0xC26295) is known color: Hopbush. HEX triplet: C2, 62 and 95. RGB value is (194,98,149). Sum of RGB (Red+Green+Blue) = 194+98+149=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C26295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26295 is #3D9D6A. Grayscale: #848484. Windows color (decimal): -4037995 or 9790146. OLE color: 9790146.
HSL color Cylindrical-coordinate representation of color #C26295: hue angle of 328.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26295 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 149 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.24 |
| HSL | 328.13º | 0.44% | 0.57% | - |
| HSV(B) | 328.13º | 0.49% | 0.76% | - |
| XYZ | 32.04 | 22.37 | 31.06 | - |
| YUV | 132.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 149 | 0 | 0.49 | 0.23 | 0.24 | 328.13 | 0.44 | 0.57 |
| Hex | C2 | 62 | 95 | 0 | 31 | 17 | 18 | 148 | 2C | 39 |
| Octal | 302 | 142 | 225 | 0 | 61 | 27 | 30 | 510 | 54 | 71 |
| Binary | 11000010 | 1100010 | 10010101 | 0 | 110001 | 10111 | 11000 | 101001000 | 101100 | 111001 |
Color Harmonies of #C26295
Complementary color
Monochromatic Colors of #C26295
Black with #C26295
Text Example
Text Example
White with #C26295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26295; }
p { color: rgb(194,98,149); }
H1.HeaderClassName
{
color: #C26295;
}
.AnyTagClassName
{
color: #C26295;
}
</style>
background-color css
<style>
a { background-color: #C26295; }
a { background-color: rgb(194,98,149); }
div.DivClassName
{
background-color: #C26295;
}
.BgClassName
{
background-color: #C26295;
}
</style>
border-color css
<style>
span { border-color: #C26295; }
span { border-color: rgb(194,98,149); }
td.TdClassName
{
border-color: #C26295;
}
.TagClassName
{
border-color: #C26295;
}
</style>