Shades of Hopbush #C26597
Tints of Hopbush #C26597
RGB
CMYK
RGB Variations
Color information
#C26597 (or 0xC26597) is known color: Hopbush. HEX triplet: C2, 65 and 97. RGB value is (194,101,151). Sum of RGB (Red+Green+Blue) = 194+101+151=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C26597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26597 is #3D9A68. Grayscale: #868686. Windows color (decimal): -4037225 or 9921986. OLE color: 9921986.
HSL color Cylindrical-coordinate representation of color #C26597: hue angle of 327.74º degrees, saturation: 0.43, 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 #C26597 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 151 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.24 |
| HSL | 327.74º | 0.43% | 0.58% | - |
| HSV(B) | 327.74º | 0.48% | 0.76% | - |
| XYZ | 32.49 | 23.01 | 32.01 | - |
| YUV | 134.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 151 | 0 | 0.48 | 0.22 | 0.24 | 327.74 | 0.43 | 0.58 |
| Hex | C2 | 65 | 97 | 0 | 30 | 16 | 18 | 148 | 2B | 3A |
| Octal | 302 | 145 | 227 | 0 | 60 | 26 | 30 | 510 | 53 | 72 |
| Binary | 11000010 | 1100101 | 10010111 | 0 | 110000 | 10110 | 11000 | 101001000 | 101011 | 111010 |
Color Harmonies of #C26597
Complementary color
Monochromatic Colors of #C26597
Black with #C26597
Text Example
Text Example
White with #C26597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26597; }
p { color: rgb(194,101,151); }
H1.HeaderClassName
{
color: #C26597;
}
.AnyTagClassName
{
color: #C26597;
}
</style>
background-color css
<style>
a { background-color: #C26597; }
a { background-color: rgb(194,101,151); }
div.DivClassName
{
background-color: #C26597;
}
.BgClassName
{
background-color: #C26597;
}
</style>
border-color css
<style>
span { border-color: #C26597; }
span { border-color: rgb(194,101,151); }
td.TdClassName
{
border-color: #C26597;
}
.TagClassName
{
border-color: #C26597;
}
</style>