Shades of Hopbush #C96289
Tints of Hopbush #C96289
RGB
CMYK
RGB Variations
Color information
#C96289 (or 0xC96289) is known color: Hopbush. HEX triplet: C9, 62 and 89. RGB value is (201,98,137). Sum of RGB (Red+Green+Blue) = 201+98+137=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C96289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96289 is #369D76. Grayscale: #858585. Windows color (decimal): -3579255 or 9003721. OLE color: 9003721.
HSL color Cylindrical-coordinate representation of color #C96289: hue angle of 337.28º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96289 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 137 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.21 |
| HSL | 337.28º | 0.49% | 0.59% | - |
| HSV(B) | 337.28º | 0.51% | 0.79% | - |
| XYZ | 32.97 | 22.96 | 26.36 | - |
| YUV | 133.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 137 | 0 | 0.51 | 0.32 | 0.21 | 337.28 | 0.49 | 0.59 |
| Hex | C9 | 62 | 89 | 0 | 33 | 20 | 15 | 151 | 31 | 3B |
| Octal | 311 | 142 | 211 | 0 | 63 | 40 | 25 | 521 | 61 | 73 |
| Binary | 11001001 | 1100010 | 10001001 | 0 | 110011 | 100000 | 10101 | 101010001 | 110001 | 111011 |
Color Harmonies of #C96289
Complementary color
Monochromatic Colors of #C96289
Black with #C96289
Text Example
Text Example
White with #C96289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96289; }
p { color: rgb(201,98,137); }
H1.HeaderClassName
{
color: #C96289;
}
.AnyTagClassName
{
color: #C96289;
}
</style>
background-color css
<style>
a { background-color: #C96289; }
a { background-color: rgb(201,98,137); }
div.DivClassName
{
background-color: #C96289;
}
.BgClassName
{
background-color: #C96289;
}
</style>
border-color css
<style>
span { border-color: #C96289; }
span { border-color: rgb(201,98,137); }
td.TdClassName
{
border-color: #C96289;
}
.TagClassName
{
border-color: #C96289;
}
</style>