Shades of Hopbush #C96593
Tints of Hopbush #C96593
RGB
CMYK
RGB Variations
Color information
#C96593 (or 0xC96593) is known color: Hopbush. HEX triplet: C9, 65 and 93. RGB value is (201,101,147). Sum of RGB (Red+Green+Blue) = 201+101+147=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C96593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96593 is #369A6C. Grayscale: #888888. Windows color (decimal): -3578477 or 9659849. OLE color: 9659849.
HSL color Cylindrical-coordinate representation of color #C96593: hue angle of 332.4º 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 #C96593 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 147 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.21 |
| HSL | 332.4º | 0.48% | 0.59% | - |
| HSV(B) | 332.4º | 0.5% | 0.79% | - |
| XYZ | 34.01 | 23.83 | 30.41 | - |
| YUV | 136.14 | 134.13 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 147 | 0 | 0.50 | 0.27 | 0.21 | 332.4 | 0.48 | 0.59 |
| Hex | C9 | 65 | 93 | 0 | 32 | 1B | 15 | 14C | 30 | 3B |
| Octal | 311 | 145 | 223 | 0 | 62 | 33 | 25 | 514 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10010011 | 0 | 110010 | 11011 | 10101 | 101001100 | 110000 | 111011 |
Color Harmonies of #C96593
Complementary color
Monochromatic Colors of #C96593
Black with #C96593
Text Example
Text Example
White with #C96593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96593; }
p { color: rgb(201,101,147); }
H1.HeaderClassName
{
color: #C96593;
}
.AnyTagClassName
{
color: #C96593;
}
</style>
background-color css
<style>
a { background-color: #C96593; }
a { background-color: rgb(201,101,147); }
div.DivClassName
{
background-color: #C96593;
}
.BgClassName
{
background-color: #C96593;
}
</style>
border-color css
<style>
span { border-color: #C96593; }
span { border-color: rgb(201,101,147); }
td.TdClassName
{
border-color: #C96593;
}
.TagClassName
{
border-color: #C96593;
}
</style>