Shades of Hopbush #C26287
Tints of Hopbush #C26287
RGB
CMYK
RGB Variations
Color information
#C26287 (or 0xC26287) is known color: Hopbush. HEX triplet: C2, 62 and 87. RGB value is (194,98,135). Sum of RGB (Red+Green+Blue) = 194+98+135=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C26287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26287 is #3D9D78. Grayscale: #828282. Windows color (decimal): -4038009 or 8872642. OLE color: 8872642.
HSL color Cylindrical-coordinate representation of color #C26287: hue angle of 336.88º 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 #C26287 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 135 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.24 |
| HSL | 336.88º | 0.44% | 0.57% | - |
| HSV(B) | 336.88º | 0.49% | 0.76% | - |
| XYZ | 30.99 | 21.95 | 25.53 | - |
| YUV | 130.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 135 | 0 | 0.49 | 0.30 | 0.24 | 336.88 | 0.44 | 0.57 |
| Hex | C2 | 62 | 87 | 0 | 31 | 1E | 18 | 151 | 2C | 39 |
| Octal | 302 | 142 | 207 | 0 | 61 | 36 | 30 | 521 | 54 | 71 |
| Binary | 11000010 | 1100010 | 10000111 | 0 | 110001 | 11110 | 11000 | 101010001 | 101100 | 111001 |
Color Harmonies of #C26287
Complementary color
Monochromatic Colors of #C26287
Black with #C26287
Text Example
Text Example
White with #C26287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26287; }
p { color: rgb(194,98,135); }
H1.HeaderClassName
{
color: #C26287;
}
.AnyTagClassName
{
color: #C26287;
}
</style>
background-color css
<style>
a { background-color: #C26287; }
a { background-color: rgb(194,98,135); }
div.DivClassName
{
background-color: #C26287;
}
.BgClassName
{
background-color: #C26287;
}
</style>
border-color css
<style>
span { border-color: #C26287; }
span { border-color: rgb(194,98,135); }
td.TdClassName
{
border-color: #C26287;
}
.TagClassName
{
border-color: #C26287;
}
</style>