Shades of Hopbush #C97796
Tints of Hopbush #C97796
RGB
CMYK
RGB Variations
Color information
#C97796 (or 0xC97796) is known color: Hopbush. HEX triplet: C9, 77 and 96. RGB value is (201,119,150). Sum of RGB (Red+Green+Blue) = 201+119+150=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C97796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97796 is #368869. Grayscale: #939393. Windows color (decimal): -3573866 or 9861065. OLE color: 9861065.
HSL color Cylindrical-coordinate representation of color #C97796: hue angle of 337.32º 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 #C97796 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 150 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.21 |
| HSL | 337.32º | 0.43% | 0.63% | - |
| HSV(B) | 337.32º | 0.41% | 0.79% | - |
| XYZ | 36.19 | 27.81 | 32.32 | - |
| YUV | 147.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 150 | 0 | 0.41 | 0.25 | 0.21 | 337.32 | 0.43 | 0.63 |
| Hex | C9 | 77 | 96 | 0 | 29 | 19 | 15 | 151 | 2B | 3F |
| Octal | 311 | 167 | 226 | 0 | 51 | 31 | 25 | 521 | 53 | 77 |
| Binary | 11001001 | 1110111 | 10010110 | 0 | 101001 | 11001 | 10101 | 101010001 | 101011 | 111111 |
Color Harmonies of #C97796
Complementary color
Monochromatic Colors of #C97796
Black with #C97796
Text Example
Text Example
White with #C97796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97796; }
p { color: rgb(201,119,150); }
H1.HeaderClassName
{
color: #C97796;
}
.AnyTagClassName
{
color: #C97796;
}
</style>
background-color css
<style>
a { background-color: #C97796; }
a { background-color: rgb(201,119,150); }
div.DivClassName
{
background-color: #C97796;
}
.BgClassName
{
background-color: #C97796;
}
</style>
border-color css
<style>
span { border-color: #C97796; }
span { border-color: rgb(201,119,150); }
td.TdClassName
{
border-color: #C97796;
}
.TagClassName
{
border-color: #C97796;
}
</style>