Shades of Hopbush #C97894
Tints of Hopbush #C97894
RGB
CMYK
RGB Variations
Color information
#C97894 (or 0xC97894) is known color: Hopbush. HEX triplet: C9, 78 and 94. RGB value is (201,120,148). Sum of RGB (Red+Green+Blue) = 201+120+148=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C97894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97894 is #36876B. Grayscale: #939393. Windows color (decimal): -3573612 or 9730249. OLE color: 9730249.
HSL color Cylindrical-coordinate representation of color #C97894: hue angle of 339.26º 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 #C97894 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 148 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.21 |
| HSL | 339.26º | 0.43% | 0.63% | - |
| HSV(B) | 339.26º | 0.4% | 0.79% | - |
| XYZ | 36.15 | 27.99 | 31.51 | - |
| YUV | 147.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 148 | 0 | 0.40 | 0.26 | 0.21 | 339.26 | 0.43 | 0.63 |
| Hex | C9 | 78 | 94 | 0 | 28 | 1A | 15 | 153 | 2B | 3F |
| Octal | 311 | 170 | 224 | 0 | 50 | 32 | 25 | 523 | 53 | 77 |
| Binary | 11001001 | 1111000 | 10010100 | 0 | 101000 | 11010 | 10101 | 101010011 | 101011 | 111111 |
Color Harmonies of #C97894
Complementary color
Monochromatic Colors of #C97894
Black with #C97894
Text Example
Text Example
White with #C97894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97894; }
p { color: rgb(201,120,148); }
H1.HeaderClassName
{
color: #C97894;
}
.AnyTagClassName
{
color: #C97894;
}
</style>
background-color css
<style>
a { background-color: #C97894; }
a { background-color: rgb(201,120,148); }
div.DivClassName
{
background-color: #C97894;
}
.BgClassName
{
background-color: #C97894;
}
</style>
border-color css
<style>
span { border-color: #C97894; }
span { border-color: rgb(201,120,148); }
td.TdClassName
{
border-color: #C97894;
}
.TagClassName
{
border-color: #C97894;
}
</style>