Shades of Hopbush #C97396
Tints of Hopbush #C97396
RGB
CMYK
RGB Variations
Color information
#C97396 (or 0xC97396) is known color: Hopbush. HEX triplet: C9, 73 and 96. RGB value is (201,115,150). Sum of RGB (Red+Green+Blue) = 201+115+150=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C97396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97396 is #368C69. Grayscale: #909090. Windows color (decimal): -3574890 or 9860041. OLE color: 9860041.
HSL color Cylindrical-coordinate representation of color #C97396: hue angle of 335.58º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97396 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 150 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.21 |
| HSL | 335.58º | 0.44% | 0.62% | - |
| HSV(B) | 335.58º | 0.43% | 0.79% | - |
| XYZ | 35.72 | 26.88 | 32.16 | - |
| YUV | 144.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 150 | 0 | 0.43 | 0.25 | 0.21 | 335.58 | 0.44 | 0.62 |
| Hex | C9 | 73 | 96 | 0 | 2B | 19 | 15 | 150 | 2C | 3E |
| Octal | 311 | 163 | 226 | 0 | 53 | 31 | 25 | 520 | 54 | 76 |
| Binary | 11001001 | 1110011 | 10010110 | 0 | 101011 | 11001 | 10101 | 101010000 | 101100 | 111110 |
Color Harmonies of #C97396
Complementary color
Monochromatic Colors of #C97396
Black with #C97396
Text Example
Text Example
White with #C97396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97396; }
p { color: rgb(201,115,150); }
H1.HeaderClassName
{
color: #C97396;
}
.AnyTagClassName
{
color: #C97396;
}
</style>
background-color css
<style>
a { background-color: #C97396; }
a { background-color: rgb(201,115,150); }
div.DivClassName
{
background-color: #C97396;
}
.BgClassName
{
background-color: #C97396;
}
</style>
border-color css
<style>
span { border-color: #C97396; }
span { border-color: rgb(201,115,150); }
td.TdClassName
{
border-color: #C97396;
}
.TagClassName
{
border-color: #C97396;
}
</style>