Shades of Hopbush #C96585
Tints of Hopbush #C96585
RGB
CMYK
RGB Variations
Color information
#C96585 (or 0xC96585) is known color: Hopbush. HEX triplet: C9, 65 and 85. RGB value is (201,101,133). Sum of RGB (Red+Green+Blue) = 201+101+133=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C96585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96585 is #369A7A. Grayscale: #868686. Windows color (decimal): -3578491 or 8742345. OLE color: 8742345.
HSL color Cylindrical-coordinate representation of color #C96585: hue angle of 340.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 #C96585 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 133 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.21 |
| HSL | 340.8º | 0.48% | 0.59% | - |
| HSV(B) | 340.8º | 0.5% | 0.79% | - |
| XYZ | 32.97 | 23.42 | 24.97 | - |
| YUV | 134.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 133 | 0 | 0.50 | 0.34 | 0.21 | 340.8 | 0.48 | 0.59 |
| Hex | C9 | 65 | 85 | 0 | 32 | 22 | 15 | 155 | 30 | 3B |
| Octal | 311 | 145 | 205 | 0 | 62 | 42 | 25 | 525 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10000101 | 0 | 110010 | 100010 | 10101 | 101010101 | 110000 | 111011 |
Color Harmonies of #C96585
Complementary color
Monochromatic Colors of #C96585
Black with #C96585
Text Example
Text Example
White with #C96585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96585; }
p { color: rgb(201,101,133); }
H1.HeaderClassName
{
color: #C96585;
}
.AnyTagClassName
{
color: #C96585;
}
</style>
background-color css
<style>
a { background-color: #C96585; }
a { background-color: rgb(201,101,133); }
div.DivClassName
{
background-color: #C96585;
}
.BgClassName
{
background-color: #C96585;
}
</style>
border-color css
<style>
span { border-color: #C96585; }
span { border-color: rgb(201,101,133); }
td.TdClassName
{
border-color: #C96585;
}
.TagClassName
{
border-color: #C96585;
}
</style>