Shades of Hopbush #C96493
Tints of Hopbush #C96493
RGB
CMYK
RGB Variations
Color information
#C96493 (or 0xC96493) is known color: Hopbush. HEX triplet: C9, 64 and 93. RGB value is (201,100,147). Sum of RGB (Red+Green+Blue) = 201+100+147=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C96493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96493 is #369B6C. Grayscale: #878787. Windows color (decimal): -3578733 or 9659593. OLE color: 9659593.
HSL color Cylindrical-coordinate representation of color #C96493: hue angle of 332.08º 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 #C96493 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 147 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.21 |
| HSL | 332.08º | 0.48% | 0.59% | - |
| HSV(B) | 332.08º | 0.5% | 0.79% | - |
| XYZ | 33.91 | 23.64 | 30.38 | - |
| YUV | 135.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 147 | 0 | 0.50 | 0.27 | 0.21 | 332.08 | 0.48 | 0.59 |
| Hex | C9 | 64 | 93 | 0 | 32 | 1B | 15 | 14C | 30 | 3B |
| Octal | 311 | 144 | 223 | 0 | 62 | 33 | 25 | 514 | 60 | 73 |
| Binary | 11001001 | 1100100 | 10010011 | 0 | 110010 | 11011 | 10101 | 101001100 | 110000 | 111011 |
Color Harmonies of #C96493
Complementary color
Monochromatic Colors of #C96493
Black with #C96493
Text Example
Text Example
White with #C96493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96493; }
p { color: rgb(201,100,147); }
H1.HeaderClassName
{
color: #C96493;
}
.AnyTagClassName
{
color: #C96493;
}
</style>
background-color css
<style>
a { background-color: #C96493; }
a { background-color: rgb(201,100,147); }
div.DivClassName
{
background-color: #C96493;
}
.BgClassName
{
background-color: #C96493;
}
</style>
border-color css
<style>
span { border-color: #C96493; }
span { border-color: rgb(201,100,147); }
td.TdClassName
{
border-color: #C96493;
}
.TagClassName
{
border-color: #C96493;
}
</style>