Shades of Hopbush #C26593
Tints of Hopbush #C26593
RGB
CMYK
RGB Variations
Color information
#C26593 (or 0xC26593) is known color: Hopbush. HEX triplet: C2, 65 and 93. RGB value is (194,101,147). Sum of RGB (Red+Green+Blue) = 194+101+147=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C26593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26593 is #3D9A6C. Grayscale: #858585. Windows color (decimal): -4037229 or 9659842. OLE color: 9659842.
HSL color Cylindrical-coordinate representation of color #C26593: hue angle of 330.32º 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 #C26593 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 147 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.24 |
| HSL | 330.32º | 0.43% | 0.58% | - |
| HSV(B) | 330.32º | 0.48% | 0.76% | - |
| XYZ | 32.17 | 22.88 | 30.33 | - |
| YUV | 134.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 147 | 0 | 0.48 | 0.24 | 0.24 | 330.32 | 0.43 | 0.58 |
| Hex | C2 | 65 | 93 | 0 | 30 | 18 | 18 | 14A | 2B | 3A |
| Octal | 302 | 145 | 223 | 0 | 60 | 30 | 30 | 512 | 53 | 72 |
| Binary | 11000010 | 1100101 | 10010011 | 0 | 110000 | 11000 | 11000 | 101001010 | 101011 | 111010 |
Color Harmonies of #C26593
Complementary color
Monochromatic Colors of #C26593
Black with #C26593
Text Example
Text Example
White with #C26593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26593; }
p { color: rgb(194,101,147); }
H1.HeaderClassName
{
color: #C26593;
}
.AnyTagClassName
{
color: #C26593;
}
</style>
background-color css
<style>
a { background-color: #C26593; }
a { background-color: rgb(194,101,147); }
div.DivClassName
{
background-color: #C26593;
}
.BgClassName
{
background-color: #C26593;
}
</style>
border-color css
<style>
span { border-color: #C26593; }
span { border-color: rgb(194,101,147); }
td.TdClassName
{
border-color: #C26593;
}
.TagClassName
{
border-color: #C26593;
}
</style>