Shades of Hopbush #C26399
Tints of Hopbush #C26399
RGB
CMYK
RGB Variations
Color information
#C26399 (or 0xC26399) is known color: Hopbush. HEX triplet: C2, 63 and 99. RGB value is (194,99,153). Sum of RGB (Red+Green+Blue) = 194+99+153=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C26399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26399 is #3D9C66. Grayscale: #858585. Windows color (decimal): -4037735 or 10052546. OLE color: 10052546.
HSL color Cylindrical-coordinate representation of color #C26399: hue angle of 325.89º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26399 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 153 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.24 |
| HSL | 325.89º | 0.44% | 0.57% | - |
| HSV(B) | 325.89º | 0.49% | 0.76% | - |
| XYZ | 32.46 | 22.69 | 32.81 | - |
| YUV | 133.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 153 | 0 | 0.49 | 0.21 | 0.24 | 325.89 | 0.44 | 0.57 |
| Hex | C2 | 63 | 99 | 0 | 31 | 15 | 18 | 146 | 2C | 39 |
| Octal | 302 | 143 | 231 | 0 | 61 | 25 | 30 | 506 | 54 | 71 |
| Binary | 11000010 | 1100011 | 10011001 | 0 | 110001 | 10101 | 11000 | 101000110 | 101100 | 111001 |
Color Harmonies of #C26399
Complementary color
Monochromatic Colors of #C26399
Black with #C26399
Text Example
Text Example
White with #C26399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26399; }
p { color: rgb(194,99,153); }
H1.HeaderClassName
{
color: #C26399;
}
.AnyTagClassName
{
color: #C26399;
}
</style>
background-color css
<style>
a { background-color: #C26399; }
a { background-color: rgb(194,99,153); }
div.DivClassName
{
background-color: #C26399;
}
.BgClassName
{
background-color: #C26399;
}
</style>
border-color css
<style>
span { border-color: #C26399; }
span { border-color: rgb(194,99,153); }
td.TdClassName
{
border-color: #C26399;
}
.TagClassName
{
border-color: #C26399;
}
</style>