Shades of Hopbush #C26497
Tints of Hopbush #C26497
RGB
CMYK
RGB Variations
Color information
#C26497 (or 0xC26497) is known color: Hopbush. HEX triplet: C2, 64 and 97. RGB value is (194,100,151). Sum of RGB (Red+Green+Blue) = 194+100+151=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C26497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26497 is #3D9B68. Grayscale: #858585. Windows color (decimal): -4037481 or 9921730. OLE color: 9921730.
HSL color Cylindrical-coordinate representation of color #C26497: hue angle of 327.45º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26497 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 151 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.24 |
| HSL | 327.45º | 0.44% | 0.58% | - |
| HSV(B) | 327.45º | 0.48% | 0.76% | - |
| XYZ | 32.39 | 22.82 | 31.98 | - |
| YUV | 133.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 151 | 0 | 0.48 | 0.22 | 0.24 | 327.45 | 0.44 | 0.58 |
| Hex | C2 | 64 | 97 | 0 | 30 | 16 | 18 | 147 | 2C | 3A |
| Octal | 302 | 144 | 227 | 0 | 60 | 26 | 30 | 507 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10010111 | 0 | 110000 | 10110 | 11000 | 101000111 | 101100 | 111010 |
Color Harmonies of #C26497
Complementary color
Monochromatic Colors of #C26497
Black with #C26497
Text Example
Text Example
White with #C26497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26497; }
p { color: rgb(194,100,151); }
H1.HeaderClassName
{
color: #C26497;
}
.AnyTagClassName
{
color: #C26497;
}
</style>
background-color css
<style>
a { background-color: #C26497; }
a { background-color: rgb(194,100,151); }
div.DivClassName
{
background-color: #C26497;
}
.BgClassName
{
background-color: #C26497;
}
</style>
border-color css
<style>
span { border-color: #C26497; }
span { border-color: rgb(194,100,151); }
td.TdClassName
{
border-color: #C26497;
}
.TagClassName
{
border-color: #C26497;
}
</style>