Shades of Hopbush #C96789
Tints of Hopbush #C96789
RGB
CMYK
RGB Variations
Color information
#C96789 (or 0xC96789) is known color: Hopbush. HEX triplet: C9, 67 and 89. RGB value is (201,103,137). Sum of RGB (Red+Green+Blue) = 201+103+137=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C96789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96789 is #369876. Grayscale: #888888. Windows color (decimal): -3577975 or 9005001. OLE color: 9005001.
HSL color Cylindrical-coordinate representation of color #C96789: hue angle of 339.18º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96789 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 137 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.21 |
| HSL | 339.18º | 0.48% | 0.6% | - |
| HSV(B) | 339.18º | 0.49% | 0.79% | - |
| XYZ | 33.45 | 23.92 | 26.52 | - |
| YUV | 136.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 137 | 0 | 0.49 | 0.32 | 0.21 | 339.18 | 0.48 | 0.6 |
| Hex | C9 | 67 | 89 | 0 | 31 | 20 | 15 | 153 | 30 | 3C |
| Octal | 311 | 147 | 211 | 0 | 61 | 40 | 25 | 523 | 60 | 74 |
| Binary | 11001001 | 1100111 | 10001001 | 0 | 110001 | 100000 | 10101 | 101010011 | 110000 | 111100 |
Color Harmonies of #C96789
Complementary color
Monochromatic Colors of #C96789
Black with #C96789
Text Example
Text Example
White with #C96789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96789; }
p { color: rgb(201,103,137); }
H1.HeaderClassName
{
color: #C96789;
}
.AnyTagClassName
{
color: #C96789;
}
</style>
background-color css
<style>
a { background-color: #C96789; }
a { background-color: rgb(201,103,137); }
div.DivClassName
{
background-color: #C96789;
}
.BgClassName
{
background-color: #C96789;
}
</style>
border-color css
<style>
span { border-color: #C96789; }
span { border-color: rgb(201,103,137); }
td.TdClassName
{
border-color: #C96789;
}
.TagClassName
{
border-color: #C96789;
}
</style>