Shades of Hopbush #C96392
Tints of Hopbush #C96392
RGB
CMYK
RGB Variations
Color information
#C96392 (or 0xC96392) is known color: Hopbush. HEX triplet: C9, 63 and 92. RGB value is (201,99,146). Sum of RGB (Red+Green+Blue) = 201+99+146=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C96392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96392 is #369C6D. Grayscale: #868686. Windows color (decimal): -3578990 or 9593801. OLE color: 9593801.
HSL color Cylindrical-coordinate representation of color #C96392: hue angle of 332.35º 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 #C96392 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 146 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.21 |
| HSL | 332.35º | 0.49% | 0.59% | - |
| HSV(B) | 332.35º | 0.51% | 0.79% | - |
| XYZ | 33.74 | 23.42 | 29.94 | - |
| YUV | 134.86 | 134.29 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 146 | 0 | 0.51 | 0.27 | 0.21 | 332.35 | 0.49 | 0.59 |
| Hex | C9 | 63 | 92 | 0 | 33 | 1B | 15 | 14C | 31 | 3B |
| Octal | 311 | 143 | 222 | 0 | 63 | 33 | 25 | 514 | 61 | 73 |
| Binary | 11001001 | 1100011 | 10010010 | 0 | 110011 | 11011 | 10101 | 101001100 | 110001 | 111011 |
Color Harmonies of #C96392
Complementary color
Monochromatic Colors of #C96392
Black with #C96392
Text Example
Text Example
White with #C96392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96392; }
p { color: rgb(201,99,146); }
H1.HeaderClassName
{
color: #C96392;
}
.AnyTagClassName
{
color: #C96392;
}
</style>
background-color css
<style>
a { background-color: #C96392; }
a { background-color: rgb(201,99,146); }
div.DivClassName
{
background-color: #C96392;
}
.BgClassName
{
background-color: #C96392;
}
</style>
border-color css
<style>
span { border-color: #C96392; }
span { border-color: rgb(201,99,146); }
td.TdClassName
{
border-color: #C96392;
}
.TagClassName
{
border-color: #C96392;
}
</style>