Shades of Hopbush #C96C91
Tints of Hopbush #C96C91
RGB
CMYK
RGB Variations
Color information
#C96C91 (or 0xC96C91) is known color: Hopbush. HEX triplet: C9, 6C and 91. RGB value is (201,108,145). Sum of RGB (Red+Green+Blue) = 201+108+145=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96C91 is #36936E. Grayscale: #8B8B8B. Windows color (decimal): -3576687 or 9530569. OLE color: 9530569.
HSL color Cylindrical-coordinate representation of color #C96C91: hue angle of 336.13º 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 #C96C91 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 145 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.21 |
| HSL | 336.13º | 0.46% | 0.61% | - |
| HSV(B) | 336.13º | 0.46% | 0.79% | - |
| XYZ | 34.56 | 25.19 | 29.83 | - |
| YUV | 140.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 145 | 0 | 0.46 | 0.28 | 0.21 | 336.13 | 0.46 | 0.61 |
| Hex | C9 | 6C | 91 | 0 | 2E | 1C | 15 | 150 | 2E | 3D |
| Octal | 311 | 154 | 221 | 0 | 56 | 34 | 25 | 520 | 56 | 75 |
| Binary | 11001001 | 1101100 | 10010001 | 0 | 101110 | 11100 | 10101 | 101010000 | 101110 | 111101 |
Color Harmonies of #C96C91
Complementary color
Monochromatic Colors of #C96C91
Black with #C96C91
Text Example
Text Example
White with #C96C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C91; }
p { color: rgb(201,108,145); }
H1.HeaderClassName
{
color: #C96C91;
}
.AnyTagClassName
{
color: #C96C91;
}
</style>
background-color css
<style>
a { background-color: #C96C91; }
a { background-color: rgb(201,108,145); }
div.DivClassName
{
background-color: #C96C91;
}
.BgClassName
{
background-color: #C96C91;
}
</style>
border-color css
<style>
span { border-color: #C96C91; }
span { border-color: rgb(201,108,145); }
td.TdClassName
{
border-color: #C96C91;
}
.TagClassName
{
border-color: #C96C91;
}
</style>