Shades of Hopbush #C26895
Tints of Hopbush #C26895
RGB
CMYK
RGB Variations
Color information
#C26895 (or 0xC26895) is known color: Hopbush. HEX triplet: C2, 68 and 95. RGB value is (194,104,149). Sum of RGB (Red+Green+Blue) = 194+104+149=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C26895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26895 is #3D976A. Grayscale: #878787. Windows color (decimal): -4036459 or 9791682. OLE color: 9791682.
HSL color Cylindrical-coordinate representation of color #C26895: hue angle of 330º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26895 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 149 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.24 |
| HSL | 330º | 0.42% | 0.58% | - |
| HSV(B) | 330º | 0.46% | 0.76% | - |
| XYZ | 32.62 | 23.54 | 31.26 | - |
| YUV | 136.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 149 | 0 | 0.46 | 0.23 | 0.24 | 330 | 0.42 | 0.58 |
| Hex | C2 | 68 | 95 | 0 | 2E | 17 | 18 | 14A | 2A | 3A |
| Octal | 302 | 150 | 225 | 0 | 56 | 27 | 30 | 512 | 52 | 72 |
| Binary | 11000010 | 1101000 | 10010101 | 0 | 101110 | 10111 | 11000 | 101001010 | 101010 | 111010 |
Color Harmonies of #C26895
Complementary color
Monochromatic Colors of #C26895
Black with #C26895
Text Example
Text Example
White with #C26895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26895; }
p { color: rgb(194,104,149); }
H1.HeaderClassName
{
color: #C26895;
}
.AnyTagClassName
{
color: #C26895;
}
</style>
background-color css
<style>
a { background-color: #C26895; }
a { background-color: rgb(194,104,149); }
div.DivClassName
{
background-color: #C26895;
}
.BgClassName
{
background-color: #C26895;
}
</style>
border-color css
<style>
span { border-color: #C26895; }
span { border-color: rgb(194,104,149); }
td.TdClassName
{
border-color: #C26895;
}
.TagClassName
{
border-color: #C26895;
}
</style>