Shades of Hopbush #C26F96
Tints of Hopbush #C26F96
RGB
CMYK
RGB Variations
Color information
#C26F96 (or 0xC26F96) is known color: Hopbush. HEX triplet: C2, 6F and 96. RGB value is (194,111,150). Sum of RGB (Red+Green+Blue) = 194+111+150=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26F96 is #3D9069. Grayscale: #8C8C8C. Windows color (decimal): -4034666 or 9859010. OLE color: 9859010.
HSL color Cylindrical-coordinate representation of color #C26F96: hue angle of 331.81º 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 #C26F96 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 150 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.24 |
| HSL | 331.81º | 0.4% | 0.6% | - |
| HSV(B) | 331.81º | 0.43% | 0.76% | - |
| XYZ | 33.44 | 25.04 | 31.93 | - |
| YUV | 140.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 150 | 0 | 0.43 | 0.23 | 0.24 | 331.81 | 0.4 | 0.6 |
| Hex | C2 | 6F | 96 | 0 | 2B | 17 | 18 | 14C | 28 | 3C |
| Octal | 302 | 157 | 226 | 0 | 53 | 27 | 30 | 514 | 50 | 74 |
| Binary | 11000010 | 1101111 | 10010110 | 0 | 101011 | 10111 | 11000 | 101001100 | 101000 | 111100 |
Color Harmonies of #C26F96
Complementary color
Monochromatic Colors of #C26F96
Black with #C26F96
Text Example
Text Example
White with #C26F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F96; }
p { color: rgb(194,111,150); }
H1.HeaderClassName
{
color: #C26F96;
}
.AnyTagClassName
{
color: #C26F96;
}
</style>
background-color css
<style>
a { background-color: #C26F96; }
a { background-color: rgb(194,111,150); }
div.DivClassName
{
background-color: #C26F96;
}
.BgClassName
{
background-color: #C26F96;
}
</style>
border-color css
<style>
span { border-color: #C26F96; }
span { border-color: rgb(194,111,150); }
td.TdClassName
{
border-color: #C26F96;
}
.TagClassName
{
border-color: #C26F96;
}
</style>