Shades of Hopbush #C26098
Tints of Hopbush #C26098
RGB
CMYK
RGB Variations
Color information
#C26098 (or 0xC26098) is known color: Hopbush. HEX triplet: C2, 60 and 98. RGB value is (194,96,152). Sum of RGB (Red+Green+Blue) = 194+96+152=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C26098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26098 is #3D9F67. Grayscale: #838383. Windows color (decimal): -4038504 or 9986242. OLE color: 9986242.
HSL color Cylindrical-coordinate representation of color #C26098: hue angle of 325.71º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26098 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 152 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.24 |
| HSL | 325.71º | 0.45% | 0.57% | - |
| HSV(B) | 325.71º | 0.51% | 0.76% | - |
| XYZ | 32.1 | 22.1 | 32.28 | - |
| YUV | 131.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 152 | 0 | 0.51 | 0.22 | 0.24 | 325.71 | 0.45 | 0.57 |
| Hex | C2 | 60 | 98 | 0 | 33 | 16 | 18 | 146 | 2D | 39 |
| Octal | 302 | 140 | 230 | 0 | 63 | 26 | 30 | 506 | 55 | 71 |
| Binary | 11000010 | 1100000 | 10011000 | 0 | 110011 | 10110 | 11000 | 101000110 | 101101 | 111001 |
Color Harmonies of #C26098
Complementary color
Monochromatic Colors of #C26098
Black with #C26098
Text Example
Text Example
White with #C26098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26098; }
p { color: rgb(194,96,152); }
H1.HeaderClassName
{
color: #C26098;
}
.AnyTagClassName
{
color: #C26098;
}
</style>
background-color css
<style>
a { background-color: #C26098; }
a { background-color: rgb(194,96,152); }
div.DivClassName
{
background-color: #C26098;
}
.BgClassName
{
background-color: #C26098;
}
</style>
border-color css
<style>
span { border-color: #C26098; }
span { border-color: rgb(194,96,152); }
td.TdClassName
{
border-color: #C26098;
}
.TagClassName
{
border-color: #C26098;
}
</style>