Shades of Hopbush #C96586
Tints of Hopbush #C96586
RGB
CMYK
RGB Variations
Color information
#C96586 (or 0xC96586) is known color: Hopbush. HEX triplet: C9, 65 and 86. RGB value is (201,101,134). Sum of RGB (Red+Green+Blue) = 201+101+134=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C96586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96586 is #369A79. Grayscale: #868686. Windows color (decimal): -3578490 or 8807881. OLE color: 8807881.
HSL color Cylindrical-coordinate representation of color #C96586: hue angle of 340.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96586 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 134 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.21 |
| HSL | 340.2º | 0.48% | 0.59% | - |
| HSV(B) | 340.2º | 0.5% | 0.79% | - |
| XYZ | 33.04 | 23.45 | 25.34 | - |
| YUV | 134.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 134 | 0 | 0.50 | 0.33 | 0.21 | 340.2 | 0.48 | 0.59 |
| Hex | C9 | 65 | 86 | 0 | 32 | 21 | 15 | 154 | 30 | 3B |
| Octal | 311 | 145 | 206 | 0 | 62 | 41 | 25 | 524 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10000110 | 0 | 110010 | 100001 | 10101 | 101010100 | 110000 | 111011 |
Color Harmonies of #C96586
Complementary color
Monochromatic Colors of #C96586
Black with #C96586
Text Example
Text Example
White with #C96586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96586; }
p { color: rgb(201,101,134); }
H1.HeaderClassName
{
color: #C96586;
}
.AnyTagClassName
{
color: #C96586;
}
</style>
background-color css
<style>
a { background-color: #C96586; }
a { background-color: rgb(201,101,134); }
div.DivClassName
{
background-color: #C96586;
}
.BgClassName
{
background-color: #C96586;
}
</style>
border-color css
<style>
span { border-color: #C96586; }
span { border-color: rgb(201,101,134); }
td.TdClassName
{
border-color: #C96586;
}
.TagClassName
{
border-color: #C96586;
}
</style>