Shades of Hopbush #C97696
Tints of Hopbush #C97696
RGB
CMYK
RGB Variations
Color information
#C97696 (or 0xC97696) is known color: Hopbush. HEX triplet: C9, 76 and 96. RGB value is (201,118,150). Sum of RGB (Red+Green+Blue) = 201+118+150=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C97696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97696 is #368969. Grayscale: #929292. Windows color (decimal): -3574122 or 9860809. OLE color: 9860809.
HSL color Cylindrical-coordinate representation of color #C97696: hue angle of 336.87º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C97696 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 150 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.21 |
| HSL | 336.87º | 0.43% | 0.63% | - |
| HSV(B) | 336.87º | 0.41% | 0.79% | - |
| XYZ | 36.07 | 27.58 | 32.28 | - |
| YUV | 146.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 150 | 0 | 0.41 | 0.25 | 0.21 | 336.87 | 0.43 | 0.63 |
| Hex | C9 | 76 | 96 | 0 | 29 | 19 | 15 | 151 | 2B | 3F |
| Octal | 311 | 166 | 226 | 0 | 51 | 31 | 25 | 521 | 53 | 77 |
| Binary | 11001001 | 1110110 | 10010110 | 0 | 101001 | 11001 | 10101 | 101010001 | 101011 | 111111 |
Color Harmonies of #C97696
Complementary color
Monochromatic Colors of #C97696
Black with #C97696
Text Example
Text Example
White with #C97696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97696; }
p { color: rgb(201,118,150); }
H1.HeaderClassName
{
color: #C97696;
}
.AnyTagClassName
{
color: #C97696;
}
</style>
background-color css
<style>
a { background-color: #C97696; }
a { background-color: rgb(201,118,150); }
div.DivClassName
{
background-color: #C97696;
}
.BgClassName
{
background-color: #C97696;
}
</style>
border-color css
<style>
span { border-color: #C97696; }
span { border-color: rgb(201,118,150); }
td.TdClassName
{
border-color: #C97696;
}
.TagClassName
{
border-color: #C97696;
}
</style>