Shades of Hopbush #C96486
Tints of Hopbush #C96486
RGB
CMYK
RGB Variations
Color information
#C96486 (or 0xC96486) is known color: Hopbush. HEX triplet: C9, 64 and 86. RGB value is (201,100,134). Sum of RGB (Red+Green+Blue) = 201+100+134=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C96486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96486 is #369B79. Grayscale: #868686. Windows color (decimal): -3578746 or 8807625. OLE color: 8807625.
HSL color Cylindrical-coordinate representation of color #C96486: hue angle of 339.8º 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 #C96486 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 134 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.21 |
| HSL | 339.8º | 0.48% | 0.59% | - |
| HSV(B) | 339.8º | 0.5% | 0.79% | - |
| XYZ | 32.95 | 23.25 | 25.31 | - |
| YUV | 134.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 134 | 0 | 0.50 | 0.33 | 0.21 | 339.8 | 0.48 | 0.59 |
| Hex | C9 | 64 | 86 | 0 | 32 | 21 | 15 | 154 | 30 | 3B |
| Octal | 311 | 144 | 206 | 0 | 62 | 41 | 25 | 524 | 60 | 73 |
| Binary | 11001001 | 1100100 | 10000110 | 0 | 110010 | 100001 | 10101 | 101010100 | 110000 | 111011 |
Color Harmonies of #C96486
Complementary color
Monochromatic Colors of #C96486
Black with #C96486
Text Example
Text Example
White with #C96486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96486; }
p { color: rgb(201,100,134); }
H1.HeaderClassName
{
color: #C96486;
}
.AnyTagClassName
{
color: #C96486;
}
</style>
background-color css
<style>
a { background-color: #C96486; }
a { background-color: rgb(201,100,134); }
div.DivClassName
{
background-color: #C96486;
}
.BgClassName
{
background-color: #C96486;
}
</style>
border-color css
<style>
span { border-color: #C96486; }
span { border-color: rgb(201,100,134); }
td.TdClassName
{
border-color: #C96486;
}
.TagClassName
{
border-color: #C96486;
}
</style>