Shades of Hopbush #C26486
Tints of Hopbush #C26486
RGB
CMYK
RGB Variations
Color information
#C26486 (or 0xC26486) is known color: Hopbush. HEX triplet: C2, 64 and 86. RGB value is (194,100,134). Sum of RGB (Red+Green+Blue) = 194+100+134=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C26486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26486 is #3D9B79. Grayscale: #838383. Windows color (decimal): -4037498 or 8807618. OLE color: 8807618.
HSL color Cylindrical-coordinate representation of color #C26486: hue angle of 338.3º 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 #C26486 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 134 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.24 |
| HSL | 338.3º | 0.44% | 0.58% | - |
| HSV(B) | 338.3º | 0.48% | 0.76% | - |
| XYZ | 31.11 | 22.3 | 25.22 | - |
| YUV | 131.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 134 | 0 | 0.48 | 0.31 | 0.24 | 338.3 | 0.44 | 0.58 |
| Hex | C2 | 64 | 86 | 0 | 30 | 1F | 18 | 152 | 2C | 3A |
| Octal | 302 | 144 | 206 | 0 | 60 | 37 | 30 | 522 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10000110 | 0 | 110000 | 11111 | 11000 | 101010010 | 101100 | 111010 |
Color Harmonies of #C26486
Complementary color
Monochromatic Colors of #C26486
Black with #C26486
Text Example
Text Example
White with #C26486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26486; }
p { color: rgb(194,100,134); }
H1.HeaderClassName
{
color: #C26486;
}
.AnyTagClassName
{
color: #C26486;
}
</style>
background-color css
<style>
a { background-color: #C26486; }
a { background-color: rgb(194,100,134); }
div.DivClassName
{
background-color: #C26486;
}
.BgClassName
{
background-color: #C26486;
}
</style>
border-color css
<style>
span { border-color: #C26486; }
span { border-color: rgb(194,100,134); }
td.TdClassName
{
border-color: #C26486;
}
.TagClassName
{
border-color: #C26486;
}
</style>