Shades of Hopbush #C26F98
Tints of Hopbush #C26F98
RGB
CMYK
RGB Variations
Color information
#C26F98 (or 0xC26F98) is known color: Hopbush. HEX triplet: C2, 6F and 98. RGB value is (194,111,152). Sum of RGB (Red+Green+Blue) = 194+111+152=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26F98 is #3D9067. Grayscale: #8C8C8C. Windows color (decimal): -4034664 or 9990082. OLE color: 9990082.
HSL color Cylindrical-coordinate representation of color #C26F98: hue angle of 330.36º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C26F98 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 152 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.24 |
| HSL | 330.36º | 0.4% | 0.6% | - |
| HSV(B) | 330.36º | 0.43% | 0.76% | - |
| XYZ | 33.6 | 25.11 | 32.78 | - |
| YUV | 140.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 152 | 0 | 0.43 | 0.22 | 0.24 | 330.36 | 0.4 | 0.6 |
| Hex | C2 | 6F | 98 | 0 | 2B | 16 | 18 | 14A | 28 | 3C |
| Octal | 302 | 157 | 230 | 0 | 53 | 26 | 30 | 512 | 50 | 74 |
| Binary | 11000010 | 1101111 | 10011000 | 0 | 101011 | 10110 | 11000 | 101001010 | 101000 | 111100 |
Color Harmonies of #C26F98
Complementary color
Monochromatic Colors of #C26F98
Black with #C26F98
Text Example
Text Example
White with #C26F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F98; }
p { color: rgb(194,111,152); }
H1.HeaderClassName
{
color: #C26F98;
}
.AnyTagClassName
{
color: #C26F98;
}
</style>
background-color css
<style>
a { background-color: #C26F98; }
a { background-color: rgb(194,111,152); }
div.DivClassName
{
background-color: #C26F98;
}
.BgClassName
{
background-color: #C26F98;
}
</style>
border-color css
<style>
span { border-color: #C26F98; }
span { border-color: rgb(194,111,152); }
td.TdClassName
{
border-color: #C26F98;
}
.TagClassName
{
border-color: #C26F98;
}
</style>