Shades of Hopbush #C96BAD
Tints of Hopbush #C96BAD
RGB
CMYK
RGB Variations
Color information
#C96BAD (or 0xC96BAD) is known color: Hopbush. HEX triplet: C9, 6B and AD. RGB value is (201,107,173). Sum of RGB (Red+Green+Blue) = 201+107+173=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C96BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96BAD is #369452. Grayscale: #8E8E8E. Windows color (decimal): -3576915 or 11365321. OLE color: 11365321.
HSL color Cylindrical-coordinate representation of color #C96BAD: hue angle of 317.87º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96BAD is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 173 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.21 |
| HSL | 317.87º | 0.47% | 0.6% | - |
| HSV(B) | 317.87º | 0.47% | 0.79% | - |
| XYZ | 36.89 | 25.95 | 42.6 | - |
| YUV | 142.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 173 | 0 | 0.47 | 0.14 | 0.21 | 317.87 | 0.47 | 0.6 |
| Hex | C9 | 6B | AD | 0 | 2F | E | 15 | 13E | 2F | 3C |
| Octal | 311 | 153 | 255 | 0 | 57 | 16 | 25 | 476 | 57 | 74 |
| Binary | 11001001 | 1101011 | 10101101 | 0 | 101111 | 1110 | 10101 | 100111110 | 101111 | 111100 |
Color Harmonies of #C96BAD
Complementary color
Monochromatic Colors of #C96BAD
Black with #C96BAD
Text Example
Text Example
White with #C96BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BAD; }
p { color: rgb(201,107,173); }
H1.HeaderClassName
{
color: #C96BAD;
}
.AnyTagClassName
{
color: #C96BAD;
}
</style>
background-color css
<style>
a { background-color: #C96BAD; }
a { background-color: rgb(201,107,173); }
div.DivClassName
{
background-color: #C96BAD;
}
.BgClassName
{
background-color: #C96BAD;
}
</style>
border-color css
<style>
span { border-color: #C96BAD; }
span { border-color: rgb(201,107,173); }
td.TdClassName
{
border-color: #C96BAD;
}
.TagClassName
{
border-color: #C96BAD;
}
</style>