Shades of Hopbush #C97898
Tints of Hopbush #C97898
RGB
CMYK
RGB Variations
Color information
#C97898 (or 0xC97898) is known color: Hopbush. HEX triplet: C9, 78 and 98. RGB value is (201,120,152). Sum of RGB (Red+Green+Blue) = 201+120+152=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C97898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97898 is #368767. Grayscale: #939393. Windows color (decimal): -3573608 or 9992393. OLE color: 9992393.
HSL color Cylindrical-coordinate representation of color #C97898: hue angle of 336.3º 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 #C97898 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 152 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.21 |
| HSL | 336.3º | 0.43% | 0.63% | - |
| HSV(B) | 336.3º | 0.4% | 0.79% | - |
| XYZ | 36.47 | 28.12 | 33.21 | - |
| YUV | 147.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 152 | 0 | 0.40 | 0.24 | 0.21 | 336.3 | 0.43 | 0.63 |
| Hex | C9 | 78 | 98 | 0 | 28 | 18 | 15 | 150 | 2B | 3F |
| Octal | 311 | 170 | 230 | 0 | 50 | 30 | 25 | 520 | 53 | 77 |
| Binary | 11001001 | 1111000 | 10011000 | 0 | 101000 | 11000 | 10101 | 101010000 | 101011 | 111111 |
Color Harmonies of #C97898
Complementary color
Monochromatic Colors of #C97898
Black with #C97898
Text Example
Text Example
White with #C97898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97898; }
p { color: rgb(201,120,152); }
H1.HeaderClassName
{
color: #C97898;
}
.AnyTagClassName
{
color: #C97898;
}
</style>
background-color css
<style>
a { background-color: #C97898; }
a { background-color: rgb(201,120,152); }
div.DivClassName
{
background-color: #C97898;
}
.BgClassName
{
background-color: #C97898;
}
</style>
border-color css
<style>
span { border-color: #C97898; }
span { border-color: rgb(201,120,152); }
td.TdClassName
{
border-color: #C97898;
}
.TagClassName
{
border-color: #C97898;
}
</style>