Shades of Hopbush #C96384
Tints of Hopbush #C96384
RGB
CMYK
RGB Variations
Color information
#C96384 (or 0xC96384) is known color: Hopbush. HEX triplet: C9, 63 and 84. RGB value is (201,99,132). Sum of RGB (Red+Green+Blue) = 201+99+132=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C96384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96384 is #369C7B. Grayscale: #858585. Windows color (decimal): -3579004 or 8676297. OLE color: 8676297.
HSL color Cylindrical-coordinate representation of color #C96384: hue angle of 340.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96384 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 132 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.21 |
| HSL | 340.59º | 0.49% | 0.59% | - |
| HSV(B) | 340.59º | 0.51% | 0.79% | - |
| XYZ | 32.71 | 23.01 | 24.55 | - |
| YUV | 133.26 | 127.29 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 132 | 0 | 0.51 | 0.34 | 0.21 | 340.59 | 0.49 | 0.59 |
| Hex | C9 | 63 | 84 | 0 | 33 | 22 | 15 | 155 | 31 | 3B |
| Octal | 311 | 143 | 204 | 0 | 63 | 42 | 25 | 525 | 61 | 73 |
| Binary | 11001001 | 1100011 | 10000100 | 0 | 110011 | 100010 | 10101 | 101010101 | 110001 | 111011 |
Color Harmonies of #C96384
Complementary color
Monochromatic Colors of #C96384
Black with #C96384
Text Example
Text Example
White with #C96384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96384; }
p { color: rgb(201,99,132); }
H1.HeaderClassName
{
color: #C96384;
}
.AnyTagClassName
{
color: #C96384;
}
</style>
background-color css
<style>
a { background-color: #C96384; }
a { background-color: rgb(201,99,132); }
div.DivClassName
{
background-color: #C96384;
}
.BgClassName
{
background-color: #C96384;
}
</style>
border-color css
<style>
span { border-color: #C96384; }
span { border-color: rgb(201,99,132); }
td.TdClassName
{
border-color: #C96384;
}
.TagClassName
{
border-color: #C96384;
}
</style>