Shades of Hopbush #C26499
Tints of Hopbush #C26499
RGB
CMYK
RGB Variations
Color information
#C26499 (or 0xC26499) is known color: Hopbush. HEX triplet: C2, 64 and 99. RGB value is (194,100,153). Sum of RGB (Red+Green+Blue) = 194+100+153=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C26499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26499 is #3D9B66. Grayscale: #868686. Windows color (decimal): -4037479 or 10052802. OLE color: 10052802.
HSL color Cylindrical-coordinate representation of color #C26499: hue angle of 326.17º 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 #C26499 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 153 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.24 |
| HSL | 326.17º | 0.44% | 0.58% | - |
| HSV(B) | 326.17º | 0.48% | 0.76% | - |
| XYZ | 32.56 | 22.88 | 32.84 | - |
| YUV | 134.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 153 | 0 | 0.48 | 0.21 | 0.24 | 326.17 | 0.44 | 0.58 |
| Hex | C2 | 64 | 99 | 0 | 30 | 15 | 18 | 146 | 2C | 3A |
| Octal | 302 | 144 | 231 | 0 | 60 | 25 | 30 | 506 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10011001 | 0 | 110000 | 10101 | 11000 | 101000110 | 101100 | 111010 |
Color Harmonies of #C26499
Complementary color
Monochromatic Colors of #C26499
Black with #C26499
Text Example
Text Example
White with #C26499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26499; }
p { color: rgb(194,100,153); }
H1.HeaderClassName
{
color: #C26499;
}
.AnyTagClassName
{
color: #C26499;
}
</style>
background-color css
<style>
a { background-color: #C26499; }
a { background-color: rgb(194,100,153); }
div.DivClassName
{
background-color: #C26499;
}
.BgClassName
{
background-color: #C26499;
}
</style>
border-color css
<style>
span { border-color: #C26499; }
span { border-color: rgb(194,100,153); }
td.TdClassName
{
border-color: #C26499;
}
.TagClassName
{
border-color: #C26499;
}
</style>