Shades of Hopbush #C96C95
Tints of Hopbush #C96C95
RGB
CMYK
RGB Variations
Color information
#C96C95 (or 0xC96C95) is known color: Hopbush. HEX triplet: C9, 6C and 95. RGB value is (201,108,149). Sum of RGB (Red+Green+Blue) = 201+108+149=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96C95 is #36936A. Grayscale: #8C8C8C. Windows color (decimal): -3576683 or 9792713. OLE color: 9792713.
HSL color Cylindrical-coordinate representation of color #C96C95: hue angle of 333.55º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96C95 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 149 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.21 |
| HSL | 333.55º | 0.46% | 0.61% | - |
| HSV(B) | 333.55º | 0.46% | 0.79% | - |
| XYZ | 34.87 | 25.31 | 31.48 | - |
| YUV | 140.48 | 132.81 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 149 | 0 | 0.46 | 0.26 | 0.21 | 333.55 | 0.46 | 0.61 |
| Hex | C9 | 6C | 95 | 0 | 2E | 1A | 15 | 14E | 2E | 3D |
| Octal | 311 | 154 | 225 | 0 | 56 | 32 | 25 | 516 | 56 | 75 |
| Binary | 11001001 | 1101100 | 10010101 | 0 | 101110 | 11010 | 10101 | 101001110 | 101110 | 111101 |
Color Harmonies of #C96C95
Complementary color
Monochromatic Colors of #C96C95
Black with #C96C95
Text Example
Text Example
White with #C96C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C95; }
p { color: rgb(201,108,149); }
H1.HeaderClassName
{
color: #C96C95;
}
.AnyTagClassName
{
color: #C96C95;
}
</style>
background-color css
<style>
a { background-color: #C96C95; }
a { background-color: rgb(201,108,149); }
div.DivClassName
{
background-color: #C96C95;
}
.BgClassName
{
background-color: #C96C95;
}
</style>
border-color css
<style>
span { border-color: #C96C95; }
span { border-color: rgb(201,108,149); }
td.TdClassName
{
border-color: #C96C95;
}
.TagClassName
{
border-color: #C96C95;
}
</style>