Shades of Hopbush #C26D92
Tints of Hopbush #C26D92
RGB
CMYK
RGB Variations
Color information
#C26D92 (or 0xC26D92) is known color: Hopbush. HEX triplet: C2, 6D and 92. RGB value is (194,109,146). Sum of RGB (Red+Green+Blue) = 194+109+146=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26D92 is #3D926D. Grayscale: #8A8A8A. Windows color (decimal): -4035182 or 9596354. OLE color: 9596354.
HSL color Cylindrical-coordinate representation of color #C26D92: hue angle of 333.88º 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 #C26D92 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 146 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.24 |
| HSL | 333.88º | 0.41% | 0.59% | - |
| HSV(B) | 333.88º | 0.44% | 0.76% | - |
| XYZ | 32.91 | 24.48 | 30.19 | - |
| YUV | 138.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 146 | 0 | 0.44 | 0.25 | 0.24 | 333.88 | 0.41 | 0.59 |
| Hex | C2 | 6D | 92 | 0 | 2C | 19 | 18 | 14E | 29 | 3B |
| Octal | 302 | 155 | 222 | 0 | 54 | 31 | 30 | 516 | 51 | 73 |
| Binary | 11000010 | 1101101 | 10010010 | 0 | 101100 | 11001 | 11000 | 101001110 | 101001 | 111011 |
Color Harmonies of #C26D92
Complementary color
Monochromatic Colors of #C26D92
Black with #C26D92
Text Example
Text Example
White with #C26D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D92; }
p { color: rgb(194,109,146); }
H1.HeaderClassName
{
color: #C26D92;
}
.AnyTagClassName
{
color: #C26D92;
}
</style>
background-color css
<style>
a { background-color: #C26D92; }
a { background-color: rgb(194,109,146); }
div.DivClassName
{
background-color: #C26D92;
}
.BgClassName
{
background-color: #C26D92;
}
</style>
border-color css
<style>
span { border-color: #C26D92; }
span { border-color: rgb(194,109,146); }
td.TdClassName
{
border-color: #C26D92;
}
.TagClassName
{
border-color: #C26D92;
}
</style>