Shades of Hopbush #C96DAB
Tints of Hopbush #C96DAB
RGB
CMYK
RGB Variations
Color information
#C96DAB (or 0xC96DAB) is known color: Hopbush. HEX triplet: C9, 6D and AB. RGB value is (201,109,171). Sum of RGB (Red+Green+Blue) = 201+109+171=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96DAB is #369254. Grayscale: #8F8F8F. Windows color (decimal): -3576405 or 11234761. OLE color: 11234761.
HSL color Cylindrical-coordinate representation of color #C96DAB: hue angle of 319.57º 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 #C96DAB is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 171 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.21 |
| HSL | 319.57º | 0.46% | 0.61% | - |
| HSV(B) | 319.57º | 0.46% | 0.79% | - |
| XYZ | 36.91 | 26.3 | 41.66 | - |
| YUV | 143.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 171 | 0 | 0.46 | 0.15 | 0.21 | 319.57 | 0.46 | 0.61 |
| Hex | C9 | 6D | AB | 0 | 2E | F | 15 | 140 | 2E | 3D |
| Octal | 311 | 155 | 253 | 0 | 56 | 17 | 25 | 500 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10101011 | 0 | 101110 | 1111 | 10101 | 101000000 | 101110 | 111101 |
Color Harmonies of #C96DAB
Complementary color
Monochromatic Colors of #C96DAB
Black with #C96DAB
Text Example
Text Example
White with #C96DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DAB; }
p { color: rgb(201,109,171); }
H1.HeaderClassName
{
color: #C96DAB;
}
.AnyTagClassName
{
color: #C96DAB;
}
</style>
background-color css
<style>
a { background-color: #C96DAB; }
a { background-color: rgb(201,109,171); }
div.DivClassName
{
background-color: #C96DAB;
}
.BgClassName
{
background-color: #C96DAB;
}
</style>
border-color css
<style>
span { border-color: #C96DAB; }
span { border-color: rgb(201,109,171); }
td.TdClassName
{
border-color: #C96DAB;
}
.TagClassName
{
border-color: #C96DAB;
}
</style>