Shades of Hopbush #C97794
Tints of Hopbush #C97794
RGB
CMYK
RGB Variations
Color information
#C97794 (or 0xC97794) is known color: Hopbush. HEX triplet: C9, 77 and 94. RGB value is (201,119,148). Sum of RGB (Red+Green+Blue) = 201+119+148=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C97794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97794 is #36886B. Grayscale: #929292. Windows color (decimal): -3573868 or 9729993. OLE color: 9729993.
HSL color Cylindrical-coordinate representation of color #C97794: hue angle of 338.78º 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 #C97794 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 148 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.21 |
| HSL | 338.78º | 0.43% | 0.63% | - |
| HSV(B) | 338.78º | 0.41% | 0.79% | - |
| XYZ | 36.03 | 27.75 | 31.47 | - |
| YUV | 146.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 148 | 0 | 0.41 | 0.26 | 0.21 | 338.78 | 0.43 | 0.63 |
| Hex | C9 | 77 | 94 | 0 | 29 | 1A | 15 | 153 | 2B | 3F |
| Octal | 311 | 167 | 224 | 0 | 51 | 32 | 25 | 523 | 53 | 77 |
| Binary | 11001001 | 1110111 | 10010100 | 0 | 101001 | 11010 | 10101 | 101010011 | 101011 | 111111 |
Color Harmonies of #C97794
Complementary color
Monochromatic Colors of #C97794
Black with #C97794
Text Example
Text Example
White with #C97794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97794; }
p { color: rgb(201,119,148); }
H1.HeaderClassName
{
color: #C97794;
}
.AnyTagClassName
{
color: #C97794;
}
</style>
background-color css
<style>
a { background-color: #C97794; }
a { background-color: rgb(201,119,148); }
div.DivClassName
{
background-color: #C97794;
}
.BgClassName
{
background-color: #C97794;
}
</style>
border-color css
<style>
span { border-color: #C97794; }
span { border-color: rgb(201,119,148); }
td.TdClassName
{
border-color: #C97794;
}
.TagClassName
{
border-color: #C97794;
}
</style>