Shades of Hopbush #C96991
Tints of Hopbush #C96991
RGB
CMYK
RGB Variations
Color information
#C96991 (or 0xC96991) is known color: Hopbush. HEX triplet: C9, 69 and 91. RGB value is (201,105,145). Sum of RGB (Red+Green+Blue) = 201+105+145=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C96991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96991 is #36966E. Grayscale: #8A8A8A. Windows color (decimal): -3577455 or 9529801. OLE color: 9529801.
HSL color Cylindrical-coordinate representation of color #C96991: hue angle of 335º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C96991 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 105 | 145 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.21 |
| HSL | 335º | 0.47% | 0.6% | - |
| HSV(B) | 335º | 0.48% | 0.79% | - |
| XYZ | 34.25 | 24.56 | 29.72 | - |
| YUV | 138.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 145 | 0 | 0.48 | 0.28 | 0.21 | 335 | 0.47 | 0.6 |
| Hex | C9 | 69 | 91 | 0 | 30 | 1C | 15 | 14F | 2F | 3C |
| Octal | 311 | 151 | 221 | 0 | 60 | 34 | 25 | 517 | 57 | 74 |
| Binary | 11001001 | 1101001 | 10010001 | 0 | 110000 | 11100 | 10101 | 101001111 | 101111 | 111100 |
Color Harmonies of #C96991
Complementary color
Monochromatic Colors of #C96991
Black with #C96991
Text Example
Text Example
White with #C96991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96991; }
p { color: rgb(201,105,145); }
H1.HeaderClassName
{
color: #C96991;
}
.AnyTagClassName
{
color: #C96991;
}
</style>
background-color css
<style>
a { background-color: #C96991; }
a { background-color: rgb(201,105,145); }
div.DivClassName
{
background-color: #C96991;
}
.BgClassName
{
background-color: #C96991;
}
</style>
border-color css
<style>
span { border-color: #C96991; }
span { border-color: rgb(201,105,145); }
td.TdClassName
{
border-color: #C96991;
}
.TagClassName
{
border-color: #C96991;
}
</style>