Shades of Hopbush #C96D91
Tints of Hopbush #C96D91
RGB
CMYK
RGB Variations
Color information
#C96D91 (or 0xC96D91) is known color: Hopbush. HEX triplet: C9, 6D and 91. RGB value is (201,109,145). Sum of RGB (Red+Green+Blue) = 201+109+145=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D91 is #36926E. Grayscale: #8C8C8C. Windows color (decimal): -3576431 or 9530825. OLE color: 9530825.
HSL color Cylindrical-coordinate representation of color #C96D91: hue angle of 336.52º 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 #C96D91 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 145 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.21 |
| HSL | 336.52º | 0.46% | 0.61% | - |
| HSV(B) | 336.52º | 0.46% | 0.79% | - |
| XYZ | 34.67 | 25.4 | 29.86 | - |
| YUV | 140.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 145 | 0 | 0.46 | 0.28 | 0.21 | 336.52 | 0.46 | 0.61 |
| Hex | C9 | 6D | 91 | 0 | 2E | 1C | 15 | 151 | 2E | 3D |
| Octal | 311 | 155 | 221 | 0 | 56 | 34 | 25 | 521 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10010001 | 0 | 101110 | 11100 | 10101 | 101010001 | 101110 | 111101 |
Color Harmonies of #C96D91
Complementary color
Monochromatic Colors of #C96D91
Black with #C96D91
Text Example
Text Example
White with #C96D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D91; }
p { color: rgb(201,109,145); }
H1.HeaderClassName
{
color: #C96D91;
}
.AnyTagClassName
{
color: #C96D91;
}
</style>
background-color css
<style>
a { background-color: #C96D91; }
a { background-color: rgb(201,109,145); }
div.DivClassName
{
background-color: #C96D91;
}
.BgClassName
{
background-color: #C96D91;
}
</style>
border-color css
<style>
span { border-color: #C96D91; }
span { border-color: rgb(201,109,145); }
td.TdClassName
{
border-color: #C96D91;
}
.TagClassName
{
border-color: #C96D91;
}
</style>