Shades of Hopbush #C96E9D
Tints of Hopbush #C96E9D
RGB
CMYK
RGB Variations
Color information
#C96E9D (or 0xC96E9D) is known color: Hopbush. HEX triplet: C9, 6E and 9D. RGB value is (201,110,157). Sum of RGB (Red+Green+Blue) = 201+110+157=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96E9D is #369162. Grayscale: #8E8E8E. Windows color (decimal): -3576163 or 10317513. OLE color: 10317513.
HSL color Cylindrical-coordinate representation of color #C96E9D: hue angle of 329.01º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96E9D is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 157 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.21 |
| HSL | 329.01º | 0.46% | 0.61% | - |
| HSV(B) | 329.01º | 0.45% | 0.79% | - |
| XYZ | 35.75 | 26 | 35.03 | - |
| YUV | 142.57 | 136.15 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 157 | 0 | 0.45 | 0.22 | 0.21 | 329.01 | 0.46 | 0.61 |
| Hex | C9 | 6E | 9D | 0 | 2D | 16 | 15 | 149 | 2E | 3D |
| Octal | 311 | 156 | 235 | 0 | 55 | 26 | 25 | 511 | 56 | 75 |
| Binary | 11001001 | 1101110 | 10011101 | 0 | 101101 | 10110 | 10101 | 101001001 | 101110 | 111101 |
Color Harmonies of #C96E9D
Complementary color
Monochromatic Colors of #C96E9D
Black with #C96E9D
Text Example
Text Example
White with #C96E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E9D; }
p { color: rgb(201,110,157); }
H1.HeaderClassName
{
color: #C96E9D;
}
.AnyTagClassName
{
color: #C96E9D;
}
</style>
background-color css
<style>
a { background-color: #C96E9D; }
a { background-color: rgb(201,110,157); }
div.DivClassName
{
background-color: #C96E9D;
}
.BgClassName
{
background-color: #C96E9D;
}
</style>
border-color css
<style>
span { border-color: #C96E9D; }
span { border-color: rgb(201,110,157); }
td.TdClassName
{
border-color: #C96E9D;
}
.TagClassName
{
border-color: #C96E9D;
}
</style>