Shades of Hopbush #C97996
Tints of Hopbush #C97996
RGB
CMYK
RGB Variations
Color information
#C97996 (or 0xC97996) is known color: Hopbush. HEX triplet: C9, 79 and 96. RGB value is (201,121,150). Sum of RGB (Red+Green+Blue) = 201+121+150=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C97996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97996 is #368669. Grayscale: #949494. Windows color (decimal): -3573354 or 9861577. OLE color: 9861577.
HSL color Cylindrical-coordinate representation of color #C97996: hue angle of 338.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97996 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 150 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.21 |
| HSL | 338.25º | 0.43% | 0.63% | - |
| HSV(B) | 338.25º | 0.4% | 0.79% | - |
| XYZ | 36.43 | 28.29 | 32.4 | - |
| YUV | 148.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 150 | 0 | 0.40 | 0.25 | 0.21 | 338.25 | 0.43 | 0.63 |
| Hex | C9 | 79 | 96 | 0 | 28 | 19 | 15 | 152 | 2B | 3F |
| Octal | 311 | 171 | 226 | 0 | 50 | 31 | 25 | 522 | 53 | 77 |
| Binary | 11001001 | 1111001 | 10010110 | 0 | 101000 | 11001 | 10101 | 101010010 | 101011 | 111111 |
Color Harmonies of #C97996
Complementary color
Monochromatic Colors of #C97996
Black with #C97996
Text Example
Text Example
White with #C97996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97996; }
p { color: rgb(201,121,150); }
H1.HeaderClassName
{
color: #C97996;
}
.AnyTagClassName
{
color: #C97996;
}
</style>
background-color css
<style>
a { background-color: #C97996; }
a { background-color: rgb(201,121,150); }
div.DivClassName
{
background-color: #C97996;
}
.BgClassName
{
background-color: #C97996;
}
</style>
border-color css
<style>
span { border-color: #C97996; }
span { border-color: rgb(201,121,150); }
td.TdClassName
{
border-color: #C97996;
}
.TagClassName
{
border-color: #C97996;
}
</style>