Shades of Hopbush #C26B99
Tints of Hopbush #C26B99
RGB
CMYK
RGB Variations
Color information
#C26B99 (or 0xC26B99) is known color: Hopbush. HEX triplet: C2, 6B and 99. RGB value is (194,107,153). Sum of RGB (Red+Green+Blue) = 194+107+153=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26B99 is #3D9466. Grayscale: #8A8A8A. Windows color (decimal): -4035687 or 10054594. OLE color: 10054594.
HSL color Cylindrical-coordinate representation of color #C26B99: hue angle of 328.28º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26B99 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 153 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.24 |
| HSL | 328.28º | 0.42% | 0.59% | - |
| HSV(B) | 328.28º | 0.45% | 0.76% | - |
| XYZ | 33.26 | 24.28 | 33.07 | - |
| YUV | 138.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 153 | 0 | 0.45 | 0.21 | 0.24 | 328.28 | 0.42 | 0.59 |
| Hex | C2 | 6B | 99 | 0 | 2D | 15 | 18 | 148 | 2A | 3B |
| Octal | 302 | 153 | 231 | 0 | 55 | 25 | 30 | 510 | 52 | 73 |
| Binary | 11000010 | 1101011 | 10011001 | 0 | 101101 | 10101 | 11000 | 101001000 | 101010 | 111011 |
Color Harmonies of #C26B99
Complementary color
Monochromatic Colors of #C26B99
Black with #C26B99
Text Example
Text Example
White with #C26B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B99; }
p { color: rgb(194,107,153); }
H1.HeaderClassName
{
color: #C26B99;
}
.AnyTagClassName
{
color: #C26B99;
}
</style>
background-color css
<style>
a { background-color: #C26B99; }
a { background-color: rgb(194,107,153); }
div.DivClassName
{
background-color: #C26B99;
}
.BgClassName
{
background-color: #C26B99;
}
</style>
border-color css
<style>
span { border-color: #C26B99; }
span { border-color: rgb(194,107,153); }
td.TdClassName
{
border-color: #C26B99;
}
.TagClassName
{
border-color: #C26B99;
}
</style>