Shades of Hopbush #C96595
Tints of Hopbush #C96595
RGB
CMYK
RGB Variations
Color information
#C96595 (or 0xC96595) is known color: Hopbush. HEX triplet: C9, 65 and 95. RGB value is (201,101,149). Sum of RGB (Red+Green+Blue) = 201+101+149=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C96595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96595 is #369A6A. Grayscale: #888888. Windows color (decimal): -3578475 or 9790921. OLE color: 9790921.
HSL color Cylindrical-coordinate representation of color #C96595: hue angle of 331.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96595 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 149 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.21 |
| HSL | 331.2º | 0.48% | 0.59% | - |
| HSV(B) | 331.2º | 0.5% | 0.79% | - |
| XYZ | 34.17 | 23.89 | 31.25 | - |
| YUV | 136.37 | 135.13 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 149 | 0 | 0.50 | 0.26 | 0.21 | 331.2 | 0.48 | 0.59 |
| Hex | C9 | 65 | 95 | 0 | 32 | 1A | 15 | 14B | 30 | 3B |
| Octal | 311 | 145 | 225 | 0 | 62 | 32 | 25 | 513 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10010101 | 0 | 110010 | 11010 | 10101 | 101001011 | 110000 | 111011 |
Color Harmonies of #C96595
Complementary color
Monochromatic Colors of #C96595
Black with #C96595
Text Example
Text Example
White with #C96595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96595; }
p { color: rgb(201,101,149); }
H1.HeaderClassName
{
color: #C96595;
}
.AnyTagClassName
{
color: #C96595;
}
</style>
background-color css
<style>
a { background-color: #C96595; }
a { background-color: rgb(201,101,149); }
div.DivClassName
{
background-color: #C96595;
}
.BgClassName
{
background-color: #C96595;
}
</style>
border-color css
<style>
span { border-color: #C96595; }
span { border-color: rgb(201,101,149); }
td.TdClassName
{
border-color: #C96595;
}
.TagClassName
{
border-color: #C96595;
}
</style>