Shades of Hopbush #C26087
Tints of Hopbush #C26087
RGB
CMYK
RGB Variations
Color information
#C26087 (or 0xC26087) is known color: Hopbush. HEX triplet: C2, 60 and 87. RGB value is (194,96,135). Sum of RGB (Red+Green+Blue) = 194+96+135=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C26087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26087 is #3D9F78. Grayscale: #818181. Windows color (decimal): -4038521 or 8872130. OLE color: 8872130.
HSL color Cylindrical-coordinate representation of color #C26087: hue angle of 336.12º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26087 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 135 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.24 |
| HSL | 336.12º | 0.45% | 0.57% | - |
| HSV(B) | 336.12º | 0.51% | 0.76% | - |
| XYZ | 30.8 | 21.58 | 25.46 | - |
| YUV | 129.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 135 | 0 | 0.51 | 0.30 | 0.24 | 336.12 | 0.45 | 0.57 |
| Hex | C2 | 60 | 87 | 0 | 33 | 1E | 18 | 150 | 2D | 39 |
| Octal | 302 | 140 | 207 | 0 | 63 | 36 | 30 | 520 | 55 | 71 |
| Binary | 11000010 | 1100000 | 10000111 | 0 | 110011 | 11110 | 11000 | 101010000 | 101101 | 111001 |
Color Harmonies of #C26087
Complementary color
Monochromatic Colors of #C26087
Black with #C26087
Text Example
Text Example
White with #C26087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26087; }
p { color: rgb(194,96,135); }
H1.HeaderClassName
{
color: #C26087;
}
.AnyTagClassName
{
color: #C26087;
}
</style>
background-color css
<style>
a { background-color: #C26087; }
a { background-color: rgb(194,96,135); }
div.DivClassName
{
background-color: #C26087;
}
.BgClassName
{
background-color: #C26087;
}
</style>
border-color css
<style>
span { border-color: #C26087; }
span { border-color: rgb(194,96,135); }
td.TdClassName
{
border-color: #C26087;
}
.TagClassName
{
border-color: #C26087;
}
</style>