Shades of Hopbush #C26494
Tints of Hopbush #C26494
RGB
CMYK
RGB Variations
Color information
#C26494 (or 0xC26494) is known color: Hopbush. HEX triplet: C2, 64 and 94. RGB value is (194,100,148). Sum of RGB (Red+Green+Blue) = 194+100+148=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C26494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26494 is #3D9B6B. Grayscale: #858585. Windows color (decimal): -4037484 or 9725122. OLE color: 9725122.
HSL color Cylindrical-coordinate representation of color #C26494: hue angle of 329.36º 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 #C26494 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 148 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.24 |
| HSL | 329.36º | 0.44% | 0.58% | - |
| HSV(B) | 329.36º | 0.48% | 0.76% | - |
| XYZ | 32.15 | 22.72 | 30.71 | - |
| YUV | 133.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 148 | 0 | 0.48 | 0.24 | 0.24 | 329.36 | 0.44 | 0.58 |
| Hex | C2 | 64 | 94 | 0 | 30 | 18 | 18 | 149 | 2C | 3A |
| Octal | 302 | 144 | 224 | 0 | 60 | 30 | 30 | 511 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10010100 | 0 | 110000 | 11000 | 11000 | 101001001 | 101100 | 111010 |
Color Harmonies of #C26494
Complementary color
Monochromatic Colors of #C26494
Black with #C26494
Text Example
Text Example
White with #C26494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26494; }
p { color: rgb(194,100,148); }
H1.HeaderClassName
{
color: #C26494;
}
.AnyTagClassName
{
color: #C26494;
}
</style>
background-color css
<style>
a { background-color: #C26494; }
a { background-color: rgb(194,100,148); }
div.DivClassName
{
background-color: #C26494;
}
.BgClassName
{
background-color: #C26494;
}
</style>
border-color css
<style>
span { border-color: #C26494; }
span { border-color: rgb(194,100,148); }
td.TdClassName
{
border-color: #C26494;
}
.TagClassName
{
border-color: #C26494;
}
</style>