Shades of Hopbush #C26695
Tints of Hopbush #C26695
RGB
CMYK
RGB Variations
Color information
#C26695 (or 0xC26695) is known color: Hopbush. HEX triplet: C2, 66 and 95. RGB value is (194,102,149). Sum of RGB (Red+Green+Blue) = 194+102+149=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C26695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26695 is #3D996A. Grayscale: #868686. Windows color (decimal): -4036971 or 9791170. OLE color: 9791170.
HSL color Cylindrical-coordinate representation of color #C26695: hue angle of 329.35º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C26695 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 102 | 149 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.24 |
| HSL | 329.35º | 0.43% | 0.58% | - |
| HSV(B) | 329.35º | 0.47% | 0.76% | - |
| XYZ | 32.42 | 23.14 | 31.19 | - |
| YUV | 134.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 149 | 0 | 0.47 | 0.23 | 0.24 | 329.35 | 0.43 | 0.58 |
| Hex | C2 | 66 | 95 | 0 | 2F | 17 | 18 | 149 | 2B | 3A |
| Octal | 302 | 146 | 225 | 0 | 57 | 27 | 30 | 511 | 53 | 72 |
| Binary | 11000010 | 1100110 | 10010101 | 0 | 101111 | 10111 | 11000 | 101001001 | 101011 | 111010 |
Color Harmonies of #C26695
Complementary color
Monochromatic Colors of #C26695
Black with #C26695
Text Example
Text Example
White with #C26695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26695; }
p { color: rgb(194,102,149); }
H1.HeaderClassName
{
color: #C26695;
}
.AnyTagClassName
{
color: #C26695;
}
</style>
background-color css
<style>
a { background-color: #C26695; }
a { background-color: rgb(194,102,149); }
div.DivClassName
{
background-color: #C26695;
}
.BgClassName
{
background-color: #C26695;
}
</style>
border-color css
<style>
span { border-color: #C26695; }
span { border-color: rgb(194,102,149); }
td.TdClassName
{
border-color: #C26695;
}
.TagClassName
{
border-color: #C26695;
}
</style>