Shades of Hopbush #C96D9B
Tints of Hopbush #C96D9B
RGB
CMYK
RGB Variations
Color information
#C96D9B (or 0xC96D9B) is known color: Hopbush. HEX triplet: C9, 6D and 9B. RGB value is (201,109,155). Sum of RGB (Red+Green+Blue) = 201+109+155=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D9B is #369264. Grayscale: #8D8D8D. Windows color (decimal): -3576421 or 10186185. OLE color: 10186185.
HSL color Cylindrical-coordinate representation of color #C96D9B: hue angle of 330º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96D9B is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 155 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.21 |
| HSL | 330º | 0.46% | 0.61% | - |
| HSV(B) | 330º | 0.46% | 0.79% | - |
| XYZ | 35.47 | 25.72 | 34.11 | - |
| YUV | 141.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 155 | 0 | 0.46 | 0.23 | 0.21 | 330 | 0.46 | 0.61 |
| Hex | C9 | 6D | 9B | 0 | 2E | 17 | 15 | 14A | 2E | 3D |
| Octal | 311 | 155 | 233 | 0 | 56 | 27 | 25 | 512 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10011011 | 0 | 101110 | 10111 | 10101 | 101001010 | 101110 | 111101 |
Color Harmonies of #C96D9B
Complementary color
Monochromatic Colors of #C96D9B
Black with #C96D9B
Text Example
Text Example
White with #C96D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D9B; }
p { color: rgb(201,109,155); }
H1.HeaderClassName
{
color: #C96D9B;
}
.AnyTagClassName
{
color: #C96D9B;
}
</style>
background-color css
<style>
a { background-color: #C96D9B; }
a { background-color: rgb(201,109,155); }
div.DivClassName
{
background-color: #C96D9B;
}
.BgClassName
{
background-color: #C96D9B;
}
</style>
border-color css
<style>
span { border-color: #C96D9B; }
span { border-color: rgb(201,109,155); }
td.TdClassName
{
border-color: #C96D9B;
}
.TagClassName
{
border-color: #C96D9B;
}
</style>