Shades of Hopbush #C96E8D
Tints of Hopbush #C96E8D
RGB
CMYK
RGB Variations
Color information
#C96E8D (or 0xC96E8D) is known color: Hopbush. HEX triplet: C9, 6E and 8D. RGB value is (201,110,141). Sum of RGB (Red+Green+Blue) = 201+110+141=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96E8D is #369172. Grayscale: #8C8C8C. Windows color (decimal): -3576179 or 9268937. OLE color: 9268937.
HSL color Cylindrical-coordinate representation of color #C96E8D: hue angle of 339.56º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96E8D is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 141 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.21 |
| HSL | 339.56º | 0.46% | 0.61% | - |
| HSV(B) | 339.56º | 0.45% | 0.79% | - |
| XYZ | 34.47 | 25.49 | 28.3 | - |
| YUV | 140.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 141 | 0 | 0.45 | 0.30 | 0.21 | 339.56 | 0.46 | 0.61 |
| Hex | C9 | 6E | 8D | 0 | 2D | 1E | 15 | 154 | 2E | 3D |
| Octal | 311 | 156 | 215 | 0 | 55 | 36 | 25 | 524 | 56 | 75 |
| Binary | 11001001 | 1101110 | 10001101 | 0 | 101101 | 11110 | 10101 | 101010100 | 101110 | 111101 |
Color Harmonies of #C96E8D
Complementary color
Monochromatic Colors of #C96E8D
Black with #C96E8D
Text Example
Text Example
White with #C96E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E8D; }
p { color: rgb(201,110,141); }
H1.HeaderClassName
{
color: #C96E8D;
}
.AnyTagClassName
{
color: #C96E8D;
}
</style>
background-color css
<style>
a { background-color: #C96E8D; }
a { background-color: rgb(201,110,141); }
div.DivClassName
{
background-color: #C96E8D;
}
.BgClassName
{
background-color: #C96E8D;
}
</style>
border-color css
<style>
span { border-color: #C96E8D; }
span { border-color: rgb(201,110,141); }
td.TdClassName
{
border-color: #C96E8D;
}
.TagClassName
{
border-color: #C96E8D;
}
</style>