Shades of Hopbush #C97999
Tints of Hopbush #C97999
RGB
CMYK
RGB Variations
Color information
#C97999 (or 0xC97999) is known color: Hopbush. HEX triplet: C9, 79 and 99. RGB value is (201,121,153). Sum of RGB (Red+Green+Blue) = 201+121+153=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C97999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97999 is #368666. Grayscale: #949494. Windows color (decimal): -3573351 or 10058185. OLE color: 10058185.
HSL color Cylindrical-coordinate representation of color #C97999: hue angle of 336º 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 #C97999 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 153 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.21 |
| HSL | 336º | 0.43% | 0.63% | - |
| HSV(B) | 336º | 0.4% | 0.79% | - |
| XYZ | 36.67 | 28.39 | 33.68 | - |
| YUV | 148.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 153 | 0 | 0.40 | 0.24 | 0.21 | 336 | 0.43 | 0.63 |
| Hex | C9 | 79 | 99 | 0 | 28 | 18 | 15 | 150 | 2B | 3F |
| Octal | 311 | 171 | 231 | 0 | 50 | 30 | 25 | 520 | 53 | 77 |
| Binary | 11001001 | 1111001 | 10011001 | 0 | 101000 | 11000 | 10101 | 101010000 | 101011 | 111111 |
Color Harmonies of #C97999
Complementary color
Monochromatic Colors of #C97999
Black with #C97999
Text Example
Text Example
White with #C97999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97999; }
p { color: rgb(201,121,153); }
H1.HeaderClassName
{
color: #C97999;
}
.AnyTagClassName
{
color: #C97999;
}
</style>
background-color css
<style>
a { background-color: #C97999; }
a { background-color: rgb(201,121,153); }
div.DivClassName
{
background-color: #C97999;
}
.BgClassName
{
background-color: #C97999;
}
</style>
border-color css
<style>
span { border-color: #C97999; }
span { border-color: rgb(201,121,153); }
td.TdClassName
{
border-color: #C97999;
}
.TagClassName
{
border-color: #C97999;
}
</style>