Shades of Hopbush #C97392
Tints of Hopbush #C97392
RGB
CMYK
RGB Variations
Color information
#C97392 (or 0xC97392) is known color: Hopbush. HEX triplet: C9, 73 and 92. RGB value is (201,115,146). Sum of RGB (Red+Green+Blue) = 201+115+146=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C97392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97392 is #368C6D. Grayscale: #909090. Windows color (decimal): -3574894 or 9597897. OLE color: 9597897.
HSL color Cylindrical-coordinate representation of color #C97392: hue angle of 338.37º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97392 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 146 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.21 |
| HSL | 338.37º | 0.44% | 0.62% | - |
| HSV(B) | 338.37º | 0.43% | 0.79% | - |
| XYZ | 35.41 | 26.75 | 30.49 | - |
| YUV | 144.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 146 | 0 | 0.43 | 0.27 | 0.21 | 338.37 | 0.44 | 0.62 |
| Hex | C9 | 73 | 92 | 0 | 2B | 1B | 15 | 152 | 2C | 3E |
| Octal | 311 | 163 | 222 | 0 | 53 | 33 | 25 | 522 | 54 | 76 |
| Binary | 11001001 | 1110011 | 10010010 | 0 | 101011 | 11011 | 10101 | 101010010 | 101100 | 111110 |
Color Harmonies of #C97392
Complementary color
Monochromatic Colors of #C97392
Black with #C97392
Text Example
Text Example
White with #C97392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97392; }
p { color: rgb(201,115,146); }
H1.HeaderClassName
{
color: #C97392;
}
.AnyTagClassName
{
color: #C97392;
}
</style>
background-color css
<style>
a { background-color: #C97392; }
a { background-color: rgb(201,115,146); }
div.DivClassName
{
background-color: #C97392;
}
.BgClassName
{
background-color: #C97392;
}
</style>
border-color css
<style>
span { border-color: #C97392; }
span { border-color: rgb(201,115,146); }
td.TdClassName
{
border-color: #C97392;
}
.TagClassName
{
border-color: #C97392;
}
</style>