Shades of Hopbush #C26D95
Tints of Hopbush #C26D95
RGB
CMYK
RGB Variations
Color information
#C26D95 (or 0xC26D95) is known color: Hopbush. HEX triplet: C2, 6D and 95. RGB value is (194,109,149). Sum of RGB (Red+Green+Blue) = 194+109+149=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26D95 is #3D926A. Grayscale: #8A8A8A. Windows color (decimal): -4035179 or 9792962. OLE color: 9792962.
HSL color Cylindrical-coordinate representation of color #C26D95: hue angle of 331.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26D95 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 149 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.24 |
| HSL | 331.76º | 0.41% | 0.59% | - |
| HSV(B) | 331.76º | 0.44% | 0.76% | - |
| XYZ | 33.14 | 24.58 | 31.43 | - |
| YUV | 138.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 149 | 0 | 0.44 | 0.23 | 0.24 | 331.76 | 0.41 | 0.59 |
| Hex | C2 | 6D | 95 | 0 | 2C | 17 | 18 | 14C | 29 | 3B |
| Octal | 302 | 155 | 225 | 0 | 54 | 27 | 30 | 514 | 51 | 73 |
| Binary | 11000010 | 1101101 | 10010101 | 0 | 101100 | 10111 | 11000 | 101001100 | 101001 | 111011 |
Color Harmonies of #C26D95
Complementary color
Monochromatic Colors of #C26D95
Black with #C26D95
Text Example
Text Example
White with #C26D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D95; }
p { color: rgb(194,109,149); }
H1.HeaderClassName
{
color: #C26D95;
}
.AnyTagClassName
{
color: #C26D95;
}
</style>
background-color css
<style>
a { background-color: #C26D95; }
a { background-color: rgb(194,109,149); }
div.DivClassName
{
background-color: #C26D95;
}
.BgClassName
{
background-color: #C26D95;
}
</style>
border-color css
<style>
span { border-color: #C26D95; }
span { border-color: rgb(194,109,149); }
td.TdClassName
{
border-color: #C26D95;
}
.TagClassName
{
border-color: #C26D95;
}
</style>