Shades of Hopbush #C26587
Tints of Hopbush #C26587
RGB
CMYK
RGB Variations
Color information
#C26587 (or 0xC26587) is known color: Hopbush. HEX triplet: C2, 65 and 87. RGB value is (194,101,135). Sum of RGB (Red+Green+Blue) = 194+101+135=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C26587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26587 is #3D9A78. Grayscale: #848484. Windows color (decimal): -4037241 or 8873410. OLE color: 8873410.
HSL color Cylindrical-coordinate representation of color #C26587: hue angle of 338.06º 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 #C26587 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 135 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.24 |
| HSL | 338.06º | 0.43% | 0.58% | - |
| HSV(B) | 338.06º | 0.48% | 0.76% | - |
| XYZ | 31.27 | 22.53 | 25.62 | - |
| YUV | 132.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 135 | 0 | 0.48 | 0.30 | 0.24 | 338.06 | 0.43 | 0.58 |
| Hex | C2 | 65 | 87 | 0 | 30 | 1E | 18 | 152 | 2B | 3A |
| Octal | 302 | 145 | 207 | 0 | 60 | 36 | 30 | 522 | 53 | 72 |
| Binary | 11000010 | 1100101 | 10000111 | 0 | 110000 | 11110 | 11000 | 101010010 | 101011 | 111010 |
Color Harmonies of #C26587
Complementary color
Monochromatic Colors of #C26587
Black with #C26587
Text Example
Text Example
White with #C26587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26587; }
p { color: rgb(194,101,135); }
H1.HeaderClassName
{
color: #C26587;
}
.AnyTagClassName
{
color: #C26587;
}
</style>
background-color css
<style>
a { background-color: #C26587; }
a { background-color: rgb(194,101,135); }
div.DivClassName
{
background-color: #C26587;
}
.BgClassName
{
background-color: #C26587;
}
</style>
border-color css
<style>
span { border-color: #C26587; }
span { border-color: rgb(194,101,135); }
td.TdClassName
{
border-color: #C26587;
}
.TagClassName
{
border-color: #C26587;
}
</style>