Shades of Hopbush #C96797
Tints of Hopbush #C96797
RGB
CMYK
RGB Variations
Color information
#C96797 (or 0xC96797) is known color: Hopbush. HEX triplet: C9, 67 and 97. RGB value is (201,103,151). Sum of RGB (Red+Green+Blue) = 201+103+151=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C96797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96797 is #369868. Grayscale: #898989. Windows color (decimal): -3577961 or 9922505. OLE color: 9922505.
HSL color Cylindrical-coordinate representation of color #C96797: hue angle of 330.61º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96797 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 151 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.21 |
| HSL | 330.61º | 0.48% | 0.6% | - |
| HSV(B) | 330.61º | 0.49% | 0.79% | - |
| XYZ | 34.52 | 24.35 | 32.16 | - |
| YUV | 137.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 151 | 0 | 0.49 | 0.25 | 0.21 | 330.61 | 0.48 | 0.6 |
| Hex | C9 | 67 | 97 | 0 | 31 | 19 | 15 | 14B | 30 | 3C |
| Octal | 311 | 147 | 227 | 0 | 61 | 31 | 25 | 513 | 60 | 74 |
| Binary | 11001001 | 1100111 | 10010111 | 0 | 110001 | 11001 | 10101 | 101001011 | 110000 | 111100 |
Color Harmonies of #C96797
Complementary color
Monochromatic Colors of #C96797
Black with #C96797
Text Example
Text Example
White with #C96797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96797; }
p { color: rgb(201,103,151); }
H1.HeaderClassName
{
color: #C96797;
}
.AnyTagClassName
{
color: #C96797;
}
</style>
background-color css
<style>
a { background-color: #C96797; }
a { background-color: rgb(201,103,151); }
div.DivClassName
{
background-color: #C96797;
}
.BgClassName
{
background-color: #C96797;
}
</style>
border-color css
<style>
span { border-color: #C96797; }
span { border-color: rgb(201,103,151); }
td.TdClassName
{
border-color: #C96797;
}
.TagClassName
{
border-color: #C96797;
}
</style>