Shades of Hopbush #C97399
Tints of Hopbush #C97399
RGB
CMYK
RGB Variations
Color information
#C97399 (or 0xC97399) is known color: Hopbush. HEX triplet: C9, 73 and 99. RGB value is (201,115,153). Sum of RGB (Red+Green+Blue) = 201+115+153=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C97399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97399 is #368C66. Grayscale: #909090. Windows color (decimal): -3574887 or 10056649. OLE color: 10056649.
HSL color Cylindrical-coordinate representation of color #C97399: hue angle of 333.49º 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 #C97399 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 153 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.21 |
| HSL | 333.49º | 0.44% | 0.62% | - |
| HSV(B) | 333.49º | 0.43% | 0.79% | - |
| XYZ | 35.97 | 26.98 | 33.45 | - |
| YUV | 145.05 | 132.49 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 153 | 0 | 0.43 | 0.24 | 0.21 | 333.49 | 0.44 | 0.62 |
| Hex | C9 | 73 | 99 | 0 | 2B | 18 | 15 | 14D | 2C | 3E |
| Octal | 311 | 163 | 231 | 0 | 53 | 30 | 25 | 515 | 54 | 76 |
| Binary | 11001001 | 1110011 | 10011001 | 0 | 101011 | 11000 | 10101 | 101001101 | 101100 | 111110 |
Color Harmonies of #C97399
Complementary color
Monochromatic Colors of #C97399
Black with #C97399
Text Example
Text Example
White with #C97399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97399; }
p { color: rgb(201,115,153); }
H1.HeaderClassName
{
color: #C97399;
}
.AnyTagClassName
{
color: #C97399;
}
</style>
background-color css
<style>
a { background-color: #C97399; }
a { background-color: rgb(201,115,153); }
div.DivClassName
{
background-color: #C97399;
}
.BgClassName
{
background-color: #C97399;
}
</style>
border-color css
<style>
span { border-color: #C97399; }
span { border-color: rgb(201,115,153); }
td.TdClassName
{
border-color: #C97399;
}
.TagClassName
{
border-color: #C97399;
}
</style>